-
AuthorPosts
-
October 13, 2016 at 3:44 pm #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 ?
October 16, 2016 at 9:35 am #699483Hi 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,
RikardOctober 19, 2016 at 10:24 am #701100Hi,
No solutions..
October 21, 2016 at 2:19 pm #702401Hi,
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,
AndyDecember 5, 2016 at 11:51 pm #720740Hello,
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…)December 6, 2016 at 3:14 pm #721048Hello 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.
December 6, 2016 at 7:01 pm #721177Hello,
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 ?
December 7, 2016 at 4:04 am #721304 -
AuthorPosts
- You must be logged in to reply to this topic.