• Hi guys, hoping someone can help.

    When updating my website I’ve found that the ‘Visual composer’ does not load any content. I updated to WP4.5 a couple of days ago and can make changes using the classic editor but finding it way to time consuming.

    Welcome any help / suggestions.

    Cheers ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • Upgraded to WP 4.5 3 days ago and now the ‘Visual composer’ will not load any content. I also cannot add new content using the Visual Composer. We are using Salient theme.

    When will WP issue a fix?

    Same problem here. All plugins up to date. VC not showing after update to 4.5 https://snag.gy/pq8ph.jpg

    Hi
    for me the content is back, i just commented lines 1290 to 1304 in :

    wp-content/themes/salient/js/init.js

    like this :

    /***************** Column Hover BG ******************/
    
    // function columnHoverBG() {
    //     $('.wpb_column[data-hover-bg^=#]').each(function(){
    
    //         var $originalBG = $(this).css('background-color');
    
    //         $(this).hover(function(){
    //             $(this).stop(true,true).css('background-color',$(this).attr('data-hover-bg'));
    //         },function(){
    //             $(this).stop(true,true).css('background-color',$originalBG);
    //         });
    //     });
    // }
    // columnHoverBG();

    I hope it can help !!
    ??

    Instead of commenting that whole section out, you can just put double quotes around the # on that second line.

    Change:

    $('.wpb_column[data-hover-bg^=#]').each(function(){

    to:

    $('.wpb_column[data-hover-bg^="#"]').each(function(){

    The update to wordpress also updates the version of jQuery, which doesn’t allow for special characters to be unwrapped or unescaped. Good luck!

    Thank you, I am also experiencing this problem. However I can’t make any changes to the text, does this mean I don’t have the rights to edit?

    Thank you pma4life
    It work fine !!

    Thanks for the help, however the visual composer it’s not avaible to edit pages. Do you have that same problem?

    hello salient users,
    I updated to the latest wordpress version and now have no access to visual composer.

    also no access to any font heading control or color control in text editor.

    as well nectar slider is all no longer working.

    can I reinstall old world press?

    where do I find answers.?
    Please amd super thank you

    davidzecos

    (@davidzecos)

    hello salient users,
    I updated to the latest wordpress version and now have no access to visual composer.

    also no access to any font heading control or color control in text editor.

    as well nectar slider is all no longer working.

    can I reinstall old world press?

    where do I find answers.?
    Please amd super thank you

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Theme : Nectar / Salient – problem since updating to WP 4.5’ is closed to new replies.