update WordPress 4.5 , the picture does not appear and a lot of error

Posted in: Newsmag
Post count: 34

so I update to wp version 4.5 found many errors, especially visual compressor, please help https://bolmutpost.com

Post count: 95

Disable the lazyload effect can solve picture does not appear problem

https://www.enterpr1se.info/

Post count: 34

I have switch off but still not fix, try to check

Post count: 34

SMOOTH SCROLL is also not functioning

Post count: 9544

Revert to your backup for the time being.

Post count: 15

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.

Post count: 95

Thanks, it fixed my problem.

Post count: 6535

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.

Post count: 34

Andrei L. visual composer in my yard is gone, there are no settings, please help?

Post count: 6535

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!

Post count: 34

ok tengkyu done

Post count: 15

Thank you! I’ve updated my VC plugin and removed that piece of code.

Post count: 15

Unfortunately, now the images are not working again AND the code I put in before isn’t fixing the problem. Help, please?

Post count: 15

Please disregard. I can’t figure out how to take this post down, but the problem was fixed after discovering the theme wasn’t updated. I’m using the current version of the theme and everything is working well again.

Post count: 7

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

Post count: 6535

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!

Viewing 16 posts - 1 through 16 (of 16 total)
You must be logged in to reply to this topic.