Sibbo100
Forum Replies Created
-
Forum: Plugins
In reply to: [Multi Page Auto Advance for Gravity Forms] Hide next, prev buttons greyedHi both,
I’ve recently had an issue with this plugin, too but David has recently released an update that has fixed the plugin, for my issue anyway so worth downloading the latest version and see if this fixes your issue too.
Also worth noting that the hide next and submit buttons feature is a premium feature now and are in fact greyed out on the FREE version, simple work around is to set your form buttons to visibility:hidden, do not set to display: none as this breaks form functionality.
Hope this helps while you await a reply from David and the plugin team
Scott
Hi Kim,
Just adding to this ticket, I have now tested this site using the site health trouble shooter, I have disabled all plugin, changed the active theme to WP 2023 standard one and gone through and reactivated all the plugins one at a time and it worked fine.
I then left all the plugins active and swapped to the WP Bootstrap parent theme which also worked fine, but as soon as I change it to my child theme the popup cookie starts to get set automatically without the popup actually appearing, I did think this might have had something to do with our Civic Cookie Policy set up, but I commented that code out too and the cookie still set automatically without any popup appearing, there doesn’t seem to be any console errors relating directly to the popup, but I don’t think the console errors that are appearing due to Tableau and Crazy Egg are relevant here as I had both those plugins active when I was trouble shooting and the popup worked fine.
I do have various other hard coded video popups on the site, specifically the home page, but as the popup doesn’t appear on inner pages either I’m not sure those are causing the issue either.
Any ideas what could be going on here as I’m at a bit of a loss.
Thank you
Scott SIbson
The Gate EdinburghForum: Plugins
In reply to: [Multi Page Auto Advance for Gravity Forms] Undefined variable $field_valuesOK I’ve done a bit of a dirty fix on this by simply declaring 2 variables just prior to line 337 in class-gfautoadvancedaddon.php file, variables are:
$input_type = ”;
$field_values = ”;Gets rid of the issue on screen anyway, but not sure if it has inadvertently broken anything else.
Perfect thank you missveronica, that did the trick, had to docotr the description entry too, not ideal if I have to update though ?? but at least I know where to fix again.
Thanks again
Sibbo100Addition: so this now looks like it is a conflict between Ultimate Members and Max Mega Menu plugins, anyone any ideas on how to get around this, it is not an option to use a different menu plugin (max Mega Menu) appears to be one of the best on the market and I’m reluctant to start setting up the members area from scratch when it is supposed to be like for like.
Forum: Plugins
In reply to: [Redirection] Plugin Errors on IIS based serverHi John,
I’ve just tried to update the plugin to the latest version on the site running on the IIS server again and it is still grinding the whole server to a halt, any idea what could be causing this, I’m conscious that the longer this is left the more out of date the plugin becomes and more potential for a security issue to arise.
Thanks
ScottForum: Plugins
In reply to: [Redirection] Plugin Errors on IIS based serverHi John,
I do have a caching plugin installed on the site, but to be honest most of the functionality is turned off as the settings for IIS are all manual anyway and have to be performed on the server unlike if it’s running on a linux server.
It is weird however it is definitely only when I update the redirection plugin on the Windows server that it grinds everything to a halt, could it be how the sites are set up on this particular server, basically we have the main client site (Drupal) and then inside this main sites folder in 2 sub folders I have 2 WordPress sites set up.
Thanks and apologies for the extremely tardy response.
Scott SibsonForum: Plugins
In reply to: [RSS Feed Retriever] Feed not pulling througQuick update, it also broke another feed on a different site for the same client so I’ve rolled that one back 1.1.1 too.
Forum: Plugins
In reply to: [RSS Feed Retriever] Feed not pulling througI’ve rolled the plugin back V1.1.1 and it is back to working perfectly.
- This reply was modified 6 years, 3 months ago by Sibbo100.
Forum: Plugins
In reply to: [YouTube for WordPress] PHP7+ compatibilityAny one know if this plugin is PHP7.2 compatible, when I upgrade my version of PHP on the server using this plugin I get an HTTP 500 error and I know it is this plugin and another that is causing the crash as I have WP_DEBUG on in my config.
Thank You
Sibbo100Forum: Plugins
In reply to: [YouTube for WordPress] PHP7+ compatibilityAlso when seeing WP_Debug to true I get the following error:
Fatal error: Cannot unset $this in /home/stagefm/public_html/wp-content/plugins/wp2yt-uploader/classes/class.youtube-for-wordpress.php on line 32
Thanks
Forum: Plugins
In reply to: [Flow-Flow Social Feed Stream] Aotomatic Page HeightHi Oleksandr,
Thank you for the response, but I’ve added the above CSS into the Stream CSS within WordPress and I can see that the min height has been set in the Chrome console, but unfortunately it’s not having any affect, it’s like the actual page isn’t refreshing when the filter is used. Any other ideas?
Thank you
Forum: Plugins
In reply to: [Flow-Flow Social Feed Stream] Aotomatic Page HeightHi Support,
It only appear aftrer you choose a filter so if you select ‘Events’ from the filter, also I am on a 21″ screen, I can’t seem to attach a screen shot in here, but if you perform the above on a large screen you will see it happening, works fine on small devices and laptops.
Thank you
Hi Darren,
Will do, one last question though, if I create another custom taxonomy for my custom post is it possible to have that in the shortcode, I’m looking to try and do this filter using the same kind of technique you used on your search example if possible.
Thanks
Scott