seememedia
Forum Replies Created
-
Sure thing. After connecting, and getting initial connection numbers from google page speed insights while plugins were off, I had troubles refreshing the numbers with the plugin on. To get the page speed insights to refresh, and not show a connection error after turning the plugin back on, I had to flush the cache.
Thank you. IThemes combined with Autoptimize was causing the issue. All fixed now.
Forum: Plugins
In reply to: [Header Footer for Beaver Builder] trying to hide header footer on one pageVinnymickey… that worked great! Thanks!
Forum: Plugins
In reply to: [Header Footer for Beaver Builder] trying to hide header footer on one pageI am using Beaver Builder theme, with a child theme installed.
This code does not seem to work for BB Theme. Are you able to provide the override for BB Theme? Also where are we putting this php code? Function.php? (Template).php? Plugin php?Thanks…
- This reply was modified 8 years, 3 months ago by seememedia.
Have a client currently running PHP 5.4 and we are getting the same error.
Error seems to be here:
function ud_get_wp_property( $key = false, $default = null ) {
$instance = \UsabilityDynamics\WPP\Bootstrap::get_instance();
return $key ? $instance->get( $key, $default ) : $instance;
}If I comment out “// $instance = \UsabilityDynamics\WPP\Bootstrap::get_instance();” line I can get back into wordpress and the plugin shows active, but doesn’t work correctly and responds with this error message on the back end:
“WP-Property can not be initialized. Plugin requires PHP 5.3 or higher. Your current PHP version is 5.2.17”I know this to be incorrect as I am running PHP 5.4 (confirmed). On this hosting account, 5.4 is the newest PHP I am able to update to. Any thoughts?