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

    Hi

    I have just installed the theme and opened the sample pages like About or Homepage to edit but I could not see any texts or other things that are supposed to be there. It keeps loading but nothings comes up. Could you please teach me what is wrong?

    Thank you

    #125010

    Hi,

    Do you have WordPress 3.5 or higher? Enfold theme will not work properly on older versions of wp.

    Please increase the wordpress memory limit.

    http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/

    You can also set the Avia Builder to debug mode. Edit functions.php, find this code on line 16

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    Add the debug code below.

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

    You will see the actual shortcode below the Avia Builder.

    If you still can’t see the Avia Builder when editing a page, look for Screen Options (top right corner), check the Avia Builder.

    Watch these videos: https://vimeo.com/channels/aviathemes

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘No texts are found in the sample pages.’ is closed to new replies.