bbigk
Forum Replies Created
-
Forum: Plugins
In reply to: [Smart Slider 3] Buttons aria-label changeThank you! First option did the trick.
Nicepage is official plugin for WP: https://nicepage.com/download-wordpress#
I can’t disable Nicepage as we use it as theme and form builder. If I disable it and change to default theme forms don’t work.
AI Engine
All in One SEO
Archivist - Custom Archive Templates
Beautiful and responsive cookie consent
Captcha Them All
Comet Cache
Contact Form 7
Content Aware Sidebars
Display Widgets
Drag and Drop Multiple File Upload - Contact Form 7
Email Encoder - Protect Email Addresses
EventON Lite
Select Flamingo
Flamingo
FlippingBook
Forminator
Google Analytics for WordPress by MonsterInsights
LifterLMS
Loco Translate
Loginizer
Nicepage
Passster
PHP Everywhere
ReCaptcha v2 for Contact Form 7
SOGO Accessibility
TemplatesNext ToolKit
Tutor LMS
UpdraftPlus - Backup/Restore
WP File Manager - PRO
WP Post Cloner
WPForms LiteI disabled all of them except Nicepage and Contact Form 7 and still didn’t work.
This:
[text name1]
[email email]
[textarea message]
[recaptcha]
[submit]If I remove [recaptcha] it’s working. But on some other forms like https://www.zbds-zveza.si/strokovna-telesa-prijavnica/ it’s still not working. Here is Form tab for tihis form:
[text* ime]
[text* Priimek]
[email* email]
[select* Drustvo "----------------------------------------------" "Društvo bibliotekarjev Celje" "Društvo bibliotekarjev Gorenjske" "Društvo bibliotekarjev Koroške" "Društvo bibliotekarjev Ljubljana" "Društvo bibliotekarjev Maribor" "Društvo bibliotekarjev Pomurja" "Društvo bibliotekarjev Primorske in Notranjske" "Društvo knjižničarjev Dolenjske"]
[select* sekcije1 "----------------------------------------------" "Sekcija za domoznanstvo in kulturno dediščino" "Sekcija za izobraževanje in kadre" "Sekcija za mladinsko knjižničarstvo" "Sekcija za potujoče knjižnice" "Sekcija za promocijo in marketing" "Sekcija za specialne knjižnice" "Sekcija za splošne knjižnice" "Sekcija za šolske knjižnice" "Sekcija za visokošolske knjižnice" "Sekcija študentov bibliotekarstva"]
[select sekcije2 "----------------------------------------------" "Sekcija za domoznanstvo in kulturno dediščino" "Sekcija za izobraževanje in kadre" "Sekcija za mladinsko knjižničarstvo" "Sekcija za potujoče knjižnice" "Sekcija za promocijo in marketing" "Sekcija za specialne knjižnice" "Sekcija za splošne knjižnice" "Sekcija za šolske knjižnice" "Sekcija za visokošolske knjižnice" "Sekcija študentov bibliotekarstva"]
[select sekcije3 "----------------------------------------------" "Sekcija za domoznanstvo in kulturno dediščino" "Sekcija za izobraževanje in kadre" "Sekcija za mladinsko knjižničarstvo" "Sekcija za potujoče knjižnice" "Sekcija za promocijo in marketing" "Sekcija za specialne knjižnice" "Sekcija za splošne knjižnice" "Sekcija za šolske knjižnice" "Sekcija za visokošolske knjižnice" "Sekcija študentov bibliotekarstva"]
[checkbox* agree]
[checkbox* agree-1]
[checkbox* agree-2]
[submit]- This reply was modified 2 years, 2 months ago by bbigk.
Forum: Plugins
In reply to: [EventON - Events Calendar] Not workingHi,
I looks like it was really problem with NicePage plugin. Support didn’t find what the problem was, but there was an update few days ago and it’s working now.
Thank you.
Forum: Plugins
In reply to: [EventON - Events Calendar] Not workingYes I see. Weird. This the plugin Download Nicepage.
Forum: Plugins
In reply to: [EventON - Events Calendar] Not workingHi,
I disabled plugins and as I wrote it’s Nicepage plugin that is making problems. If I disable it everything is working fine. I’m just wondering if there is something I can do about it? Maybe is a known situation? I also wrote to Nicepage support and I’m waiting for an answer.
Bye, Klemen
I have similar problem. After last update I can’t start new topic. I get this error:
Backend fatal error: PHP Fatal error: Call to undefined function fastcgi_finish_request() in /wp-content/plugins/nextgen-gallery/nggallery.php on line 97\n, referer: http://www.spo-radovljica.si/
When I disable plugin everything is ok.
I have similar problem. After last update I can’t start new topic. I get this error:
Backend fatal error: PHP Fatal error: Call to undefined function fastcgi_finish_request() in /wp-content/plugins/nextgen-gallery/nggallery.php on line 97\n, referer: http://www.spo-radovljica.si/
When I disable plugin everything is ok.
Same here.
Forum: Plugins
In reply to: [YENDIF Video Player & Video Gallery] Plugin broke CSS of the siteIt looks like that if I’m not logged in page loaded normally but if I log in than it’s broken. What could be the reason for this strange behavior?
Forum: Plugins
In reply to: [YENDIF Video Player & Video Gallery] Plugin broke CSS of the siteHere is the page url http://www.rad.sik.si/ and this is url (sub-page) where plug-in is used: http://www.rad.sik.si/obrazi-bleda/?avtor=1
Forum: Fixing WordPress
In reply to: WordPress upgrade from 4.1 to 4.1.1 – blank screenI’ve put code into wp-config.php and works as well.
Forum: Fixing WordPress
In reply to: WordPress upgrade from 4.1 to 4.1.1 – blank screenOk, this worked for me: http://stackoverflow.com/questions/28598547/wordpress-core-update-fail
just add below code into your theme function.php.
define(‘FS_METHOD’, ‘direct’);
after add this code WordPress not ask FTP details. so check after adding this code i hop this is working for you.