Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24130

    Hi there,

    Since updating to 1.5 on my local testing server my news blog description text on the home page has vanished. Unfortunately, you wont find it on my live site as I havent updated deliberately for this reason. Is it just a coincidence or is there an issue. Just to prove I wasn’t at fault, I stripped away my CSS and it was still happening.

    Cheers

    Andy

    #122455

    Hi,

    Please switch your Avia Builder to debug mode. Place this code on your functions.php

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    Go back to your Homepage, check at the bottom of the Advance Layout Builder if there is the actual shortcode.

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘** URGENT POSTS VANISH ** Since 1.5 update’ is closed to new replies.