Hi,
I´m searching for two strings in my Enfold / Woocomerce installation.
Mehrwertsteuer
Schlüsselwort what is normally the Tag
Does anyone know where these strings at. And / or how to change them.
I´m working on a WPML Woocommerce Site / so later they hould be translateable
Hi guys,
After the Enfold update to 3.1.3. my search icon disappears in the header on mobile. Normally you see it next to the left of the hamburger menu. The hamburger menu is still where it’s supposed to be.
This happens with landscape view on iPad and landscape and portrait view on Android mobile phone.
Do you have a solution?
Sincerely,
Morticka
Shalom!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.rtl li#menu-item-search {
float: right !important;
}
Yes, you can insert HTML in Navigation Label field in Appearance > Menus
Regards,
Yigit
Hi !
Good job for this amazing theme ! But I have a question about menu’s style
http://fazeit.com/sandbox/affexio/
I’m searching how to resolve my problem about my full-width menu.
I want my item “Accueil” align to the left (aligned to the logo) like it already is AND
I want my item “Espace client” align to the right.
In one word : Stretch this menu ^^ and keep it centered.
I’m searching as well, how change the background color of each subs menu ?
Thanks for your answer !
Sorry for all these mistake in my langage.
-
This topic was modified 11 years, 1 month ago by
FabienHt.
Hi,
I have added a search widget in my header : http://guillaumeanjou-la-cie-des-desserts.wpserveur.net/
It works fine with Chorme and Safari but I have an issue with Firefox. Placeholder won’t appear and text typed in it won’t appear.
I updated to the last version of Enfold.
Thanks for your help,
Guillaume
Hi,
my client wants a simple product list with a WooCommerce Product Search and a WooCommerce Price Filter – in the best case with these two widgets at the top of the page / without sidebar.
So I have built a custom shop page (which is not the default WC shop page) with the standard editor and used the enfold-shortcodes for the widget-areas. It works fine with the WC Product Search, but the WC Price Filter doesn’t appear.
Do you have an idea?
Thanks a lot
Bernd
Hey Mac_Gyver!
Thank you for using Enfold.
Add this to the Quick CSS field:
.html_header_searchicon_disabled #top .av_header_border_disabled.av_bottom_nav_disabled .main_menu .menu>li:last-child>a .avia-menu-fx {
padding-right: 0 !important
}
Cheers!
Ismael
Hi!
your website looks fine to me and I can see little gallery images here:

