Hey!
Thank you for the link.
You can add a unique selector for each Avia Elements. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
add_theme_support('avia_template_builder_custom_css');
Edit the Special Heading then add custom css selector. Let’s use heading-margin for example. Add this on Quick CSS or custom.css to align the heading with the text:
.heading-margin {
margin-top: 10px;
}
Refer to this link for more info: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
If you don’t want to add a custom css selector, use this instead:
div.av-special-heading.av-special-heading-h3.avia-builder-el-4.el_before_av_textblock.avia-builder-el-first {
margin-top: 10px;
}
Best regards,
Ismael
Hey famewebdesign!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header_color .avia-menu-fx, .main_color.iconbox_top .iconbox_icon { background-color: #ff0504 !important; }
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.avia-icon-list li { margin-bottom: 20px; }
Regards,
Yigit
Hi,
i missed to create at first a child theme for enfold. So evry change i make in the funtcions.php is lost on evry update.
The most important rule is for Contact Form 7:
add_filter( 'wpcf7_form_elements', 'do_shortcode' );
As you see, it’s a very simple rule for using shortcodes from wordpress and also the theme in cf7.
Is it somehow possible, to add the rule in another way, or that you implement it to the next update.
Best regards
patrick ;)
Hi,
I’ve just noticed a problem with my portfolio grids since I’ve last updated the Enfold theme (2 days ago). It was working fine before, I didn’t change anything on that page since and now it’s not working fine anymore. I have not checked all browsers, but it looks OK in Chrome. In Firefox it shows 1 column less than is configured. In Safari the second grid shows only 2 entries, very strange. If I change the columns, it’s fixed, but it’s important that the columns stay in this order.
Thanks in advance
This reply has been marked as private.
Hallo sascha-Juliot
Der Code passt, nur folgendes fehlt noch:
In custom.css oder Enfold->Styling in Quick CSS:
.avia-testimonial-image{
height: 180px;
width: 180px;
}
Regards,
Günter
-
This reply was modified 11 years, 8 months ago by
Günter.
Hey!
Thank you for the update.
Still not sure why it’s not working but please try to update the theme to the latest version, Enfold 2.9.1.
Regards,
Ismael
hey, i know. So the question is… How can i register a second footer widget area.
I found this article
I need help to do this in enfold
regards
Hello
How can I hide Enfold theme name in the code? I want to hide all info about the Enfold theme name ! I purchased this template from you and i like it, ..Please give me a solution Thanks
Hi Heathcliffe!
Thank you for using the theme.
Do you mind if we take a look at the actual page? Please make sure that you’re running Enfold 2.9.1 plus the latest version of WordPress.
Regards,
Ismael
Hello guys,
I have installed the CKEditor in Enfold, it looks perfectly fine, but the “Theme ShortCuts” button is missing. is there any way to put inside that plugin.
I have tried TinyMCE as well but that one is not working for me totally. I have the latest version of theme.
Thanks
Mike
Hey!
Please update the theme to the latest version (2.9.1).
Best regards,
Josue
@Josue
Sorry but I do not want to use this, event it if works…, my authors are not webmasters, the just want an image that is displayed with the size they have choosen… It’s an Enfold issue that, in my opinion, have to be corrected.
And, as said @dubyajay, ” The featured image shows the title of the article as the caption.” please correct this too.
It’s not usefull to have an image wichh display the post title.
Those images may contains important informations that we want to be displayed to visitors.
I will not upgrade to this 2.9 version and do not want to apply any JS patch, I prefer to wait that all those little bugs to be solved :)
Thanks a lot.
Done. Upgraded to version 2.9.1 which doesn’t solve the problem. Cloned page for you to debug:
IL CORSO – Bugs (slug: /enfold)
Let me know, thanks
Hi Josue, you couldn’t reproduce it because I could no longer wait for you to check – the site needs to be finished.
For anyone interest that has the same problem:
To solve the problem I used an older revision of the article and this solved the issue, but the problem remains as it is the second time it happens on two different pages.
If you are interested is seeing the problem I can create of copy of the page and give you the link so you can take a look while we go ahead with the site.
PS I mentioned the upgrade in the post (see above) and this happened before the upgrade was available. I can upgrade enfold if you want.
Hi there! Ever since I changed themes over to enfold, all my tables have been getting cut off just a tiny bit on the left side. You can see that here: http://thedogbreedsbible.com/the-best-wireless-dog-fence-guide/
Can you please help me fix this? Thanks so much!
I uploaded the WP enfold theme folder to my server at bluehost and although I only published 5 pages it has indexed all the page templates on the internet underneath my home page!!Can anyone tell me what I do to get rid of them or do I have to delete the complete enfold folder in bluehost and start again? (sorry, I am new to this!!) Thank you!
This reply has been marked as private.
Hey!
Please firstly set the header height to needed value and then add following code to Quick CSS in Enfold theme options under General Styling tab
logo img { padding: 0; }
Regards,
Yigit
Can we see the page live? What URL are you using? My settings which are working are:

and

Using 2.9.1 of Enfold that creates the on click get lightbox. The raw shortcode output looks like this:
[av_masonry_gallery ids='4975' items='24' paginate='pagination' size='fixed' gap='1px' overlay_fx='active' caption_elements='title' caption_display='always' container_links='active' id='']
Hi!
Yes, definitely, if you are going to modify theme files. Please see – http://kriesi.at/documentation/enfold/using-a-child-theme/
Regards,
Yigit
Hey ashvindx!
Please go to Enfold/config-templatebuilder/avia-shortcodes folder and modify masonry_entries.php file
Regards,
Yigit
Hey!
Make sure you are using the latest version of Enfold, then remove the subset from there and add this below:
function add_subset_func($fontlist) {
$fontlist .= "&subset=latin,latin-ext";
return $fontlist;
}
add_filter('avf_google_fontlist', 'add_subset_func');
Regards,
Josue
Hey Welmoed!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logo { display: none !important; }
Cheers!
Yigit
Hi Bodymindlinks!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top label {
font-size: 17px;
font-family: roboto!important;
}
Regards,
Yigit
Hi Cre8tve_works!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_main_nav_header #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a { padding-right: 13px; }
#header_main_alternate { background: #565656; }
#top .av-main-nav > li > a { border: none !important; }
Cheers!
Yigit
Never mind, figured it out.
Enfold>General Styling>Header>Border Colors – Make it the same color as the background.