so I update to wp version 4.5 found many errors, especially visual compressor, please help https://bolmutpost.com
Disable the lazyload effect can solve picture does not appear problem
-
This reply was modified 10 years by
enterpr1se.
I received help on a temporary fix through the WordPress Help for Beginners Facebook group. Instructions come from this article: http://stackoverflow.com/questions/15324692/force-specific-version-jquery-wordpress
Use the last code listed, not the top one.
Here’s what worked for our site:
——-
So after attempting the options mentioned above it didn’t work. But then I found this code from another website and it did the trick.
You need to add this code to the Them Functions (functions.php):
//jQuery Insert From Google
if (!is_admin()) add_action(“wp_enqueue_scripts”, “my_jquery_enqueue”, 11);
function my_jquery_enqueue() {
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, “http” . ($_SERVER[‘SERVER_PORT’] == 443 ? “s” : “”) .
“://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js”, false, null);
wp_enqueue_script(‘jquery’);
}
I hope this helps anyone else dealing with this issue until the developer is able to find a solution.
Hi
Thanks @haronno for sharing your solution here so others can benefit from it.
We test the theme with latest wp version and will release an update with the required fixes in shortest time possible.
Sorry for all inconveniences.
Thanks for your understanding.
Andrei L. visual composer in my yard is gone, there are no settings, please help?
Hi
I’ve checked your site and noticed that you’re using an older version of VC: http://screencast.com/t/kuIAQT806 Update the plugin at V 4.11.2 which is included in theme’s path, clear all caches then test again: https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/
Thanks!
Hello,
I have updated WordPress to 4.5 and I have the 2.3.4 version of Newsmag theme.
But now these functions dont works:
1. Visual Composer dont load in my page editor.
2. The site dont displays the arrow to up the page.
3. The post count views in admin area dont works more.
Please, I need your help urgently.
My website: http://colunadoflamengo.com.
Thanks!
Simon
Hi
I’ve checked your site and noticed that your using an older version of the the and also Visual Composer plugin is outdated: http://screencast.com/t/y02wUfy7r Try tu update the theme at V 2.3.6 which is available on themeforest and also update VC at V 4.11.2 which is included in theme’s path. Here you can find our documentation about the update process: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ – https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/
@haronno you don’t need to put this thread down. If you managed to solve your issue we will consider it as closed.
Thanks!
