Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #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!

    #121215

    Hi,

    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

    #121216

    Hi,

    1.) work perfectly! Thank you!

    2.) Secondary menu is still there. I put code in Quick CSS, put nothing happens. Any idea?

    #121217

    Hi,

    I’m sorry but I don’t see your secondary menu.

    This code should hide it.

    #header_meta .sub_menu {
    display: none;
    }

    Regards,

    Ismael

    #121218

    Hi,

    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!

    #121219

    Hey!

    You can deactivate it on the post/page editor page:

    Best regards,

    Peter

    #121220

    Okei 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…)?

    #121221

    Hi,

    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

    #121222

    Hi,

    Okay, no problem..

    Now it works well to phone version put on to normal screen top section goes under the main menu.

    #121223

    Hi,

    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

    #121224

    Okei, 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;

    }

    #121225

    I put a picture on my site of what I looked like my page.

    It´s first portfolio item to my fron page.

    http://wordpress.jessedesign.fi/

    #121226

    Hi,

    So you want to remove the border?

    Just add this

    #header_main {
    border: none;
    }

    Regards,

    Ismael

    #121227

    Yes, 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! :)

    #121228

    Hi,

    Add this one

    .fixed_header.social_header #main {
    padding-top: 120px;
    }

    Regards,

    Ismael

    #121229

    YESS!! thank you so much Ismael, it´s perffect now! :)

    #121230

    Hey,

    Glad it worrked. :)

    Cheers,

    Ismael

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Layer Slider and Secondary Menu’ is closed to new replies.