Hi,
I tried adding
/**
Added 2014-09-21 MKO per https://kriesi.at/support/search/Tooltip/
**/
function remove_image_title() { ?>
<script type=”text/javascript”>
jQuery(window).load(function(){
jQuery(‘img’).removeAttr(‘title’);
});
</script>
<?php
}
to functions-enfold.php. Did not work.
Cheers
M
Hi Ismael,
Thank you for the reply. I must be doing something wrong! I go to Appearance>Widget and drag the enfold “search” widget into the “display everywhere” widget area. then on a page on the site I select the “Widget area” element and drag it on to the page, in the drop-down menu I select “display everywhere” and click “update”, and the widget area disappears – every-time. I have tried variations with different widget areas and different widgets, all with the same result.
I managed to do what i needed using the “code block” element and using the html for the button i was trying to instal and this has worked so the issue is not urgent but I have other widgets that i would like to insert in specific places on the site so it would be good to know what i am doing wrong.
sorry forgot to say i did not add any html code on top of the widget area – at least not intentionally!
I have tried adding new “enfold custom widget areas” on the Widget page and these new widget areas do not appear in the drop-down menu on the widget area element. perhaps the problem lies in my widget area. I did make a mistake earlier and created a new “enfold custom widget area” that i cannot now delete. could this be the problem?
-
This reply was modified 11 years, 6 months ago by
rgbozeat.
Hey generatrorassociates!
Thank you for using Enfold.
That is the Color Section with a background image applied and background attachment set to fixed. Inside is a single text block element from the advance layout builder. Below the color sections are column layouts with Image elements inside. In case you have questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Thanks!
Cheers!
Ismael
Hi generatrorassociates!
Thank you for using Enfold.
How did download one dummy page? Did you hit the Import Dummy Data again? This will override all your theme settings. Do you mind if we take a look at the current website? Make sure that you’re running Enfold 2.9.2 with WordPress 4.0. In case you have questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Thanks!
Best regards,
Ismael
Hi,
I have two sites running on Enfold. We updated yesterday to WP 4.0. and the latest Enfold update. I just noticed that on both sites the social icons have dissappeared….. As we have not done any other work on either of the sites I guess this is an upgrade issue. I search the forum, but did not find any threads regarding this topic. Could you pls let me know whether it’s a known issue, or a new issue?
thanks again
Bert
Hey peiiep!
Thank you for using Enfold.
You can look for membership plugins: https://wordpress.org/plugins/search.php?q=membership
Please be careful with this plugins because they can mess up the admin roles sometimes.
Best regards,
Ismael
Hey!
Open /wp-content/themes/enfold/css/base.css and remove from line 184 to line 253:
#top form {
margin-bottom: 20px; }
#top fieldset {
margin-bottom: 20px; }
#top .input-text,
#top input[type="text"],
#top input[type="input"],
#top input[type="password"],
#top input[type="email"],
#top input[type="number"],
#top input[type="url"],
#top input[type="tel"],
#top input[type="search"],
#top textarea,
#top select {
-webkit-appearance: none;
border: 1px solid #e1e1e1;
padding: 8px 6px;
outline: none;
font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #777;
margin: 0;
width: 210px;
max-width: 100%;
display: block;
margin-bottom: 20px;
background: #fff;
border-radius: 0px;
}
#top input[type="text"]:focus,
#top input[type="password"]:focus,
#top input[type="email"]:focus,
#top input[type="number"]:focus,
#top input[type="url"]:focus,
#top input[type="tel"]:focus,
#top input[type="search"]:focus,
#top textarea:focus {
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
color: #555;
}
#top textarea {
min-height: 60px; line-height:1.5em;}
#top label{
display: block;
font-weight: bold;
font-size: 12px; }
#top legend {
display: block;
font-weight: normal;
font-size: 15px; }
#top select {
width: 220px; }
#top input[type="checkbox"] {
display: inline; }
#top label span,
#top legend span {
font-weight: normal;
font-size: 13px;
color: #444; }
#top textarea{width:100%;}
#top #wrap_all .valid .text_input, #top #wrap_all .valid .text_area, #top #wrap_all .valid .select{border:1px solid #9AA600;} /*#70A41B*/
#top #wrap_all .error .text_input, #top #wrap_all .error .text_area, #top #wrap_all .error .select{border:1px solid #DF653E;}
#top #wrap_all .ajax_alert .text_input, #top #wrap_all .ajax_alert .text_area, #top #wrap_all .ajax_alert .select{border:1px solid #ffb628;}
#top #wrap_all .valid .input_checkbox_label{color:#9AA600;}
#top #wrap_all .error .input_checkbox_label{color:#DF653E;}
Regards,
Josue
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-main-nav > li { background-color: #F0F0F0; border-right: 1px solid white !important; }
.main_menu ul:first-child > li a { line-height: 220px; }
.html_main_nav_header #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a { padding-right: 13px; }
Regards,
Yigit
Hey Neil!
Please go to Enfold/config-templatebuilder/avia-shortcodes folder and open slideshow_fullscreen.php and search for h4 and change it to h1
Regards,
Yigit
Hi folks,
I just started playing around with Enfold at my personal brand (Ricard Menor website). I have to say that I purchased Enfold right at the beginning, when it was released, but circumstances prevented me from developing my original plan, which was upgrading my SEO freelance website currently and still using another great theme (and I guess base for Enfold), Shoutbox.
I wanted to switch to Enfold mainly for 2 reasons: responsiveness and agile visual composing/templating, something that requires clear ideas and patience at Shoutbox. Thing is: Shoutbox does SEO part pretty well, and as work keeps piling up I just gave the site a deep review and betted for buying mi name’s domain name in order to protect the most popular and expected form of domain name, ricardmenor.com
And there we go, I just needed to practice with Enfold, so I applied it to this site so I can play with it while constructing (turtle speed) this parallel site. I have to say I am impressed with it, no doubt I’ll be riding Enfold 2014-2016.
Good luck, I am willing to know your ideas and theme solutions in search of inspiration, I tend to be “square” when designing and very creative by the SEO side. But this means visibility, it does not imply your eyes will love what you met at Google! ;-)
Hey Connie!
Thank you for using Enfold.
You can add social icons on Enfold > Header panel. Enable the comment section on Settings > Discussion panel. In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Thanks!
Best regards,
Ismael
Hello,
I am developing a site using enfold theme and its inbuilt layer slider. I added advance Layer slider in my home page. It was working well till yesterday but suddenly today there is no preview on my layer slider now. I had some research in this forum and google as well but I can’t find any solution. Can you please tell me what is the issue and how can I fix this ?
Thanks

