Hi aovivo!
1) You can try to increase the animation time – open up wp-content/themes/enfold/js/shortcodes.js and search for
$.fn.avia_sc_toggle = function(options)
below this line you’ll some occurrences of
slideUp(200
and
slideDown(200
You can replace 200 with another value – it determines the animation time in ms – i.e. 200ms are 0,2 seconds.
2) You can’t remove the scroll bar on the right side because the website must be scroll able – especially for users with smaller screens. The only solution would be to make the default content (with closed toggles) longer – then the browser will show the scroll bar as soon as the user opens the page in the browser and the content won’t shift when he clicks on a toggle.
Cheers!
Peter
Hi,
I upgraded Enfold to 2.4.5 and now have some small bugs.
In the search field, the button text show the word “Array”. Also on a few buttons and icons, the Fontello icons are missing.
Kind regards,
Matthijs
Hello,
in Enfold is it possible to display, under a post or portfolio image,
2 or more categories?
For example: I have to build a site for a model agency
and I need to show on a page some models;
for these models I have to publish their names, their specialization and their city (like Andrea • Actor • Florence).
Obviously, it is important to have the possibility to make a multi-search for specialization and city…
Any suggestion?
Thank you
Hey buddy, Thanks for the quick response!
Yeah the WP SEO Plugin has options for Meta Tags, but MT aren’t that crucial these days right? Since most Search Engines are friendly to WP sites.
I’m looking at all the tab options within the WP SEO Plugin and I don’t know where to begin or which fields are most crucial. If you know this plugin, please guide me. Thanks.
LayerSlider: old jQuery issue
I am no “WordPress Ninja” ( a term found on your enfold sample) Ha! All skill levels would have to include my level which is below beginner.
Anyway, I had the site running and it seemed like I was figuring things out until an update somewhere (wordpress?) made the site start giving me this error message. HELP! I have searched for an answer, updated the jQuery to the latest version 2.0.3 and prayed real hard! It
just isn’t happening. Is there help for me? Keep in mind, I’m a newbie at ground level. I’m willing to keep making the effort, but don’t know where to go next. Step by step please?
Hey!
Wanted to check if css code was being applied or not but “Maintenance mode is on
Website will be available soon”
Please try
1- Flushing browser cache after applying the code and refresh your page a few times
2- adding the code to bottom style.css file of your child theme in Appearance > Editor if you are using a child theme
3- adding the code to Custom.css file inside Enfold/Css folder
4- Try adding !important rule as following
#bbpress-forums div.bbp-search-form { width: 100%!important; }
#bbpress-forums #bbp-search-form #bbp_search { width: 75%!important; }
Regards,
Yigit
Hey :)
so … i think, i figured out, that the basic.css from the ubermenue is overwriting your css File:
The releated part seams this one:
media=”all”
#megaMenu.megaResetStyles div, #megaMenu.megaResetStyles span, #megaMenu ul.megaMenu, #megaMenu ul.sub-menu, #megaMenu ul.um-sidebar, #megaMenu li.menu-item, #megaMenu li.widget, #megaMenu li.menu-item > a, #megaMenu img.um-img {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
text-shadow: none;
visibility: visible;
opacity: 1;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
-o-box-sizing: content-box;
box-sizing: content-box;
-webkit-backface-visibility: visible;
-moz-backface-visibility: visible;
-ms-backface-visibility: visible;
-o-backface-visibility: visible;
backface-visibility: visible;
}
I played around with the developer tools from the chrome browser. When i disable the “font-size: 100%”, then your search Icon will appear bigger.
I’m not really firm with CSS. is there a possibility to solve the stuff in the Enfold Theme, or should i contact the ubermenue support ?
Another idea … i can setup a testing wordpress installation for you, with Enfold and the Ubermenu Plugin. Also with FTP access and so on.
I think, when this would be necessary, i can do this on weekend ..
Br,
Martin
P.S. perhaps it could be a great idea, to implement the possibility to use a graphical menue with Enfold :)
-
This reply was modified 12 years, 3 months ago by
mwolfert.
Hi, I searched the forums and found this post , but that did not help me when I added the CSS to the quick CSS in the Enfold Theme on my site.
Is there another option that works? I want to be able to add bullet points to the product description and the short description.
Mys site is: http://www.marketingcommunicationsblog.com/product/graphic-design-measurement-chart-free-download/
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#bbpress-forums div.bbp-search-form { width: 100%; }
#bbpress-forums #bbp-search-form #bbp_search { width: 75%; }
Best regards,
Yigit
Hey progenki!
Please go to Appearance > Editor and open Header.php file and find
do_action('ava_after_main_menu');
and add following code right below it
echo get_search_form();
then add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (min-width: 767px) {
#top #searchform>div { display: none; }}
Regards,
Yigit
Hi!
I updated the code a bit and it works now
if(!function_exists('avia_remove_home_breadcrumb'))
{
function avia_remove_home_breadcrumb($trail)
{
foreach($trail as $key => $data)
{
$search = 'amp; Nature Photography Workshops';
if(strpos($data, $search) !== false)
{
unset($trail[$key]);
}
}
return $trail;
}
add_filter('avia_breadcrumbs_trail','avia_remove_home_breadcrumb', 15, 1);
}
Cheers!
Peter
Hey!
1) Maybe I’m wrong but I think the author title/meta description is not translated because you didn’t set up a translation yet. Go to the user profile page: http://www.ld4change.com/wp-admin/user-edit.php?user_id=2&wp_http_referer=%2Fwp-admin%2Fusers.php%3Flang%3Dzh-hans%26admin_bar%3D1 and translate the English user profile (name, last name and nick name and the “Biographical Info”) to Chinese. You can switch between the Chinese and English version by using the language switcher dropdown in the admin bar.
2) I checked the 404 page and everything is translated except the number 404 ( 404错误:找不到页面 and 404 找不到页面 ). Then I checked to the localization settings screen (Tools > Localization > Themes > Enfold, select Chinese “edit” and use the right text box to search for “404” text strings) and there I found exactly the same strings. If you want to change them edit these text strings and click the “generate mo-file” button.
Cheers!
Peter
Hi!
Normally Enfold will display the WPML flags in the top navigation menu. If you want to add the flags to the main menu add following code to the functions.php file (insert it at the very bottom of the file)
if(!function_exists('avia_append_lang_flags'))
{
//first append search item to main menu
add_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 10, 2 );
function avia_append_lang_flags( $items, $args )
{
if ((is_object($args) && $args->theme_location == 'avia'))
{
global $avia_config;
global $sitepress;
$languages = icl_get_languages('skip_missing=0&orderby=custom');
if(is_array($languages))
{
foreach($languages as $lang)
{
$currentlang = (ICL_LANGUAGE_CODE == $lang['language_code']) ? 'avia_current_lang' : '';
if(is_home() || is_front_page()) $lang['url'] = $sitepress->language_url($lang['language_code']);
$items .= "<li class='language_".$lang['language_code']." $currentlang'><a href='".$lang['url']."'>";
$items .= " <span class='language_flag'><img title='".$lang['native_name']."' src='".$lang['country_flag_url']."' /></span>";
$items .= "</a></li>";
}
}
}
return $items;
}
}
Best regards,
Peter
Hi,
I would like to change the search result page and add a preview of the text containing the search words on the results page.
Basically I would like to have
– Page Title
Here the sentence in which the word appears.
I would also like to replace the numbers by an icon.
Do you know if this is something doable within Enfold?
Thanks for your help
Hi guys,
i use the Enfold theme with an graphical menue (UberMenue) this works fine but:
the search button, sitting right to the navigation is reall a bit small :)
Look here: http://blog.lichttraeumer.de/download/enfold_search-stuff.png
How can i change the dimensions of this icon ?
Br,
Martin
Hi Raju!
1) Please create me an admin account and post the login credentials as private reply – I’ll look into it.
2) Maybe you didn’t translate the 404 error text? Please use this plugin: http://wordpress.org/plugins/codestyling-localization/
Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to search for 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).
3) It would surprise me if the theme causes this issue. Please switch to the TwentyThirteen theme and check what happens when the validation fails.
Regards,
Peter
Hi. I am using Enfold and bbPress but I have found a problem with the search box. It is really small and kind of cut off at the end. See image: 
I see a solution on your own support forums that I like – a full width search box but how do I do it? This also happens when I put it in the sidebar but it looks much worse.
One last question – can I write anything on the forums page since it’s not a page but something bbpress creates and I have no idea how to edit it? This will be great if possible but if not I’ll just live with it :(
Thanks in advance.
Hey!
Insert following code into the functions.php file to remove the link from the breadcrumb
if(!function_exists('avia_modify_blog_breadcrumb'))
{
function avia_modify_blog_breadcrumb($trail)
{
foreach($trail as $key => $data)
{
$search = 'Wildlife & Nature Photography Workshops';
if(strpos($data, $search) !== false)
{
unset($trail[$key]);
}
}
return $trail;
}
add_filter('avia_breadcrumbs_trail','avia_modify_blog_breadcrumb');
}
Cheers!
Peter
Hi,
I am having issues getting my post categories to display in the filter in my masonry blog. I have searched deep on this forum for a solution but everything I see is old code. I have the latest release of EnFold (just purchased today and also ran the updater). I am running wordpress 3.8. I have 2 categories that show up but can’t add any of my other categories. Any help would be appreciated.
Thanks,
Derek
Hi, there is a “possible” bug I encountered in enfold/framework/js/avia_media.js?ver=3.8
due to this bug, no images where uploaded into posts
this line should be changed : window.original_send_to_editor = window.send_to_editor;
to window.avia_original_send_to_editor = window.send_to_editor;
error: Maximum call stack size exceeded error due to infinite loop
as this plugin http://codecanyon.net/item/map-list-pro-searchable-google-maps/2620196
uses same window.original_send_to_editor = window.send_to_editor;
after changing plugin to window.mapro_original_send_to_editor = window.send_to_editor;
bug gone away
thank you
Hey vasilybodnarchuk!
1- Please go to Enfold theme options > Header and make sure that you have checked “Append search icon to main menu”
2- Can you post a screenshot of css issue? It did look fine to me
Best regards,
Yigit

Hi! I am incorporating an intranet plugin into the Enfold theme. It’s working out great so far but there is one little weird thing happening with the search buttons. Any idea on how to fix this?
Hey!
Are you using WPML? Please use this plugin: http://wordpress.org/plugins/codestyling-localization/
Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to search for 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
Another quick and accurate response from support… you guys rock! :)
Thanks,
Ryan
Hey!
I tested your website with w3cvalidator: http://validator.w3.org/check?uri=http%3A%2F%2Fxdnet.biz%2F%3Fs%3DTest&charset=%28detect+automatically%29&doctype=Inline&group=0 and I guess one html syntax error might cause the issue:
Line 283, Column 194: No p element in scope but a p end tag seen.
…iz/wp-content/uploads/LinkedInButton.png" alt="Join us on LinkedIn!" /></a></p>
You can also remove the scroll bar with css code – insert
body.search {
overflow-x: hidden;
}
into the quick css field.
Cheers!
Peter
Update: My original idea about the sidebar no longer seems accurate. Here’s another site of mine with the same search edits made that has the horizontal scrolling issue. However, this site doesn’t have the sidebar menu and yet still has the scrolling issue: http://hospitalityscholarships.org/?s=Test
Thanks again for any advice.
Ryan
Hello,
I am running WordPress 3.8 with Enfold 2.4.5 installed. I decided to adjust the wording of the search results page and get rid of the tabs that allow users to browse posts instead, since we don’t make any posts on our site.
To accomplish this I made some simple edits to the search.php and loop-search.php files within Enfold. Everything works like it should, but for some reason I now get a horizontal scroll bar with a lot of blank space to the right of the actual site. For example, check out this link for a search of “Test” – http://xdnet.biz/?s=Test
The scroll bar seems to be a result of my sidebar menu somehow, as I have another site that runs Enfold under the same setup, but its search results page has no sidebar and displays like it should, without any horizontal scroll bars.
Any ideas of what’s going on here? Perhaps I didn’t adjust the files correctly… I’m no PHP expert ;)
Thanks!
Ryan
hi there, i just switched to ENFOLD since my plug-in WooCommerce German Market seems to work best with this theme.
After changing the theme i have trouble adjusting some details, especially on the woocommerce product page.
I have attached a screen shot for better understanding (i am referring to the circled sections)
1) How can i get rid of the image side bar on product image? also the link thats activated – i just want to have the product in its original size (400×400)
2) How can i change the font sizes in the product description (Product name too big, price to small,)
3) how can i change the font color on button only (a darker color like grey or black would go better with the yellow)
4) How can i change the padding at the border of ‘product categories’ and ‘similar products’ (middle of the page) ?
5) I havent found the styling option for ‘Ähnliche produkte’ (which means ‘similar products) – does this come from woocommerce? Its a different yellow that i did set up in the styling panel.. any idea where to change that?
6) its weird that the products on the bottom (catalogue thumbs i guess) are not sharp. its the same size, quality as the main product in the upper half of the page and yet its somehow blurry. Any idea why this is happening?
This is the image size set up in woocommerce:
catalogue: 80×80
single product: 400×400 (original size)
thumbs: 120×120
i searched the forum but did not find the exact answers – thats why i decided to put this together in one topic, since its happening on one single page.
hope you can help!
thanks so much in advance
Pedro
