-
AuthorSearch Results
-
October 17, 2013 at 1:33 am #176785
In reply to: Grid layout 3 column to mobile should be one column
Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) { #top #main .sidebar { border-left-style: none; } .content { border-right-style: none; } }Do not forget to flush browser cache after applying custom css :)
Cheers!
YigitOctober 17, 2013 at 1:17 am #176776In reply to: Sidebar font customization
Hello!
Currently your sidebar loks like your “before” screenshot.
If you would like to change background color to white, please add following code to Quick CSS as well#top #main .sidebar { background-color: white; }Regards,
YigitOctober 17, 2013 at 12:50 am #176767In reply to: Enfold google page speed problems
I am using WP Super Cache hopefully that is a good thing, I have another plugin that usually speed things up but with your theme it slows the page load down so I will go talk to them about that and see if I can get it to help things load faster.
My page speed is kinda ok for the desktop page load speed I just did not like seeing the errors, but the mobile part seems low to me at 71 out of 100 so unless I can get that faster I will have to add a separate mobile theme sadly.
Thanks for trying to explain things.
October 17, 2013 at 12:48 am #176765In reply to: Grid layout 3 column to mobile should be one column
Ok found solution for displaying sidebar on mobile from another thread:
@media only screen and (max-width: 767px) { .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {display:block; } }Only problem is the vertical border that separates main content & sidebar is displaying to the left of the sidebar.
I have tried to remove the border with @media css styles – but no success
Any idea how to remove the border and padding?
Thank you for your help!
October 17, 2013 at 12:13 am #176749In reply to: Need Multiple Edits To Clients Site
Hello JoshuaNichols!
I posted custom css codes you need to achieve this a week ago in here https://kriesi.at/support/topic/need-to-make-edits-to-the-logo-and-header-sizes-as-well-as-move-the-navigation/#post-171385
If one of the other team member saw it before i did, they would spend time on something that has been solved already. So please stick to one topic :)Cheers!
YigitOctober 16, 2013 at 11:42 pm #176728In reply to: Menu Bugs[Table & Desktop]
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 issueBest regards,
YigitOctober 16, 2013 at 11:27 pm #176714In reply to: Layer Slider Bottom Border
Hi frankster1234!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.container_wrap { border-top-style: none; }Best regards,
YigitOctober 16, 2013 at 11:27 pm #176713Topic: Need Multiple Edits To Clients Site
in forum EnfoldJoshuaNichols
ParticipantHere is the site I’m working on right now.
http://www.thesatellitecenters.com/
Here is the site they want to model after:
http://thesatelliteinc.com/I need to find out if:
1) can I get the logo to bleed into the top grey bar? Quick CSS code?
2) I need to get the clients tagline (Your workplace. Your neighborhood.
1-888-379-2865) to fit under the navigation..
3)How do I reduce the white space between Avia elements, and get them to all line up correctly?
4) I need to keep the same margins as original site, but have the top/ bottom bars to span full screen/width.I hope this all makes sense?
Cheers,
JoshuaOctober 16, 2013 at 11:20 pm #176709In reply to: Sidebar font customization
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,
YigitOctober 16, 2013 at 11:19 pm #176708Hey baccioly!
Please refer to Ismael’s post here https://kriesi.at/support/topic/full-width-colour-sections/#post-176160
Best regards,
YigitOctober 16, 2013 at 11:17 pm #176706In reply to: add google font
Hello awakeningthedivine!
Please refer to this post https://kriesi.at/support/topic/adding-google-fonts-plural/
Best regards,
YigitOctober 16, 2013 at 11:01 pm #176689Topic: How to remove comments from Post Slider
in forum EnfoldOctober 16, 2013 at 10:43 pm #176683In reply to: delete additional top navigation field
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,
YigitOctober 16, 2013 at 10:41 pm #176681In reply to: Please contribute and translate Enfold
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!
YigitOctober 16, 2013 at 10:20 pm #176674In reply to: Move secondary top vav to left side
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,
YigitOctober 16, 2013 at 10:13 pm #176668In reply to: Can I remove the menu from just one page using CSS?
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,
YigitOctober 16, 2013 at 10:05 pm #176660In reply to: bad load logo image with css changes
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, 1 month ago by
Devin.
October 16, 2013 at 10:04 pm #176659In reply to: Icon box colour change
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,
YigitOctober 16, 2013 at 10:01 pm #176656In reply to: Remove top nav menu selected pages
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!
YigitOctober 16, 2013 at 9:48 pm #176651Hello!
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!
YigitOctober 16, 2013 at 9:35 pm #176639In reply to: View layerslider in a blog post
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!
YigitOctober 16, 2013 at 9:24 pm #176635In reply to: Menu Bugs[Table & Desktop]
This reply has been marked as private.October 16, 2013 at 9:23 pm #176634In reply to: Menu Bugs[Table & Desktop]
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,
YigitOctober 16, 2013 at 9:22 pm #176633Topic: issue with big logo on iphone
in forum Enfoldtotofunk
ParticipantHi,
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.comthanks !
October 16, 2013 at 8:51 pm #176609In reply to: Grid layout 3 column to mobile should be one column
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, 1 month ago by
Yigit.
October 16, 2013 at 8:42 pm #176606Topic: Sidebar font customization
in forum Enfoldlpongo
ParticipantHi,
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?
October 16, 2013 at 8:23 pm #176598In reply to: No sidebar in Mobile Phones (Android)
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,
JosueOctober 16, 2013 at 7:42 pm #176580In reply to: Trying to get royalslider to go full-width
October 16, 2013 at 7:29 pm #176574In reply to: Event Espresso shortcode not working in Enfold Theme
This reply has been marked as private.October 16, 2013 at 6:49 pm #176567In reply to: Different Menu on Blog Page
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 -
This reply was modified 12 years, 1 month ago by
-
AuthorSearch Results
Viewing 30 results - 137,821 through 137,850 (of 142,439 total)
-
Search Results
-
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.comthanks !
Topic: Sidebar font customization
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?

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.