In my site I have CSS .breadcrumb-title {display: none !important;}
However inspecting the code there is two H1’s on the page which is not good for SEO, the inspect item shows (private content)
Is there anyway to have enfold not put extra H1 into the code, which effects the Google search results.
Denis
Hey,
the Main-Bar-Search displays for Products the Productname and the Date. Wouldn’t it make more sense that it shows the price instead of the Date?
How can I solve this?
Best Regards!
Hey Marc!
Thank you for using the theme.
Yes, that is true and it is a bit flattering to compare our simple search field with google. It is one of the areas we’re trying to improve. For the meantime, in case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Thanks!
Cheers!
Ismael
Hey Marc!
Thank you for using Enfold.
Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language” or select the Deutsch/Deutschland. Click on “Rescan” to fetch all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).
Regards,
Ismael
Hi guys,
I’ve found out the search engine at the Kriesi forums delivers results which are worse than Google. Imagine this: I want to know more about changing font size.
When I search at these forums it leads me to this result: https://kriesi.at/support/?bbp_search=%27font+size%27
When I search at Google it leads me to (for example) this result: https://www.google.nl/search?num=100&q=%27font+size%27+site%3Akriesi.at Or this one: https://www.google.nl/search?num=100&q=enfold+%27font+size%27
To be honest: the Google results give me much more useful hits than the Kriesi results. And because of this, I can imagine users often start new topics for questions that already have been answered (just because they can’t find the right topics in the forum). And therefore you guys have a lot more work than would be necessary…
Just my 2 cents ;-)
Here is how Google reacts on request “kriesi”:

