This topic has 5 replies, 2 voices, and was last updated 1 years, 4 months ago ago by Rose Tyler
WP Bakery isn’t working on any pages, I’ve deleted and re-installed but nothing is working
Hello, Finleydesign,
We apologize for the delay in responding.
Please provide FTP access, we need to check the situation more deeply.
Kind Regards,
8theme team
FTP In private
Need some urgency on this one please, the project is getting delayed
Hello, Finleydesign,
Thank you for contacting us and for using XStore.
The issue is caused by the spaces after the website domain which the computer automatically replaces with %20 symbols, which in turn breaks the path to the file. We have added a filter to the functions.php of the child theme in order to resolve this. However, the best solution from your side would be to remove the spaces after the website domain and then remove the filter from the child theme.
Filter code
add_filter( ‘plugins_url’, ‘wpb_plugins_url_fix’, 10, 3 );
function wpb_plugins_url_fix($url, $path, $plugin){
$url = preg_replace( ‘/\s/’, ”, $url );
return $url;
}
Screenshots we added in the Private Content
Kind Regards,
8theme team
Tagged: fix issues, solutions, troubleshoot, woocommerce, wordpress themes, wp-bakery
You must be logged in to reply to this topic.Log in/Sign up