Hello!
I have seen hundreds of Enfold, but there is no such effect http://www.screenr.com/QMLH :)
Regards,
Yigit
I think it would be easiest if we can just log in and take a look at your page structure live. The home page seems off and typically, even in IE8 with the theme I don’t have anywhere near as many issues as you are running into with the general layout.
Also quickly fix the css from Peter above from:
main_menu .menu li a { max-width:none; }
to
.main_menu .menu li a { max-width:none; }
The . at the start makes it not work at all.
Hi,
I opened a thread with several serious issues in 2.3. It was closed with no answers to any of the problems posted.
Why?
https://kriesi.at/support/topic/a-few-issues-with-enfold-2-2/#post-169840
Jason
Hi!
Because we don’t want to be responsible if the freelancer fails and we want to avoid that someone thinks we offer an “official customization service”.
From time to time I can help out with customization work but right now I’m too busy because I already work on some customization projects and I need to work on the Enfold 2.4 update :)
Best regards,
Peter
Hi finessecreative!
Please add following code to Quick CSS in Enfold theme options
.main_menu ul:first-child > li > a { cursor: pointer!important; }
Regards,
Yigit
Hey!
You should add these css codes into Quick CSS that is in Enfold theme options under Styling tab, or into Custom.css file which is inside Enfold CSS folder.
We are going to need to see your website live. But in the meantime you can check your thumbnail and featured image sizes, and change values in Functions.php file http://i.imgur.com/LFdXdPD.jpg
Please note that you need to remove all images then upload them again or changes will not be effective
Cheers!
Yigit
I use “Home 7 – One Page Layout”, but I want to replace these scroll-over background images:
<div id=”av_section_3″ class=”avia-section main_color avia-section-large avia-no-shadow avia-full-stretch avia-builder-el-14 el_after_av_section container_wrap fullsize” style=”background-repeat: no-repeat; background-image: url(http://kriesi.at/themes/enfold/files/2013/04/photodune-757323-living-room-m.jpg); background-attachment: fixed; background-position: top left; “>
and
<div id=”av_section_6″ class=”avia-section main_color avia-section-large avia-no-shadow avia-full-stretch avia-builder-el-29 el_after_av_section container_wrap fullsize” style=”background-repeat: no-repeat; background-image: url(http://kriesi.at/themes/enfold/files/2013/06/tablet-1.jpg); background-attachment: fixed; background-position: top left; “>
Where can I do that, i don’t see these in options??
Regards Henk
This seems to fix it well, but there is a little jump at the end of the scrolling, because the main_menu doesn´t stay exactly at the percentage-value. Any idea?
.main_menu{
top: 45%;
}
.main_menu .menu > li > a {
height: 30px !important;
line-height: 30px !important;
}
.header-scrolled .main_menu{
top: 12%;
}
Regards
Hallo Peter
besten Dank für das Demo Video. Ich habe mal mein Cache geleert und den Flashplayer auf den aktuellsten Stand gebracht. Leider immer noch dasselbe Problem.
Lädt Dein Browser das Youtube Video auch als Flash content in die Webseite (rechtsclick auf das Video zum checken) ?
Habe auch versucht das Ajax Portfolio Plugin aus dem Link zu installieren, leider gibt es aber dann Konflikte mit dem Integrierten der Enfold Template.
Lange Rede, kurzer Sinn :
Denkst Du es wäre möglich, die Template für das nächste Update im Ajax Portfolio um die Funktion für Audio und Video Slides zu erweitern ?
Bin auch gerne Bereit mich finanziell daran zu beteiligen, denn ich bin unbedingt darauf angewiesen.
Liebe Grüsse
Daniel
Oh, hi Josue,
now I see that there is a issue with the Menu-Items. If you scroll down, they stay at the same position till the navbar is at the smallest point. Then the Nav-Items jump to the right position.
Any idea?
Best regards
Bruno
Hi
Thank you for your response – I have followed the instructions and it has worked.
Regarding “Time Spent Downloading a Page” in Webmaster Tools – the following domains use the Enfold Theme. You will note from the results below each domain that the downloads seem very slow – can you please review the websites and let me know where I might be going wrong and what steps I can take to improve the download speed.
http://www.landregistryrecords.co.uk
high 20,367 Average 4,370 Low 0
http://www.land-reg.com
High 11,338 Average 2,392 Low 208
I look forward to your response/support on this matter.
Regards
Hi
I have a problem with the background image.
I set follow settings in the Enfold Theme options:
– main content: Custom Background Image; Position of the image= TOP Center; Repeat=Repeat; Attachment=Scroll
Same settings for footer and sockets.
I don’t want any footers or sockets or sidebars.
on the website Preview ( http://uovleu.ch.gothicus.ch-meta.net/ ) I have on some pages a white bar at bottom. How can I solve this?
cheers Jean-Pierre
This reply has been marked as private.
Hi guys, not necessarily support but want to ask anyone who might know.
In previous versions of Enfold, the following worked perfectly:
https://kriesi.at/support/topic/solution-making-the-iconbox-element-fully-linked/
But after update to 2.3, this does not work anymore. Does anyone know how to fix this?
Hello chooseone!
1) Open up /wp-content/themes/enfold/includes/loop-index.php and replace
the_tags('<strong>'.__('Tags:','avia_framework').'</strong><span> ');
with
$posttags = get_the_tags();
$count=0;
$tagoutput = '';
if ($posttags)
{
$tagoutput = '<strong>'.__('Tags:','avia_framework').'</strong><span> ';
foreach($posttags as $tag)
{
$count++;
if ($count <= 3)
{
$tagoutput .= $tag -> name . ', ';
}
}
}
$tagoutput = (substr($tagoutput,-2) == ', ') ? substr($tagoutput, 0, -2) : $tagoutput;
echo $tagoutput ;
2) Yes :)
Regards,
Peter
Geht leider auch nicht :(
Weisst Du ob die Template folgenden Ajax code verwendet : http://demo.wpthemers.net/ajax_portfolio/
Denn wenn ja, die unterstützen in der neusten Version Soundcloud,Spotify, Rdio, Video von Vimeo und YT etc.
Wäre super wenn das im Enfold Portfolio auch so gehen würde, schau es dir mal an :)
Vielen Dank und einen guten Wochenstart.
Liebe Grüsse
Dani
Hi Josue,
that´s it. Thanks a lot! :)
Best regards.
Bruno
For a better practice, I created a child theme, using:
[@import url(“../enfold/style.css”);]
but I got this message error: Parent theme is missing. Install the parent theme “Enfold”….
But it’s already installed!
Hey!
Yes this should be possible. Open up /wp-content/themes/enfold/includes/loop-index.php and replace
$current_post['slider'] = get_the_post_thumbnail($the_id, $size);
with
$current_post['slider'] = get_the_post_thumbnail($the_id, 'full', array('class' => "attachment"));
Cheers!
Peter
Hi!
I fixed it. I had to change a code line in framework/js/conditional_load/avia_google_maps_widget.js and this fix will be included in the next update (Enfold 2.4).
Regards,
Peter
Good morning,
is it possible to have a full screen background image in Enfold to achieve a design like this: http://thecamelotgroup.com/de/unser-geschaft/
Or would you use the ‘Flashlight’ theme for this?
Tx,
Frank
Based on a question by pcschool: https://kriesi.at/support/topic/slide-out-mobile-menu-with-click-and-show-submenu/#post-171122
It would be really nice to make the mobile menu slide out only the top menu first, then when pressing a top menu item the submenu opens. This way the visitor has a nice overview of the main menu just like desktop visitors do. Imagine opening a site on your desktop with all submenus already open, how chaotic would that be? So if that would be chaotic, it’s even more chaotic on a small screen.
Hi guys,
After upgrading to the latest Enfold (v2.3.0), the social icons on the top header disappear.
If I hover over it, the color do change to active color (like blue for twitter) but the icon is still missing.
Is this a bug?
Hi!
My bad! I tested it on Enfold 2.2 and it does work but not on Enfold 2.3. I’m not sure why it is not working on the latest version of Enfold. I tried but the icon font is not rendering properly. Let’s wait for Kriesi’s response.
Regards,
Ismael
Hey jjranson!
Add this code to the Quick CSS (Enfold > Styling):
.boxed .container {
margin: 0px 25px !important;
width: 960px !important;
}
.content .entry-content {
padding-right: 25px !important;
}
.content, .sidebar{
padding-top: 25px !important;
padding-bottom: 25px !important;
}
.inner_sidebar {
margin-left: 25px !important;
}
Result:

Best regards,
Josue
Hey Bruno!
Try with this CSS code:
.main_menu{
top: 85px;
}
.main_menu .menu > li > a {
height: 30px !important;
line-height: 30px !important;
}
.header-scrolled .main_menu{
top: 5px;
}
Result:

Regards,
Josue
Hello!
@lemedia: Yes, it is possible. Just add this on your custom.css or Quick CSS:
.language_flag img {
display: none !important;
}
.language_code {
display: block !important;
text-transform: uppercase;
}
Best regards,
Ismael
This reply has been marked as private.
Hey!
Please add following code to Quick CSS in Enfold theme options
#top #wrap_all .avia-gallery-2 .avia-gallery-thumb a { width: 111px; }
Regards,
Yigit
Hey GLIMedia!
Please update Enfold to version 2.3.1
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Regards,
Yigit