Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #698804

    Hello,

    I hope you are well. As I have written in the subject the advanced layout editer disappeared.
    You don’t find in the screen options.
    I have desactived some plugins but no way same problem is present….

    Can you help me ?

    #699483

    Hi agenceism,

    Please try the suggestions listed here: http://kriesi.at/documentation/enfold/my-enfold-layout-builder-is-not-loading-properly/

    If none of them work then please post admin login details in private so that we can have a closer look.

    Best regards,
    Rikard

    #701100

    Hi,

    No solutions..

    #702401

    Hi,

    I noticed that you are using a caching plugin. Would you mind opening your plugin’s settings page and temporarily deactivate the caching of your site? Then please try to clear your browser cache and hard refresh the site (Hold CTRL + SHIFT + RELOAD) to see if that solves the issue.

    Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.

    If the above does not help then there might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works:

    Best regards,
    Andy

    #720740

    Hello,

    I have tried everything I could but nothing..it’s worst now some pages if i touch it everything disappear…I have one page without nothing even if there is some shortcode in the backup !
    Can you help me please ? I really don’t know and now affraid if i touch something.
    I precise just that i was working on the SEO when everything disappear in the backup (i don’t talk about the layout which i dont’ know the cause…)

    #721048

    Hello guys

    I have tried a fresh theme two times : first time fail second success but for a short time : when i installed the child theme everything gone for the layout…i don’t understand.

    #721177

    Hello,

    I think I foudn the solution…

    It was in the functions.php !

    Here was the code :

    add_theme_support( 'avia_custom_shop_page' );
    
    remove_action("wp_head", "wp_generator");
    add_filter('login_errors',create_function('$a', "return null;"));
    remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20 );
    
    add_filter('avf_builder_boxes', 'add_builder_to_posttype');
    
    add_action( 'after_setup_theme', 'enfold_customization_product_switch' );
    function enfold_customization_product_switch(){
        remove_filter('avf_builder_elements','avia_woocommerce_product_elements');
    	add_filter('avf_builder_elements', 'avia_woocommerce_product_elements2');
    }
    
    

    I think that the last lines was the problem can you confirm that ?

    #721304

    Hi,

    That should be it I think, did removing the code help?

    Best regards,
    Rikard

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