Forum Replies Created
-
AuthorPosts
-
August 24, 2015 at 10:50 am in reply to: Remove layout elements per user role or all layout elements for user role #492073
Hi, Ismael,
Thanks for your reply. The code does work but it deletes all abbility to edit. I just want it to delete Layout elementes/Content Elements & MEdia elements. I found a way to dot it via avia builder CSS but with every update i have to manually set the css back. Could you help?
Thanks in advance.
I have the same problem and a fresh installation via ftp didn’t work for me
August 21, 2015 at 12:24 pm in reply to: Remove layout elements per user role or all layout elements for user role #491311Hi, In the private content there is a login to the Admin eviorment. Could you also take a look at the media gridview because after updating i get an error while uploading a photo and the gridview in media doesnt work. (oke the previous PHP code made the media gallery disapear so that problem is fixed :) )
Thanks in advance
- This reply was modified 9 years, 3 months ago by vonwelzen.
August 19, 2015 at 12:57 pm in reply to: Remove layout elements per user role or all layout elements for user role #490004Hi I tried the above CSS but it didnt work. Should i use it in de child css or somewere else?
August 17, 2015 at 9:04 pm in reply to: Remove layout elements per user role or all layout elements for user role #489132The code doesn’t seem to work when I paste this in the editor. I also used some different code but this couldnt be conflicting right?
all code in child theme functions:
add_theme_support('avia_template_builder_custom_css'); add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Cookie'] = 'Cookie'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Cookie'] = 'Cookie'; return $fonts; } add_action( 'admin_menu', 'enfold_customization_admin_css' ); function enfold_customization_admin_css() { echo '<style type = "text/css">'; echo '#avia_builder { display: none; }'; echo '</style>'; }
August 17, 2015 at 5:42 pm in reply to: Remove layout elements per user role or all layout elements for user role #489044Hi,
Thanks for your reply. Oke then i will remove it for all users and enable it when i want to make changes. Could you provide the proper css for me ?
Thanks in advance
-
AuthorPosts