Hi
I am building a website with the Enfold theme. I am working locally on my site and have just updated the theme to the latest version. But now there is a problem in firefox with some of the images. They are alle shown in full size, eventhough they are put in the responsive layout elements. It is no problem in the other browsers I have tested (safari, chrome). Please help.
Hi guys!
I bought your theme to update my site (to make it look more modern, and have a mobile friendly theme). However, the person who worked on the site previously did a custom job, and the woocommerce plugin seems to break with the Enfold Theme. Is there any way to set woocommerce back to default without reinstalling the plugin and losing all the past orders? Please let me know!
Old Site: http://www.luminaid.com/shop/
New (Temp) Site: http://luminaid.avsurganov.com/shop/
Don’t mind the formatting / colors. It’s still a very early draft.
Hey stankages!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
p#element_avia_please_explain_what_you_are_1 .hidden {
display: block!important;
}
Cheers!
Yigit
Hi!
Try to insert this code into the child theme functionsphp file or into enfold/functions.php
add_filter('avia_breadcrumbs_trail', 'avia_change_breadcrumb', 5, 1);
function avia_change_breadcrumb($trail) {
if(is_page())
{
global $post;
$front = avia_get_option('frontpage');
$blog = avia_get_option('blogpage');
if($post->ID == $blog || $post->ID == $front) return $trail;
$parents = get_post_ancestors($post->ID);
if(!empty($parents))
{
$home = $trail[0];
$last = array_pop($trail);
$trail = array(0 => $home);
foreach($parents as $key => $data)
{
$link = '<a href="'.get_permalink($data).'">'.get_the_title($data).'</a>';
$link = preg_replace('!rel=".+?"|rel=\'.+?\'|!',"", $link);
$link = str_replace('<a ', '<a rel="v:url" property="v:title" ', $link);
$link = '<span typeof="v:Breadcrumb">'.$link.'</span>';
$trail[] = $link;
}
$trail[] = $last;
}
}
return $trail;
}
Cheers!
Peter
Hi Bruno!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.av-masonry-date.meta-color.updated {
display: none;
}
Regards,
Yigit
Hi all,
apologies for my English (google translator)
On page I’m doing with Enfold I’ve noticed that the letters are “thick” and “duplicate top of each other” is a little weird …
Attached a screenshot of the error:

thank you very much
PS: a big template!!
Greetings!
-
This topic was modified 11 years, 11 months ago by
koballo.
Hi!
Please firstly update Enfold to the latest version 2.8 via FTP – http://vimeo.com/67209750
Best regards,
Yigit
Hi Rupert!
1- Please go to Appearance > Menus and remove “personal training” from your menu
2- You can rearrange the position of menu items in Appearance > Menus
3- Please go to Enfold theme options > Advanced Styling and edit “small bar above main menu” element and increase the font size
4- Please go to Appearance > Menus and add your menu item as a new link with # for URL so it will not be clickable http://i.imgur.com/9I3QF9j.jpg
Cheers!
Yigit
Hey!
You just need to add this code to your child theme functions.php file. Then you can select the Rum Raisin font from the “font” dropdown on the theme options page (Enfold > Theme Options > General Styling > “General” tab – “Heading Font” dropdown). If you want to apply the font family to the menu links insert this code into the quick css field:
#avia-menu li a{font-family: "Rum Raisin";}
Cheers!
Peter
Hey!
Did you upload your modified shortcode file into the wp-content/themes/enfold-child//shortcodes/ folder?
Regards,
Peter
Hey sarahed!
Please firstly turn on custom CSS field for Avia Layout Builder elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class { background: orange; color: white; padding: 10px; }
Cheers!
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_cart_buttons { display: none !important; }
Cheers!
Yigit
Hey!
1) Please create us an admin account and post the login credentials as private reply – we’ll check the configuration.
2) No, Enfold just uses the standard wordpress search which doesn’t support such a feature. You can try a search plugin like: SearchWP though.
Regards,
Peter
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_image { width: 100% ; }
Regards,
Yigit
Hey t3lgroup!
I answered your here – https://kriesi.at/support/topic/latest-update-enfold-picture-probelm/#post-271153
But please post your answer on this topic. Other users are having image size issue there, let us not mix the issues :)
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.search div.page-heading-container {
display: none !important;
}
Regards,
Yigit
Hi Jun-E-Jay!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.grid-entry {
margin-bottom: 1%;
width: 24%!important;
margin-right: 1%;
}
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.rounded-container, .rounded-container img { width: 120px; }
Cheers!
Yigit
Hi!
Ihr könnt probieren die gesamte Funktion in enfold/functions-enfold.php zu ersetzen. Diese startet mit:
if(!function_exists('avia_ajax_search'))
und endet mit:
echo $output;
die();
}
}
Kopiert am Besten die neueste Version dieser Funktion aus der aktuellen enfold/functions-enfold.php (Version 2.8) und fügt den Code in eure functions-enfold.php (V1.9.1) ein und überschreibt den “alten” Funktionscode.
Regards,
Peter
Hey!
Bitte versuche Enfold auf Version 2.8 zu aktualisieren. Ich empfehle hierfür FTP zu verwenden: https://vimeo.com/channels/aviathemes/67209750
Cheers!
Peter
Hey!
Can you try adding following code to Quick CSS in Enfold theme options under General Styling tab
.avia_image { width: 100% ; }
Cheers!
Yigit
Hey!
Can you please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.avia_image { width: 100% ; }
Regards,
Yigit
Hey jedasim!
Please go to Enfold theme options > Blog Layout > Blog meta elements and uncheck “Blog Post Category”
Regards,
Yigit
Hey Effektid!
Please go to Apperance > Editor and open Functions.php file and add the code to bottom of it. You can request such feature here – https://kriesi.at/support/enfold-feature-requests/ or vote if already requested
Best regards,
Yigit
Hi there, I have two problems customizing enfold.
The first one is that I’m using thw WPML plugin and the flags are appearing after the last element in the nav menu, just aligned at its right.
This is how it looks like now.

and this is how I would like it to look (Flgas aligned right and above the menu)

My other problem is that I have used 3 text boxes with icons in one of my site pages, but I would like to change those icons with my own logo.
This is how the boxes look like now.

and this is the icon I would like over those boxes instead of the previous ones.

It’s very important to me to do this changes ASAP and I have no clue how to do them right now.
Best regards in advance.
Hi Michael!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header_color .main_menu ul:first-child > li.active-parent-item > a .avia-menu-fx { opacity: 1; visibility: visible; }
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: none; }
Regards,
Yigit