As you see, all links are in strict logic order.
When I uploaded local folder to remote server I found that search result for my site is totally disordered. Instead of main menu it shows different Enfold dummy pages, like ‘3 colomn porftolio’, ‘gallery’ etc. I deleted those pages, but it didn’t help at all (links are still there, but now they point to ‘nothing found’).
How can I get Google to show 6 desired sub-links in desired order? How to hide those dummy pages from Google forewer?
Hi!
Please add this code to the enfold/functions.php or child theme functions.php file to remove the portfolio post type from the search results:
function remove_post_type_page_from_search() {
global $wp_post_types;
$wp_post_types['portfolio']->exclude_from_search = true;
}
add_action('init', 'remove_post_type_page_from_search');
Cheers!
Peter
I have read lots of posts about quick CSS and editing colour schemes – also about not touching anything in the main them (enfold) but only to use the child theme.
So where EXACTLY do I change the style of the h3 headings to get rid of the rule that appears after the heading?
Looking at the source code it has the class special-heading-inner-border
Despite searching I can’t see any exact policy as to where things like this get edited.
Am I meant to do a QuickCSS and put something like this:
special-heading-inner-border { border-color: #FFFFFF; }
But how would this OVERRIDE the current setting of border-color: #666666; ?
I am sure there must be instructions on how to make this sort of change – plus others like padding and margin changes?
Is there a manual I am missing?
Hello Team Kriesi,
thanx for your work! Bigger Issue with Woocommerce 2.2.2 and latest Enfold.
No Shipping Adress after click on Shop now in overview and Order-Mails visible.
Played with the functions in Backend, but no success. Also if different shipping address is marked, no Shipping-Data on overview Page and Mails after click buy now. Searched in Woocomerce Forum for this issue, no one mentioned this. Maybe Enfold is responsible.
Tryed to deactivate all Plugins and cleared the cache. Issue still there.
Thanx for your Help
Hey!
You can add this on Quick CSS to change the content container padding:
.page-id-127 #av_section_1 .content {
padding-top: 50px !important;
}
Edit the color section then add a unique id on For Developers: Section ID field. Use “section-images” for example then replace the code above with this:
.page-id-127 #section-images .content {
padding-top: 50px !important;
}
In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Thanks!
Regards,
Ismael
Thanks Josue,
I have looked at your suggestion and also tried so many other things. I searched the forum for hours, but I can’t find a solution.
I would think it would be something simple, but I have not enough knowledge to get it done.
When I look at the code of the Enfold blank template, it does a couple of things which I don’t understand (see below).
I just want my iframe be displayed full page. That should not be so hard should it?
Hope you can guide me some further to the solution.
Thanks,
Stephen
<?php
/*
Template Name: Blank – No Header, no Footer
*/
/*
* A blank Template that allows you to build landing pages, coming soon pages etc
*/
global $avia_config;
$avia_config[‘template’] = “avia-blank”; //important part. this var is checked in header and footer php and if set prevents them from rendering. also an additional class is applied to the body
if(!empty($avia_config[‘conditionals’][‘is_builder’]))
{
$avia_config[‘conditionals’][‘is_builder_template’] = true;
get_template_part(‘template-builder’);
exit();
}
else
{
get_template_part(‘page’);
exit();
}
Hi mathiasbjoerck!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.header_color .avia-tt {
background-color: red;
}
.header_color .ajax_search_excerpt {
color: blue;
}
.header_color .ajax_search_title {
color: orange;
}
Regards,
Yigit
Hi!
We have not tested this plugin with Enfold. Tested ones are the ones i posted here with implementations – https://kriesi.at/support/topic/advanced-search-plugin/#post-316848
Regards,
Yigit
This reply has been marked as private.
Hi generatrorassociates!
Thank you for using Enfold.
The theme doesn’t have a page management feature so you can use the search box to search for the page that you want to edit. If you want to control the pages on the footer, use the Custom Menu widget.
Regards,
Ismael
I also have lots of unwanted pages indexed by google…
A google search of indexed pages (site:websitename.com) returns many pages inside folder “shortcodes”
My WordPress Address (URL) is http:website.com/blog
My Site Address (URL) is http:website.com
I tried the code mentioned above and also tried this:
User-agent: *
Disallow: /cgi-bin
Disallow: /blog/wp-admin
Disallow: /blog/wp-includes
Disallow: /blog/wp-content/plugins
Disallow: /blog/wp-content/cache
Disallow: /blog/wp-content/themes
Disallow: /blog/*?*
Disallow: /blog/*?
Allow: /blog/wp-content/uploads
But I’m getting “allowed” for lots of enfold content from the dummy data I guess (although I did not publish it – draft only) like http://websitename.com/homepage/home-v5/ and from a “shortcodes” folder.
pages like: http://websitename.com/shortcodes/promo-box/
Should these disallow statements have a slash on the end of them /blog/wp-content/themes/ ?
Plus, I guess, how do I get rid of the dummy data? I thought that not publishing it (setting it as draft only) would keep it from being indexed while I learned how to use the various options…wrong I guess ;{
Hi,
Can you please provide a step-by-step instruction to translate things like ‘read more’ and ‘comments’ into Dutch?
I’ve searched the forums and found some advice to use the Codestyling Localization plugin, and I did, but everything seems to be fine there: when I use this plugin and go to the translation page of the Enfold theme, I can see the Dutch .mo and .po files (nl_NL.mo and nl_NL.po) and the terms like ‘read more’ and ‘comments’ are translated. To be sure I also regenerated the .po file. Still no luck.
Where do I need to set the language to Dutch? In the config file I changed
define ('WPLANG', '');todefine ('WPLANG', 'nl_NL');but no luck.I really don’t have a clue where to start, so any help will be appreciated. Thnx in advance!
Marc