But maybe you mean something else? could you show us what you want to achieve?
Make sure to use the newest WordPress and Enfold version (3.1.2.). Also update all plugins. If it still does not work with the plugin you have uses before, I suggest to contact the plugin’s author for support and/or search for another one.
Hope this helps.
Cheers!
Andy
Hi!
Edit the page using the advance layout builder, you’ll see the Grid Row element inside the Layout Elements panel. No, you can’t create slider animations inside the grid row element but you can insert easy and content sliders inside the cells. Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff about the theme. You can watch video tutorials or get hold of a few hooks and filter functions that may help you to modify the theme as you like. You can also search the forum for any related questions or issues.
If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!
Regards,
Ismael
Hey mleite1!
can you please update to Enfold v3.1.2.?
you can control this line using this code:
.html_header_searchicon_disabled #top .main_menu .menu>li:last-child>a .avia-menu-fx {
padding-right: 0 !important;
}
Regards,
Andy
Hi there. Sorry if this has been answered somewhere else. I searched but haven’t found an answer.
When I “print preview” a page from a site running Enfold, the sidebar is hidden (which is great) but the main content does not expand to fill the entire width of the page. It’s as if the sidebar area is still being included, just not printed. How would I make the content fill the printed page?
Thanks!
Hello,
I’m using enfold 3.1.2
Search icon doen’t show up on mobile phone.
How can it be on mobile?
I’ve read some QnA. I’ve tried some. But it’s not working.
Help me please.
I leave login stuffs. Thanks
-
This topic was modified 11 years, 1 month ago by
eejsung.
Hi,
Since I updated to the latest Enfold version, I don’t see the slider dots anymore. I know they only appear on mouse hover, but I still see the next/prev arrows appear, not the dots. I removed all of my custom CSS, but they are still not there.
Inspecting the code shows they are still in there, so why don’t they show?
I’ve searched the support forum and added this to no avail:
.avia_desktop .av_slideshow.avia-slideshow .avia-slideshow-controls a {
opacity: 1;
filter: alpha(opacity=1);
}
Hey master-t!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top label { font-size: 16px; }
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { font-size: 16px; }
Cheers!
Yigit
Hi MICHAELWINN!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#menu-item-search a { color: white !important; }
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top div .av-light-form .input-text, #top div .av-light-form input[type='text'], #top div .av-light-form input[type='input'], #top div .av-light-form input[type='password'], #top div .av-light-form input[type='email'], #top div .av-light-form input[type='number'], #top div .av-light-form input[type='url'], #top div .av-light-form input[type='tel'], #top div .av-light-form input[type='search'], #top div .av-light-form textarea, #top div .av-light-form select, div div .av-light-form .button { border-width: 1px !important; }
Regards,
Yigit
Hi itchybrain!
Thank you for coming back.
You have to open enfold\search.php (parent theme).
Look for (line 8):
get_header();
and replace with:
get_header();
do_action( 'ava_search_after_get_header' );
This will be implemented in the next update.
In functions.php of the child theme add:
add_action( 'ava_search_after_get_header', 'my_ava_search_after_get_header', 10 );
function my_ava_search_after_get_header()
{
global $avia_config;
$avia_config['layout']['current'] = $avia_config['layout']['fullsize'];
$avia_config['layout']['current']['main'] = 'fullsize';
}
Cheers!
Günter
Hey ar13860!
Please add following code to Quick CSS in Enfold theme options under General Styling tab if you would like to add text next to icon
li#menu-item-search a:after {
content: ' Your text';
font-size: 13px;
}
If you would like to add a link instead, please see – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Best regards,
Yigit
Gday Enfold users
I’d like to remove the sidebar from search results page.
I am aware this can be done by modifying the header.php file ()https://kriesi.at/support/topic/how-to-remove-sidebar-on-search-result-page/, or even by using the CSS display none.
However, I’m keen to use my child theme function.php file instead, and am wondering if this is possible, and can anyone can help me achieve this.
cheers
Darryl
Hello,
i want to remove the Feel like browsing some posts instead? from the Error404 and Search site.
I found this code:
.search h3, .search .widget.avia_combo_widget {
display: none !important;
}
.error404 .avia_combo_widget, .error404 h3 {
display: none!important;
}
When i add this, than it will be hide, but than it hides text in sidebar and in footer, too
How can i fix this?
before quick CSS:

After Quick CSS

-
This topic was modified 11 years, 1 month ago by
Dandy.
Hey guys,
I searched the forums but couldn’t find anybody asking, which surprised me. WhatsApp as a sharing platform on mobile is getting pretty big, so I was wondering if you guys were planning on implementing this in your current sharing options :)
1. Is this a planned addition to the sharing toolbar in Enfold yet?
2. If so, can you give an estimate of when this will be available?
3. If no, could you point me in the right direction? How would I go about adding this? There’s a few plugins that enable this but of course I’d want it to look like Enfold’s sharing kit because it looks awesome :)
4. Is there a way to add the Enfold sharing toolbar to a page?
Hi!
What is the name of your home page? You set the Frontpage Settings and Blog to the same page, “Startseite2”. Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff regarding the theme are probably available in there. You can watch video tutorials or get hold of a few hooks and filter functions that may help you modify the theme as you like. You can also search the forum for any related questions or issues.
If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!
Cheers!
Ismael
Hey!
Please replace the code on functions.php with this:
add_filter( 'avf_custom_sidebar', 'enfold_customization_search_sidebar' );
function enfold_customization_search_sidebar( $custom_sidebar ) {
if ( is_search() ) { $custom_sidebar = 'Search'; }
return $custom_sidebar;
}
If you haven’t created a custom sidebar, go to Appearance > Widgets, create a custom widget area called “Search”.
Best regards,
Ismael
I’m not sure if this counts as a bug or not…..
After trying multiple times to upload Enfold, I finally got it.
Now I am customizing the site. When I went to preview the site, and, when I go the the site on google, I get the following from preview
and when I google search for site: http://www.thekorucompany.com.
I tried erasing and reloading the theme, and the same thing happened. I get to some point in customization, go to view or preview the work, and it blows up.
I am a total NEWBIE to all this. Please help!
Wendy Cykana
-
This topic was modified 11 years, 1 month ago by
wcykana.
Hi tech500!
Please go to Enfold/includes/admin and open register-portfolio.php file and search “Portfolio Items” and replace it with “Artist Work”
Cheers!
Yigit
Elliot,
It was that localization plugin. It didn’t translate all the enfold menu items, so they disappeared. I translated them myself and now they are back.
p.s. do you have any tips on how to change the sidebar on the searchresults page, because of the problem with the blog I forgot about that.
Thank you
best regards