Labas :)
1) Kriesi rase kad nauja versija greit ateis https://kriesi.at/support/topic/icons-missing/page/2/#post-168908
Koks browseris naudojate?
2) Anglu nieko nerodo? Nera tekstu, nera nuotrauka, nieko? Paklausu sitas klausimas i kita zmonu irgi.
Ar dbr zinai jei WPML isversti sliderio tekstas? :)
Cheers!
Yigit
I have exactly the same issue after upgrading to Enfold v2.3. The top header menu drop-down doesn’t work. My website is: http://www.emeditor.com/ This should need a hot fix as soon as possible…
Thank you,
Yutaka
Hi,
First I wanted to thank you for this nice theme. It works great and looks very professionnal !
I am willing to put a phone number in lieu of the breadcrumb. I know the phone number is supposed to be at the top in the social header, but it would look awkward on my site, so I would prefer to do it my own way. I just don’t really know what to change.
I also had a feature request : could it be possible to make accordions with several levels ? (menu, submenu, etc…)
Thanks :)
Hi Yigit,
Thanks for the response!
This fix seems to have done the trick for desktop, but not for mobile.
Any other thoughts?
Hi!
Please do a cache refresh for your browser. The font files of the previous Enfold versions use a different character set than the latest one. If your browser fetches the old file from your browser cache you will encounter the problems described above.
If, after cache refreshing and reloading, you still have any icon issues let us know here: https://kriesi.at/support/topic/icons-missing/
Regards,
Kriesi
Hello. I just tested upgrading to the new version on my staging server via wordpress update. All of our customizations are ina child theme. Upon refreshing the admin after the update, all settings in the enfold settings menu have been reset. We lost all our logo, color defaults etc.
Anyone else having that issue?
The only other problem we seem to have is we added a small phone icon from the iconfont manually to the top navbar and its not loading anymore…
Hi, I seem to be unable to select the drop down items from my top smaller menu on my site http://www.tomhodgson.co.uk – can you let me know what the issue is please, I am referring to the small menu items directly above the social icons.
Thanks
Tom
Something is off. the image is moved up 50px’s, but the background color of the wave is still white eve though it is a semi-transparent png file with the top part transparent and bottom solid white. Check out my site http://homesmartsecure.com to see what I mean.
I added background-color: none !important; to your code and placed all of it in custom css, because quick css never works for me. The solid white background should be clear. What am I doing wrong. Here’s my code:
.avia-section {
border: none !important;
}
#wave-section-up {
margin-top: -50px;
background-color: none !important;
}
#wave-section-down {
margin-top: 50px;
background-color: none !important;
}
Hi there! I created a child theme, and the CMS recognizes it as a child of Enfold:
Child theme of Enfold theme
This child theme requires its parent theme, Enfold.
When I tried the advice from this thread, I found that the “import parent theme settings” option was unavailable. I saw the “Import Dummy Data” option but no “Import Parent Settings” option, even when I click the dummy button.
I’ve reactivated my Enfold theme for now so that I have my content and settings back. My Enfold is version 2.2. Thanks for your advice!
Yeah resizing on desktop won’t work it has to be viewed on a mobile device…. Css won’t work… what I really want to do is comment out the mobile dropdown menu in the PHP code, can you tell me where I could locate that?
Hey!
Please add following code to Quick CSS to remove mobile menu
.responsive #top .mobileMenu { display: none!important; }
What i see when i resize the window and when i look at your screenshot are totally different. Frankly, I do not know how we can provide you custom CSS to fix it
Cheers!
Yigit
Hello BelIblis!
Please add following code to Quick CSS and adjust as desired
#top .main_menu .menu li ul a { font-size: 15px; }
.header_color .main_menu .menu ul li a:hover { background-color: red; }
Best regards,
Yigit
How fast Devin! This was the most relevant change made by Yigit in the Header:
https://kriesi.at/support/topic/gtranslate-into-the-header-displayed-at-the-top-right/
Can I copy the site directly to a child theme and then replace that specific file?
Or should I start from scratch?
-
This reply was modified 12 years, 6 months ago by
nicolasweh.
Oh, here’s the link to the original helpful post if someone else needs help with it.
https://kriesi.at/support/topic/portfolio-6-columns/
Hey!
Please try following code instead
#top .main_menu .menu>li>a {min-width: 100px\9;}
If it doesn’t work insert following code to header.php before the closing head tag (</head>)
<!--[if lt IE 9]>
<style>
#top .main_menu .menu>li>a {min-width: 100px;}
</style>
<![endif]-->
Best regards,
Peter
My navigation menus work on large resolutions (Desktop) and on small resolutions (Phones, iPad, Kindle normal..).
But on semi-small resolutions (like 800 x 1200, iPad Mini and kindle 8.9″) Navigations dissapear totally.
This nav bar menu should be seen, but it’s not visible:

