Hi nicolasweh!
Thank you for the screenshot.
You’re using an old version of the theme, 2.4.2, which is not compatible with WP 3.9.1. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Note that upgrading to 2.9.1 from 2.4.2 might break some of the elements on the theme so you might need to reconfigure the options or create them from scratch.
Cheers!
Ismael
The Partner/logo element…in your demo site looks a bit different from mine. I like to know if you have a special css definition for it. I download(sorry for try) logos from your demo site, and upload to my wp to see if I can copy a same demo, but it just different in the margin top and bottom.
in Your page:
http://kriesi.at/themes/enfold/
And in my page:
http://www.asknowhow.org/
My settings


There is a class doing this:
.content, .sidebar {
padding-top: 50px;
padding-bottom: 50px;
...
-
This topic was modified 11 years, 3 months ago by
fendyhuang.
hi there, i need to run a youtube clip (autoplay, preferably) full screen width, using enfold.
i think i got a solution by using a color section, and it’s autoplaying, which is great – but there is NO sound. is that how it was designed – background videos in color sections are silent?
if that’s the case, what are my other options for a full-screen / width presentation? i tried with the regular avia video tool, and it doesn’t work.
thanks for your advice, i appreciate it!
This reply has been marked as private.
Hi!
The functions.php file should be located in the theme folder root (/wp-content/themes/enfold). Regarding the custom function try using this plugin to add it.
Regards,
Josue
I, too, am having trouble with the GA snippet being placed before the </head> tag. I added the tracking code in the Enfold theme option as you indicate above, but it being placed almost at the bottom of my <body>.
My URL is http://www.atticfilmfest.org – am I missing something?
Thanks!
Bill
PS – I just saw another post, so I added the following – is this correct?
<script type=”text/javascript”>
var _gaq = _gaq || [];
_gaq.push([‘_setAccount’, ‘UA-33354906-1’]);
_gaq.push([‘_trackPageview’]);
(function() {
var ga = document.createElement(‘script’); ga.type = ‘text/javascript’; ga.async = true;
ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘http://www’) + ‘.google-analytics.com/ga.js’;
var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
-
This reply was modified 11 years, 3 months ago by
bjconcan.
This reply has been marked as private.
Hi!
Code i posted above will make product image, product summary and sidebar div’s equal in width. Please also add following code to Quick CSS in Enfold theme options under General Styling tab
#top #review_form #respond .comment-form-rating, #commentform label { position: initial; }
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a { height: 86px; }
Cheers!
Yigit
Hi Justin!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#socket .copyright { width: 100%; text-align: center; position: relative; top: 15px; }
#socket .sub_menu_socket { margin-top: -20px; }
Best regards,
Yigit
Hi Ismael,
Thanks for the response – the portfolio tabs I was referring to are the 2 grey tabs that feature at the side of a portfolio page.
http://kriesi.at/themes/enfold/portfolio-item/portfolio-big/
Looking at the source its listed as – avia-post-nav avia-post-next with-image
Thanks
Hi,
I found a problem in the theme, in some folders there not are a index.html archive. So, you can navigate for some folders (for example inside /wp-content/themes/enfold/framework/
For future version, please insert a white index.html in these folders, to avoid this.
Hi Paul!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.container .twelve.units { width: 100%; }
.boxed .container { margin: 0; width: 100%; }
Cheers!
Yigit
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!