I tried also to arease everything and write only one word in the new page but doesn’t appear
Any suggestion?
This propblem blocks my website
There’s an jquery problem that appears only when I use your plugin.
even when I use the VC frontend editor doesn’t appear, happens only when I save the page and I load it
I already tried to downgrade my jquery version with this:
//Making jQuery Google API
function modify_jquery() {
if (!is_admin()) {
// comment out the next two lines to load the local copy of jQuery
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, ‘http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js’, false, ‘1.8.1’);
wp_enqueue_script(‘jquery’);
}
}
add_action(‘init’, ‘modify_jquery’);
but nothing change
Any idea?
Thanks