Hi!
Rica ederim. Şu gönderiye göre https://kriesi.at/support/topic/collapsable-menu/#post-165144 mobile menünün etkin olma pixelini yükseltirseniz daha iyi olucak sanırım. Menü dışarı taşıyor yoksa küçük ekranlarda :)
Best regards,
Yigit
Hello jennallocco!
1) Please add following code to Quick CSS in Enfold theme options under Styling tab
#header_meta { display: none; }
2) I would suggest you not to use the code in 1, but use following instead if you would like to make your logo larger
#header_meta { box-shadow: none; }
.logo { height: 115%; top: -17px; }
3)
#footer .widgettitle { font-size: 12px; letter-spacing: -1px; }
Cheers!
Yigit
Hey!
Please add following code to Quick CSS as well.
.woocommerce-account dt { margin-right: 60px; }
As far as i know, there is already a topic about it. And others are already working on it. So please do not redirect from one topic to another one.
Regards,
Yigit
my problem is with top link icon, others icons works fine.
this is a screenshot from virtual clean install of ubuntu.
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
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
I have made several changes in the theme files, so will go over and overwrite individual files (that where updated),
Do i need to stop all plugins before doing that?
What will happen with the slides i made, will they stay as they are ?
Thanks very much for your help.
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
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?
uff, I’m very sorry, just found the reason:
https://www.ghostery.com/
It blocks the gravatars in FF; I have set now the gravatar.com site to the whitelist and now I see them all.
I’m very sorry for the trouble; thanks for your patience!
By the way:
where can I set in this new forum a topic as “solved”?
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,
Te code below did not work for me:
@media only screen and (min-width: 400px) and (max-width: 1024px) {
.responsive .template-blog .blog-meta,
.responsive .post_author_timeline,
.responsive #top #main .sidebar {display: block; }
}
Kindly find attached error on my ipad screen. Attached
This reply has been marked as private.
Hey!
Do you know the screen resolution of your iPad? Please use this instead:
@media only screen and (min-width: 400px) and (max-width: 1024px) {
.responsive .template-blog .blog-meta,
.responsive .post_author_timeline,
.responsive #top #main .sidebar {display: block; }
}
For the header, add a top margin:
@media only screen and (max-width: 1024px) {
.responsive #top #header {
position: fixed;
margin-top: 100px;
}
}
Adjust the top margin if necessary. Remove browser cache then reload the page a few times.
Cheers!
Ismael
Hey!
I’m sorry! My bad! Edit the Color Sections where you want to add shadow1.jpg as image as background then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “section-shadow1″.
.section-shadow1 {
background-repeat: no-repeat;
background-image: url(https://www.kimberfire.com/wp-content/uploads/2013/04/shadow1.jpg);
background-attachment: scroll;
background-position: top center;
background-color: #ffffff;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://www.kimberfire.com/wp-content/uploads/2013/04/shadow1.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://www.kimberfire.com/wp-content/uploads/2013/04/shadow1.jpg', sizingMethod='scale')";
}
Best 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
Hi!
Looks like you have the same issue on this thread: https://kriesi.at/support/topic/iconfonts-links-not-working-in-safari-on-mac/#post-171449
I will close this one. Please watch out for a probable solution on the link above.
Regards,
Ismael
Hello!
According to Devin “Make sure to clear you *browsers* cache and not just the sites. The browser may have the old font files and be serving them up locally.” Also, test the site on different browsers. I visited the site again and the fonts and arrow are working fine.

Cheers!
Ismael
Hello!
If you want to show the sidebar on mobile view, you can add this on your custom.css or Quick CSS:
@media only screen and (max-width: 767px) {
.responsive .template-blog .blog-meta,
.responsive .post_author_timeline,
.responsive #top #main .sidebar {display:block; }
}
To increase the main menu and drop menu font, use this:
.bottom_nav_header.social_header .main_menu ul:first-child>li a {
font-size: 14px;
}
#top .main_menu .menu li ul a {
font-size: 14px;
}
Cheers!
Ismael
Hello
But i am still getting same loading problem(loading problem in the sense even the slider placeholder will not be visible) in my laptop as well as desktop, what might be the reason, did i missed anything on my end?I also tried in responsinator.com the same problem occurs in some of the resolutions.
Thanks
Hey!
Please use this instead:
.fallback-post-type-icon {
position: relative;
margin: 0 0 0 -20px;
height: 60px;
width: 60px;
line-height: 59px;
font-size: 25px;
text-align: center;
border-radius: 100px;
display: block;
left: 20px;
top: 60px;
}
.avia-content-slider-inner .slide-content {
padding-left: 80px;
}
.avia-content-slider-inner .slide-entry.flex_column {
margin-top: -40px;
}
Best regards,
Ismael
Hello!
Please try adding !important to it
.grid_3 br { display: none!important; }
On top of each column, there is a line break added for some reason. This code should remove them :)
Cheers!
Yigit
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
Hi !
There is a misunderstanding :)
When you are already to the top on enfold theme and scrolling up more, the logo is over-scaling, like a zoom effect.
This is what i’m trying to reach.
http://zebre.zebre-studio.fr/logo-scalling/
I showed you an exemple with Kriesi.at and mine. Mine is stuck to the top as yours is scalling up when scrolling over the top position of the page.
Thanks man, this is an awesome support.
Hi!
Please add following code to Quick CSS in Enfold theme options
.logo { top: -56px; }
#header_meta { padding: 10px 0 10px 0; }
.sub_menu a { color: black!important; font-size: 14px; }
.main_menu ul:first-child > li a { height: 90px; line-height: 90px; font-size: 14px; color: black!important; }
.main_menu { background-color: #e1e1e1; }
#header_main { border-top-style: none; }
li#menu-item-5018 a { padding-right: 13px; }
#main { padding-top: 50px!important; }
#socket { background-color: black; }
.avia3-menu a { color: green!important; }
These should do it. Please flush your browser cache and refresh your page a few times after applying these codes.
Best regards,
Yigit
I tried that but it didn’t seem to hold.
http://www.blogginginspiration.com/
The lady I’m making this for wants the header on top of the image and excerpt like this:
http://lifeblessons.blogspot.com/
Thoughts on how to make this look like this (as far as the title on top)?
Thanks!