-
AuthorPosts
-
May 25, 2013 at 11:49 am #23816
Hi,
First, it must absolutely be one of the best themes in ThemeForest! :)
Couple questions…
1. How can I set my Layer Slider like Enfold test side. My slider work good to my screen but when I look my site to Ipad or Phone, layers go right side. I want that layer stay in the middle. What I should to do?
2. How do I remove Secondary Menu top of the page?
There is my test site: http://wordpress.jessedesign.fi/
Thank you!
May 26, 2013 at 5:04 am #121215Hi,
1.) Go to LayerSlide WP, select the slider you are currently using. Go to Global Settings > Basic > Layers Container, specify the width of the container in pixels. Suggested is 1030px.
2.) You can hide the submenu using this on your custom.css or Quick CSS
#header_meta .sub_menu {
display: none;
}Regards,
Ismael
May 26, 2013 at 5:08 pm #121216Hi,
1.) work perfectly! Thank you!
2.) Secondary menu is still there. I put code in Quick CSS, put nothing happens. Any idea?
May 27, 2013 at 4:39 am #121217Hi,
I’m sorry but I don’t see your secondary menu.
This code should hide it.
#header_meta .sub_menu {
display: none;
}Regards,
Ismael
May 27, 2013 at 6:02 am #121218Hi,
Sorry the confusion, I mean that I want take off the whole top area (area where is social icon). How is that happens?
Thank you!
May 28, 2013 at 7:46 am #121219Hey!
You can deactivate it on the post/page editor page:
Best regards,
Peter
May 28, 2013 at 7:43 pm #121220Okei this hide secondary menu:
#header_meta .sub_menu {
display: none;
}
but there is still that small white area top of the page. Yes I can use Small fixed header and then it´s out, but then header/logo is too small. Can I just use “Fixed header whit social icons and additional navigation” and some how hide top area (area where is social icon…)?
May 29, 2013 at 2:37 am #121221Hi,
Sorry, my bad.
There are header options without the top section but you can add this on your custom.css or Quick CSS to hide it.
#header_meta {
display: none;
}Regards,
Ismael
May 29, 2013 at 5:48 pm #121222Hi,
Okay, no problem..
Now it works well to phone version put on to normal screen top section goes under the main menu.
May 30, 2013 at 5:58 am #121223Hi,
Can you post your custom css? Your site looks fine on my end.
#header_meta {
display: none;
}The code above will only remove the top section of the header.
Regards,
Ismael
May 30, 2013 at 7:11 am #121224Okei, here is my custom css:
.main_menu ul:first-child > li > a {
display: block;
text-decoration: none;
padding: 0 13px;
font-weight: normal;
font-size: 16px;
font-weight: 600;
font-size: 16px;
}
#top #menu-item-search.menu-item-search-dropdown>a {display:none;}
#header_meta {
display: none;
}
May 30, 2013 at 7:24 am #121225I put a picture on my site of what I looked like my page.
It´s first portfolio item to my fron page.
May 30, 2013 at 8:33 am #121226Hi,
So you want to remove the border?
Just add this
#header_main {
border: none;
}Regards,
Ismael
May 30, 2013 at 10:46 am #121227Yes, and then move slider and other pages a little bit up (I put new example picture to my page). Is it possible?
Thank you and sorry the confusion! :)
May 31, 2013 at 7:56 am #121228Hi,
Add this one
.fixed_header.social_header #main {
padding-top: 120px;
}Regards,
Ismael
May 31, 2013 at 1:08 pm #121229YESS!! thank you so much Ismael, it´s perffect now! :)
June 1, 2013 at 4:32 am #121230 -
AuthorPosts
- The topic ‘Layer Slider and Secondary Menu’ is closed to new replies.