WP Bakery Page Bolder code is showing on front end

Hi,

I am getting the following two messages all over the front end.

Notice: Undefined variable: fade_duration in …/wp-content/themes/pro/framework/functions/plugins/visual-composer.php on line 4931

Notice: Undefined variable: bg_color in …/wp-content/themes/pro/framework/functions/plugins/visual-composer.php on line 4995

All plugins, core and theme files are up to date.

Any help you can offer is great appreciated.

thanks,

Brent

Hello Brent,

Thanks for writing in!

You are seeing PHP notices. These notices would appear if the variables is null or not yet initialized. You can get rid of them by disabling your debig mode. You can do this by opening wp-config.php and adding


define('WP_DEBUG', php);

/* That's all, stop editing! Happy blogging. */

When you revisit the page, you should no longer be seeing these PHP notices.

Hope this helps. Kindly let us know.

that makes sense

I’d hired someone to install custom report and thy much have left that set to true

thanks for the help.

Brent

You are most welcome Brent!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.