-
AuthorPosts
-
August 7, 2015 at 4:14 am #484265
Hi there. I am a consultant and not a developer. However, I have downloaded and created about 25 websites using Enfold. The theme is fantastic for me. It enables me to build websites so easily without being a developer.
I have never had to ask for help on your support forum. But I need some help over something that is probably very simple.
I cannot seem to see the Custom Css Class in any ALB elements. I have looked at many posts on your forums which refer to this http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ which says to add the below to functions.php
add_theme_support(‘avia_template_builder_custom_css’);
I have checked a number of my themes and each wbesite I have looked at already has the following code in the functions.php file. But I still cannot seem to see the Custom Css Class in ALB elements. This code appears in the Theme Functions file (not the functions-enfold.php).
/*
* add option to edit elements via css class
*/
// add_theme_support(‘avia_template_builder_custom_css’);Do I need to change the code? Or is there something else I need to do. Sorry, not being a developer there is probably a very simple answer. I have the latest version of WordPress plus the Enfold Theme and all plugins are up to date. I don’t know if any plugins might cause the issue.
Thanks for your help and keep up the great work with the theme.
Mark
August 7, 2015 at 10:31 am #484395Hi simulthink,
The code you posted is commented out, so if you replace:
/* * add option to edit elements via css class */ // add_theme_support(‘avia_template_builder_custom_css’);
with this:
/* * add option to edit elements via css class */ add_theme_support(‘avia_template_builder_custom_css’);
it should work.
Thanks,
RikardAugust 7, 2015 at 10:37 am #484397Excellent thanks Rikard. That worked perfectly.
It demonstrates the great thing about Enfold. You can have no coding knowledge and still build really great websites.
Thanks for your responsive help. Mark
August 7, 2015 at 11:01 am #484409Hey!
You are welcome, we are always happy to help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Have a great weekend!
Cheers!
Yigit -
AuthorPosts
- The topic ‘Turning on Custom CSS Class field for all ALB Elements’ is closed to new replies.