Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av-video-slide .avia-slide-wrap {
background: #fff url("/wp-content/themes/enfold/images/layout/preload-dark-grey-big.gif") no-repeat center center; }
You have minifying feature enabled on a plugin you are using. Please disable it firstly, apply the code, then re-enable
Best regards,
Yigit
I have read:
http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
I found a font, from fontello, uploaded it. It’s code is ue805, however, that is also the ‘mail’ icon.
How do I point ue805 to use the icon I uploaded?
Thanks!
Hi Tristan!
You are using a very old version of Enfold. Please update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
You should login on ThemeForest with the account you have purchased Enfold and go to Downloads section to download the latest version.
Enfold version you are using is not compatible with WordPress version you are using.
Regards,
Yigit
This reply has been marked as private.
This reply has been marked as private.
Hey Igor!
1- Please go to Appearance > Menus and make sure that you checked “Enfold Main Menu” under menu settings
2- Please add following code to Functions.php file in Appearance > Editor
function add_custom_script(){
?>
<script>
PASTE YOUR CODE HERE
</script>
<?php
}
add_action('wp_footer', 'add_custom_script');
Regards,
Yigit
Hi Kaira!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .avia-logo-element-container .slide-image { background: transparent; }
Regards,
Yigit
Have built over 20 sites on enfold and always found it one of the best themes available : here’s my latest work http://www.movieslots.co.uk/
Well… yes and no. That holds the menu open on iPhone (and created some unexpected behavior on iPad).
So, on iPhone:
After adding that code, now when clicking on one of the select options (like “Price”), the object behind the menu actually gets clicked. I thought maybe it might be a z-index problem, but then why can I see the select menu on top of the content? Haven’t tested on android/windows phones. If we get it working on iPhone, I’ll test on other mobiles.
On iPad:
After adding the code, the menu has to be tapped twice or more to stay open. Behavior was working better before adding the new code to functions.php, so I’m assuming that must’ve been fixed in the most recent update. Would rather not have this behavior on iPad, so I’m inclined to say that code won’t work for my purposes, unless it can be used to target device widths below (max-width:480px).
Looks like the problem is now localized to iPhone. I’ve tested using the Enfold theme as well as my child theme. I’m on an iPhone 5S with the latest iOS.
Since this is now holding up our site release, I’ll hide the menu on smaller devices using a media query in the CSS. But please do keep trying for a solution. This is an essential piece of the architecture, especially for mobile shops.
Thanks for working on it.
Hi!
The lightbox will only use the “large” thumbnail size by default. I’ll ask Kriesi to add a filter with the next update which enables the user to change the thumbnail size. For now you’ve two options:
1) Open up wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/generic-helper.class.php and replace:
$link = wp_get_attachment_image_src($post_id, 'large');
with
$link = wp_get_attachment_image_src($post_id, 'full');
or
2) Use the “Manually” link option and paste the image url into the url field.
[av_image src='http://www.wp-master.org/wp-content/uploads/2014/07/visuels_flous_8.jpg' attachment='3255' attachment_size='full' align='center' animation='no-animation' link='manually,http://www.wp-master.org/wp-content/uploads/2014/07/visuels_flous_8.jpg' target='' styling='' caption='' font_size='' appearance=''][/av_image]
Best regards,
Peter
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.menu-text {
position: relative;
top: -30px;
height: 30px;
}
Best regards,
Yigit
Hi everyone,
on single product pages the sidebar is on the left side. I was happy to find the code to get it on the right side:
http://kriesi.at/documentation/enfold/change-woocommerce-single-product-page-layout/
It worked well except that the sidebar is a bit smaller than the normal one. It looks like that:
http://erfolgswelt24.com/auf-einen-blick/marketing-werkstatt-no-1-marketing-konzeption/
As you can see the text within “product search” is being cropped. Is there a way to get the sidebar bigger or can I change the words within the product seach (Suche nach Produkten). I didn’t find a possibility to change.
Also the rating field is not correct. Without sidebar, the checking field is above the name and with sidebar it’s getting worse.
Thanks, Sophie
Hi dentaparks!
Please see – http://kriesi.at/documentation/enfold/using-a-child-theme/
Please move modified files to your child theme. When there are new updates, you should only update parent theme
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.html_header_top.html_header_sticky #main {
padding-top: 140px;
}
Best regards,
Yigit
Hi,
I just want to update enfold to the newest version, but have already some changes and customizations in my theme.
So, what is the easiest way to update the theme without getting the customizations lost? What are the steps to use a child theme for this?
When I use a child theme, will I be able to update the parent theme in future without loosing my customizations on the child theme but still be able to take advantage of the benefits of the newer theme? Or will I have to update the child theme every time when a new update appears?
Thanks a lot for your support!
Best Regards!
Hi guys,
Absolutely love the many possibilities of the Enfold theme. However, I was wondering if it would be possible to create a horizontal image gallery. Something similar to the Fluxus theme: http://inthe.me/demo/fluxus/portfolio/
If I create an image gallery with 12 images at a “large” size and 12 columns, the images get cut down to fit the width of the site itself. I cannot find a way to change the width of the gallery element. Any insights are really appreciated! thanks!
Hello @comitzuu and thank you
Well…
First open your footer.php and search for the line:
echo "<nav class='sub_menu_socket' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">";
Just above this line, add this:
$social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '');
echo avia_social_media_icons($social_args);
Next, CSS:
#socket .copyright {line-height:32px !important;}
#socket .social_bookmarks {display: inline-block !important; margin-left: 20px !important;}
#socket .social_bookmarks li {border:none !important;}
#socket .social_bookmarks li a {border-radius: 100px; font-size: 20px !important;}
If you do no want social icons in the header, just go to Enfold option: Header Layout / Extra elements / Header Social Icons and select “No social icons”.
Hey goossep!
Make sure that English UK is selected in language switcher and then go to Enfold theme options > General Styling > Quick CSS and add your custom CSS code
Regards,
Yigit
Hey databuzz!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) and (min-width: 768px) {
body div .avia-testimonial { display: inline-flex; }}
Best regards,
Yigit
Hey armindoerr!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#socket .sub_menu_socket { float: left; }
#socket .copyright { float: right; }
Cheers!
Yigit
I put this code below the line 16 and I’m still getting the same error “Parse error: syntax error, unexpected T_STRING in /var/www/html/partyaholic.com.br/web/wp-content/themes/enfold/functions.php on line 502”, this second code you pass to me works, but the error continues at the old one.. at the final of the functions.php
And ty, this is amazing theme! :D
Hey YoannLegoff!
Please go to Enfold theme options > Sidebar Layout and check “Sidebar on Smartphones”
Best regards,
Yigit
Hey Bodymindlinks!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
p.toggler {
border: none!important;
}
Cheers!
Yigit
Hey TravisKempers!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single-product-main-image {
display: none;
}
.single-product-summary {
width: 100%!important;
}
Cheers!
Yigit
Hey Geoffdoyle!
Thank you for using our theme.
In custom.css or Enfold->Styling->Quick-CSS field put the following code and adjust px value for border width:
.grid-entry article > a{
border: 2px white solid;
}
If this does not work can you give us the linkl to the page please?
Cheers!
Günter
Hi studioinktvis!
Thank you for using our theme.
Try to put the following in custom.css or Enfold->Settings->Quick-CSS field:
.avia-menu-fx {
display: none;
}
Best regards,
Günter
Hey pbennion!
Thank you for using the theme.
Do you mind if we take a look at the actual website? Please post it here. Make sure that you’re running Enfold 2.9.1 with the latest version of WordPress.
Best regards,
Ismael
Hey guys,
Do you have any news on the parallax issue? :)
I did find out that the theme demo does suffer from the same issue. If you click the link in Firefox, load the page & hit CTRL+F5, the middle parallax image with the tomato is being pushed too far downwards, which exposes the black background color near the top of the parallax container div.
Here’s the link: http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/
It seems that as soon as a parallax is placed under image media containers, the parallax image position is calculated incorrectly (too far downwards) after CTRL+F5.
Thanks in advance.
Kind regards,
Ralph
Hey Kate!
Thank you for using the theme.
Please go to Enfold > Export/Import panel then click the Import Dummy Data. :)
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. :)
Regards,
Ismael