Hey!
Solution here should work https://kriesi.at/support/topic/menu-bugstable-desktop/#post-173657
We do not know which version of Enfold you are using. Maybe you are using old one and need to update the theme in order to troubleshoot the issue
Best regards,
Yigit
Hi frankster1234!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.container_wrap { border-top-style: none; }
Best regards,
Yigit
Hello lpongo!
You can try forcing it by adding !important
#top #main
.sidebar {
background-color:#738ca2!important;
font-size:80%!important;
font-color: #fff!important;
}
If that does not work, please post the link to your website
Best regards,
Yigit
Hello awakeningthedivine!
Please refer to this post https://kriesi.at/support/topic/adding-google-fonts-plural/
Best regards,
Yigit
Hey simonac!
You should go to Appearance > Menus and and uncheck Enfold Secondary Menu in Menu Settings http://i.imgur.com/W0HjERI.jpg
Best regards,
Yigit
Hey!
@minestelecom Thank you for your contribution! :)
To keep here more clear, please request features here https://kriesi.at/support/topic/enfold-feature-requests/
Cheers!
Yigit
Hello kevbikemad!
In “Header with social icons and bottom navigation” type of header social icons are on the right side already http://i.imgur.com/FkaDow0.jpg. Please add following code to Quick CSS in Enfold theme options under Styling tab to move sub-nav to the left
.sub_menu { left: 0; margin-left: -15px; }
Best regards,
Yigit
Hi!
@michaeloeser Thanks Michael :)
@websitegurus i replied your post in your topic. You were posting in your topic again and again and that actually pushes your post to the end of the queue. We probably would have replied earlier if you have not done that, please keep that in mind :)
It would be a lot easier with CSS. I saw that you asked not to use custom css codes to remove them, if you changed your mind, let us know ( in your topic ;) )
Best regards,
Yigit
Hey!
The logo file you are using is far too big. Re-size it to the size you want it to display at and then you can use this css to increase the size of the logo/menu area if you want:
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a {
height: 116px;
line-height: 116px;
}
Edit: The css should go inside the custom.css file in your css folder and then inside the desktop media query.
Regards,
Devin
-
This reply was modified 12 years, 2 months ago by
Devin.
Hey chaponnel!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.main_color.iconbox_top .iconbox_icon { background-color: red;
color: black;
border-color: green;
}
Regards,
Yigit
Hey!
What kind of header are you using? You can add following code to Quick CSS and adjust it
.fixed_header #main { padding-top: 0; }
Cheers!
Yigit
Hello!
And you can add following code for Social icons
#top .social_bookmarks li a { color: red!important; }
#top .social_bookmarks li a:hover { color: purple!important; }
Cheers!
Yigit
Hello seremot!
You can create a page and add LayerSlider on top and Blog Posts element under it. But you should not set this page as blog page in Enfold theme options
Cheers!
Yigit
This reply has been marked as private.
Hello!
Can you post username and password? You can post it privately by checking “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Best regards,
Yigit
Hi,
I’m experiencing huge space between header and content on iPhone.
I have a quite big logo and I had to adapt css to have it display properly :
#header_main { padding-bottom: 100px!important; }
strong.logo { height: 188px!important; }
#top .title_container .container{ min-height: 40px !important; }
any idea on how to manage this issue ?
http://www.drawingnowparis.com
thanks !
Hello!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) { .responsive #top .slide-entry { width: 100%; } }
Regards,
Yigit
-
This reply was modified 12 years, 2 months ago by
Yigit.
Hi,
I am trying to customize the sidebar font color.
I have tried the following in the quick css without success:
#top #main
.sidebar {
background-color:#738ca2;
font-size:80%;
font-color: #fff;
}
Any clues?
Hola José,
Si, se puede desarrollar algún tipo de solución, para mantener el sidebar visible todo el tiempo, pero lamentablemente eso es algo que requiere una modificación bastante profunda al theme y eso esta fuera del alcance del soporte que ofrecemos.
De todos modos, siempre puedes pedirlo como una característica nueva en este hilo: https://kriesi.at/support/topic/enfold-feature-requests/
Saludos,
Josue
This reply has been marked as private.
Hey!
You could just hide the menu by default and then only show it on the home page.
#top .main_menu {
display: none;
}
#top.home .main_menu {
display: block;
}
Best regards,
Devin
Hi!
If you put an achor just above the layer slider then you could link to it. I dont know of any way you can delay the start until the user views the section but you could try digging through the help docs on the LayerSlider “help” dropdown at the top right of the screen when viewing the LayerSlider section (eg when editing a slide or viewing all sliders).
Best regards,
Devin
I use the “Header with Social Icons and Bottom navigation field.
How can i delete the additional top navigation (social icon) field? …the bottom Navigation field should stay there.
Kind Regards,
Simon
Hi Devin,
Still having an issue with the dropdown from the top header.
The styling options trick fixed the issue with the dividing line on the sidebar.
I noticed a update for woocommerce this morning and after the update the categories are listed again.
Thanks
Ken
-
This reply was modified 12 years, 2 months ago by
DesignerKen.
In Enfold, I would like to swap the location of the Social Icons and Secondary Navigation in the top bar.
So, secondary navigation on the left, social icons on the right.
This is using the “header type” – “Header with Social Icons and Bottom Navigation” option for the header.
Thanks.
Hey!
I would suggest upping the memory to 128 as 64 is still somewhat low. I have no issues with it on any of my test installations but some users have still run into issues. And just to verify, you are running 2.3.2 of Enfold correct?
I’ve tagged Ismael on the topic so he has it in his queue as well.
Best regards,
Devin
I have comments disabled and only want to have the date display (without “0 comments”). I have followed the instructions here, first in my child theme and then in Enfold, but this solution doesn’t work for the Post Slider content element. Thanks for your assistance.