Hi, I’ve followed the instructions in this post to change my rollover icon. https://kriesi.at/support/topic/rollover-disc-arrow-replacement-part-2/
I changed it fine but it doesn’t look right for some reason, I want this icon, “U+2295” which is a nice thick plus symbol.
Firstly I had to change the font size from 18 to 60 as it was tiny, but it is really thin and has a border round the circle ?
Also its not in the center of the circle its too low ?
see attached image

the icon I want in this library http://www.entypo.com/characters/ is a nice thick cross with no border, not sure if i need to change some more settings here is the code Ive changed in base.css all I changed was the two lines
.image-overlay.overlay-type-extern .image-overlay-inside:before{content:"\2295";}
.image-overlay.overlay-type-video .image-overlay-inside:before{content:"\2295";}
here is the full code
.image-overlay{position: absolute; background: #fff; z-index: 500; height:100%; width:100%; opacity: 0; filter:alpha(opacity=0);}
.image-overlay .image-overlay-inside{height:100%; width:100%; position: absolute; left:0; top:0;}
.image-overlay .image-overlay-inside:before{position: absolute; border-radius: 50px; background: #000; height:80px; width:80px; line-height:80px; left:50%; top:50%; margin: -40px 0 0 -40px; z-index: 500; text-align: center; color:#fff;}
.image-overlay .image-overlay-inside:before{content:"\E744"; font-family: 'entypo-fontello'; font-size: 60px; font-weight: normal; }
.image-overlay.overlay-type-extern .image-overlay-inside:before{content:"\2295";}
.image-overlay.overlay-type-video .image-overlay-inside:before{content:"\2295";}
#top .hide-inner-overlay .image-overlay-inside{display: none;}
Many thanks
-
This topic was modified 12 years, 6 months ago by
mattock. Reason: tried to make some code bold but it doesnt allow
Hey!
Yes – see http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-how-to-target-ie6-ie7-and-ie8-uniquely-with-4-characters/
Alternatively you can use a conditional comment in the head section (header.php)
<!--[if lt IE 9]>
<style>
#top .main_menu .menu>li>a {min-width: 100px;}
</style>
<![endif]-->
If you want to change the min.size for each item individually use the menu item id which can be found in the source code to target them – i.e
#top .main_menu .menu li#menu-item-14 a {min-width: 100px;}
would just set the min-size attribute for the menu item with the id 14.
Cheers!
Peter
Hey!
Re 2) – please set a minimal width for the menu items. It seems like IE8 has problems with the link size. I first thought it’s related to my “resize” function but the issue occurs even if I remove/deactivate it.
Try to insert following code into the quick css field
#top .main_menu .menu>li>a {min-width: 100px\9;}
and increase the px value if necessary (i.e. set it to 120px).
Best regards,
Peter
Hi!
Typically in the WordPress world it goes theme>plugins>custom code as far as compatibility. Its why plugins are supposed to have their own very custom class/function names as well as all css styles very clearly defined since they could be dropped into any number of themes.
I’ll tag the topic for the head of support and see if he can reach out to the plugin author to get a copy of the plugin to take a look.
Best regards,
Devin
Hi oliviad!
Please follow this thread https://kriesi.at/support/topic/icons-missing/
Regards,
Yigit
Site URL – tiperdev dot techcore dot com dot au — running Enfold 2.3
1. Since the upgrade to 2.2, the Enfold Contact form (see Contact page) sends the subject entered in the form rather than the one configured when editing the form (either the default prefix or one custom set). This has broken my mail filters for site related email.
Fix provided below.
2. The IE8 changes in 2.2+ have made my 2-word menu item wrap, but it wraps far below the menu and on top of my layer slider. See “Owners Gallery” in the below image.
Fix provided below.
3. The layerslider icons have cruddy square boxes and look terrible in IE8.
4. The image elements in my first content panel are not displaying on IE8. They appear to be hidden once I make them hyperlinks. See below image for what I mean (view the same site in Firefox or IE10 to see it working as expected).
5. The logo image is enlarged on IE8 but shrinks properly on all other browsers. I worked around this problem by shrinking my logo image to 257x78px, which appears to be the default for the toolbar im using (any other size causes scaling). I’m not sure why you don’t suggest this in the Enfold settings panel?

These problems have been reproduced on my prod and dev sites on multiple PCs and Browsers. Any advice appreciated.
edit: I just validated that these occur on 2.3 and 2.2.
Cheers,
Jason
-
This topic was modified 12 years, 6 months ago by
Jason.
Labas!
Prasau ikelk sita koda i Quick CSS
#header_main .container, .main_menu ul:first-child > li a { height: 88px !important; line-height: 88px !important; }
Regards,
Yigit
EDIT: Jei nori visada mazas,
.fixed_header #main { padding-top: 44px; }
#header_main .container, .main_menu ul:first-child > li a { height: 44px !important; line-height: 44px !important; }
-
This reply was modified 12 years, 6 months ago by
Yigit.
Seems to be only on some pages, and only in firefox (even IE8 seems to be ok), but for firefox, the images are put on the right hand side of the screen:
http://muskelkampen.se/business-intelligence/
please take a look.
best regards
Christopher
If you use a child theme, the icons stop working at all. No matter you cleared the cache. If I activated the main theme, everything works, but of course all customization are gone…. For sure, with this bug, I cannot update at all.
Hi!
Nextgen Gallery works just fine with Enfold. You need to insert the gallery shortcode into a textblock and configure the lightbox properly: https://kriesi.at/support/topic/how-to-use-nextgen-gallery-with-enfold-and-other-kriesi-themes/
That said our theme does not support image galleries from external sources but you need to import the images into the wordpress media gallery.
Regards,
Peter
Enfold 2.2 – When saving in advanced layer slider I get this message below. I am given the option to continue or stop, and click continue, and it then saves; but, obviously, something is amiss….Any suggestions on how to correct this so it doesn’t keep coming up? Thanks – Ken
“A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.
Script: http://mauiportraitphotographer.com/build1/wp-admin/load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,plupload-html5,plupload-flash,plupload-silverlight,plupload-html4,json2&ver=3.6.1:5
Hey!
Also die fett markierten Wörter sind alle in der Primary Color bei mir: http://www.clipular.com/c?4641617327685632=_nvbccfEmHn_IEcicWvk0VEiRds&f=.png und ich wüsste nicht, was man da ändern soll. Bzgl der Headlines (wie zb die h1 Überschrift “Marco Behrens”) kann man die Primary Color wie folgt hinzufügen
#top h1 a, #top h1, #top h2 a, #top h2, #top h3 a, #top h3 {
color: #c3512f !important;
}
Aber auch hier würde ich empfehlen die ganzen Inline Styles wegzunehmen, falls nötig eine Klasse an das umgebende Element anzuhängen und dann in den Stylesheets mittels dieser Klasse das Element (bzw den Textinhalt) zu verändern. Derzeit überschreibt beinahe überall ein span die Theme Farben/Werte und man kann nicht mehr feststellen welche Farbwerte eigentlich standardmäßig verwendet werden und ob der CSS Code (da man ständig mit !important überschreiben muss) nicht andere Nebeneffekte hat.
Regards,
Peter
Hey kriga!
Actually Enfold will add the flags to the main menu automatically and you don’t need to insert the language switcher. If you still want to add the default language switcher you can use the
<?php do_action('icl_language_selector'); ?>
function in header.php to show it. It’s difficult for me to tell you which code line you need to modify because I don’t now what you mean with “toolbar” or “in the banner area”.
Cheers!
Peter