Hey!
Please update the theme to the latest version (Enfold 2.5.2). I recommend to use ftp: https://vimeo.com/channels/aviathemes/67209750 for the update.
Best regards,
Peter
It’s the functions.php file, not the functions-enfold.php file…
Hi, I am suddenly having trouble with my site loading – the pages load very very slowly and it’s very tedious to edit. I am working with WPML making a 2nd site in Danish – could this be slowing it down? I can’t tell if it’s the server or my site. Is there a way to test what is slowing it down? It’s mainly on the backend that it’s slow (when I am trying to edit and reload the pages). The site itself seems OK. any ideas?
thanks
n
Turns out, I’m dumb;
Word Press>Settings>Discussion>[Show Users Gravatar] (un-clicked). I clicked that and I’m in business now.
Nothing to do with the enfold theme after all! Thanks for your help! Love the theme!
I’ve installed a 3rd party javascript from healcode.com on my site using the avia text editor text module and although the script works correctly on my live site, I cannot gain access to edit the page. It appears as though once I go to edit the page, I quickly get redirected out of the editor within seconds to a white page where it looks like the script is trying to load endlessly – yet never does. Hitting the back button just jumps back to the redirect – an endless loop.
the text editor (debug mode) changes the start of the code from:
<script type="text/javascript">
to
<script type="text/javascript">// <![CDATA[
and at the end from:
</script>
to
// ]]></script>
I’m pretty sure it’s a jquery conflict that is causing the 3rd party js to be commented out. Is there a way to modify the code in the enfold theme or in the avia directory to prevent this blank redirect in admin so that I can edit the page?
-
This topic was modified 11 years, 10 months ago by
codemode.
Is there a simple way to generate a sitemap using the enfold theme?
Thanks.
Download the theme here, unzip it and put the folder in your wp-content/themes folder.
Best regards,
Josue
Hey Bruno!
You can use this code, add it to your functions.php file:
add_filter( 'wp_nav_menu_items', 'my_custom_menu_item', 10, 2 );
function my_custom_menu_item ( $items, $args )
{
$items .= '<li class="menu-item custom-menu-item"><a href="#" rel="nofollow">Asd</a><ul class="sub-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page">'.do_shortcode("[_PUT_YOUR_SHORTCODE_HERE]").'</li></ul></li>';
return $items;
}
If you want it to appear before the search icon, you’d need to add it before line 58 in functions-enfold.php instead.
Best regards,
Josue
This reply has been marked as private.
Hi guys,
Sorry if someone has already posted this problem but I couldnt find it.
I would like to change the background image for a specific page.
I set the background image via the enfold>styling>general tab.
For this page “job offers”, I would like to hide it.(I just want a white background)
I think I have to edit the quick css area but dont know how to.
Could anyone tell me how to fix it?
thanks in advance
Make the Team Member PHOTO linkable to a page or post …….
-
This reply was modified 11 years, 10 months ago by
Courtney.
Hi All,
I’ve been debating this a lot over the past few months and ultimately I can’t see a really good reason for it. With dev tools or even firebug you can identify any element on your site and then customize it with css which is specific to your needs.
By giving out chunks of css which you can copy+paste I feel like its enabling everyone to not understand what it is they are doing which in turn can cause more harm than good. Some things are definitely available for a quick adjustment which is what I’ve been adding (slowly) here: http://kriesi.at/documentation/enfold/category/css-snippets/ . But it doesn’t get into cross browser support and just barely is able to touch the surface on mobile adjustments.
It also doesn’t cover proper css syntax which means a user could end up with a bloated custom.css or Quick CSS files.
Learning the basics of css and how to use dev tools to identify css classes would however be a far better solution for anyone looking to dig deeper into customization than a topic with snippets to try and piece together to get a result.
Ultimately I’ll leave it up to Kriesi but we would start a new topic with a short blurb about us not supporting anything in the topic and make it a sticky as opposed to a user started one either way so for now I’ll close this one.
Cheers!
Devin
Hello,
since I’ve updated to the last versions of Enfold, Woocommerce & German Market, I’ve got still a few problems, that havent been there before:

1. How can I disable the price function “from – to”, in products with variations. It’s supposed to appear one main “start price” only.
2. It seems there is a space problem. Product rating overlaps the button shipping costs.
3. How can I remove the last sentence (I guess from German Market). Hasnt been there in the past.
Thank you very much!!
Hey GilbertoDav!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia_ajax_form label { margin-bottom: 3px; }
Cheers!
Yigit
Hi courtney_martin!
Can you post the link to team page so we can take a look?
There is still no way of doing it, but you can request it here https://kriesi.at/support/topic/enfold-feature-requests/
Or you can link Team members name as shown here http://i.imgur.com/KjQYnqQ.jpg
Best regards,
Yigit
Hey Jasmer!
Please go to Appearance > Editor and open Functions-enfold.php file and find
'close' => array( 'font' =>'entypo-fontello', 'icon' => 'ue814'),
and change it to
'close' => array( 'font' =>'entypo-fontello', 'icon' => 'ue8a5'),
Regards,
Yigit
Hey!
You are welcome, glad we could help and glad you like Enfold :) Let us know if you have any other questions or issues
Regards,
Yigit
Thanks! It works perfectly.
Let me tell you that Enfold theme is amazing! Especially the CMS and all the features you included with no coding effort.
Great work.
Hi!
You can try adding the code to Custom.css file inside Enfold/Css folder. I think that would be better
Regards,
Yigit
Hey pecheney!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_color .av-masonry {
background-color: white;
}
Cheers!
Yigit
This reply has been marked as private.
Hey pecheney!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#header_meta { box-shadow: none; }
Best regards,
Yigit
Hey evtilsley!
Please go to wp-content\themes\enfold\config-templatebuilder\avia-shortcodes folder and open Testimonials.php file and find
if($src) $avatar = "<div class='avia-testimonial-image' $markup>".wp_get_attachment_image( $src , $avatar_size , false, array('alt'=>esc_attr(strip_tags($name))))."</div>";
and change it to
if($src) $avatar = "<div class='avia-testimonial-image' $markup>". wp_get_attachment_link( $src ). "".wp_get_attachment_image( $src , $avatar_size , false, array('alt'=>esc_attr(strip_tags($name))))."</div>";
You can request such feature here https://kriesi.at/support/topic/enfold-feature-requests/
Cheers!
Yigit
Hi!
It seems like code is not being applied. Can you try adding the same code to Custom.css file inside Enfold/css folder?
Cheers!
Yigit
Hey Paul!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#after_section_2 .content {
padding-top: 0;
padding-bottom: 0;
}
It will only effect the color section element with ID #after_section_2
Regards,
Yigit
Hey meridianwest!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.main_color .toggler { color: #197b8c ; font-size: 15px; }
Cheers!
Yigit
Hey FeDiNo82!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.fixed_header.social_header #main {
padding-top: 119px;
}
Best regards,
Yigit
On your page:
http://kriesi.at/themes/enfold/shortcodes/testimonials/
I’d like the thumbnail associated with each testimonial to link to the fillsize JPG.
Is this possible for a future feature?
Hi aleicook!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .main_color select { background-color: white; border-color: #f68b1f; }
Best regards,
Yigit