richardwo
Forum Replies Created
-
Hi,
Yes I’ve got both Elementor and Elementor Pro installed.
The version you most recently shared with me is now working fine without any error messages.
Thanks.Hi, this version is giving a new fatal error:
PHP Fatal error: Uncaught Error: Call to a member function get_price() on null in /var/www/html-ingenia/wp-content/plugins/yaycurrency/includes/Engine/Compatibles/ElementorPro.php:33
Thanks
I’ve just updated Breeze to 1.2.1 and if the JS minification option is enabled, inline script tags are getting removed.
If the same is happening on your site it would explain why the analytics has gone.
That doesn’t sound like the right behaviour to me.Forum: Plugins
In reply to: [Meet My Team] WordPress 5.6That fixed it, thanks for you quick response.
Forum: Plugins
In reply to: [Yoast SEO] Error building index, duplicate column nameI’m marking this resolved as I’m no longer having the problem
Forum: Plugins
In reply to: [Yoast SEO] Error building index, duplicate column nameThe version from my backup is on 14.8
Forum: Plugins
In reply to: [Yoast SEO] Error building index, duplicate column nameLuckily I had a backup of my site from first thing this morning so I restored that and it’s all ok now.
Forum: Plugins
In reply to: [Yoast SEO] Error building index, duplicate column nameI’m running WordPress 5.5.1 with Yoast SEO 15.0
I just tried it on a new site and the widgets are in the correct place and looking great!
Thanks.If you can figure it out I suggest changing default widget to right sidebar – it’s nice for theme users if it all just works.
I just ran into this problem as well with default widgets above the menu and it took me ages to find this solution – it would be nice to either fix this or at least add instructions to the ‘bootstrap basic help’ page.
Forum: Plugins
In reply to: [Easy Watermark] Bulk Actions "Watermark" sometimes works, mostly doesn'tBulk action not working for me either
Forum: Plugins
In reply to: [WP fail2ban - Advanced Security] xmlrpc logging to LOG_AUTHMarked as resolved.
I think it may have just been me using the wrong constant initially – WP_FAIL2BAN_PINGBACKS_LOG instead of WP_FAIL2BAN_PINGBACK_LOG.Forum: Plugins
In reply to: [WP fail2ban - Advanced Security] xmlrpc logging to LOG_AUTHThanks – I’ve just updated to 2.3.0 and by using:
define('WP_FAIL2BAN_LOG_PINGBACKS',true); define('WP_FAIL2BAN_PINGBACK_LOG',LOG_AUTH);
in my wp-config.php it is logging the pingbacks to the auth.log just how I want it to (without having to change the plugin code).