Viewing 15 replies - 1 through 15 (of 21 total)
  • Thread Starter kalina21

    (@kalina21)

    Also, how do I change the footer size? And is there a way to change the positioning of the copyright text (lower or higher)?
    thanks

    Use theme Customize option form Appearance>Customize. Check if there any option for removing long header.

    Thread Starter kalina21

    (@kalina21)

    Already looked there, nothing there

    Theme Author OptimizerWP

    (@layerthemes)

    Hi

    1. Its the page header section, can be customized in Optimizer Pro. Insert this CSS to hide this

    .home .page_head {
        display: none;
    }

    2. If you want to display a slider, I would suggest you to set your front page display to Your Latest Post and upload the slider from Appearance -> Customize -> Front Page -> Slider

    Let me know if it solves the issue you are having.

    Thanks

    Thread Starter kalina21

    (@kalina21)

    Hi, thanks for that. I inserted the code and it helped, but it’s still a bit too big. Is there a way to make it even smaller?

    If I use a slider, am I still able to insert text over it?
    thanks

    Thread Starter kalina21

    (@kalina21)

    By the way, I just realized that the header is still super big on all other pages, so it only worked for the home page. Do I need to add a separate code for all other pages?

    Thread Starter kalina21

    (@kalina21)

    Sorry, one more question, is there a way to make the header sticky?
    thanks

    Theme Author OptimizerWP

    (@layerthemes)

    Hi kalina21

    1. To hide the page header from all pages insert this CSS

    .page_head {display: none;}

    2. To enable the slider, go to Settings -> Reading and make sure your front page display is set to “Your latest Posts”

    3. To make the header sticky, go to Appearance -> Customize -> Header -> Make Header Sticky (Pro)

    Thanks

    Thread Starter kalina21

    (@kalina21)

    Hi, so I did that for the for that slider, but now it’s looking really weird and I can’t get it to look right. It has these 2 demo buttons that I don’t know how to remove and a widget that I want to get rig of. I can’t get the text to be one full line, no matter how I play around with the box width and vertical position settings. The thing is I don’t want any latest post to be displayed on my home page, I just want a static page, but I want it to look the way your theme looks in the preview when you go to download your demo. I want a screen wide image that goes all the way up to the top of the page and the menu is on top of it. What do I do to get that look? Do you have videos somewhere that teach you how to set your theme?
    thanks

    Theme Author OptimizerWP

    (@layerthemes)

    Hi

    To remove Slider buttons, follow below steps:

    1. Go to Appearance -> Customize -> Front Page -> Slider.
    2. Click on respectively “Button 1″ & “Button 2″. Empty what’s on “Button text” and “Button link” field.
    3. Click “Save & Publish”

    To remove a widget from Front Page, follow these steps:

    1. Go to Appearance -> Customize -> Front Page -> Front Page Widgets
    2. Click on the widget you want to remove
    3. scroll to bottom of that widget and click “Remove” to remove the widget
    4. Click “Save & Publish”

    Check out this video to learn how to setup front page content
    https://www.layerthemes.com/documentation/howto-add-frontpage-content/

    Thanks

    Thread Starter kalina21

    (@kalina21)

    Thanks for your help, but that doesn’t really answer all of my questions. And now suddenly when I went back to my website, the slider disappeared. I mean it’s still there showing under the customize section, but it does not show on my website. What is blocking it?

    Here are my other unanswered questions, I appreciate your help on this.

    1. How can I make it look like your theme looks in the demo section, with the image coming to the top of the page and under the menu/header?

    2. How can I make the header even narrower?

    3. Can I make a sticky header?

    4. When the slider did work, my headline would not go in as one line, but it was split into 3 lines.

    Are all these features available in the free version or are an of these just under the pro?

    thanks again

    Theme Author OptimizerWP

    (@layerthemes)

    Hi

    Make sure your front page display is set to “Your Latest Post” from Settings -> Reading

    1. Enable the transparent header from Appearance -> Customize -> Header -> Header -> Transparent Header on Frontpage

    2. Insert this in Custom CSS

    .page_head {
        min-height: 50px;
    }

    3. Available in Optimizer Pro

    4. Change the “Slider Content Box Width” from Appearance -> Customize -> Front Page -> Slider

    If you like the theme, can you please rate us, It will be really helpful for us.
    https://wordpress.org/support/view/theme-reviews/optimizer#postform

    Thanks

    Thread Starter kalina21

    (@kalina21)

    Sadly nothing is working right. I’m following all your instructions exactly. This is really frustrating. I’m going to have to look for a different theme. Thanks anyway.

    I’m trying to change header size in Optimizer (not Pro). Impossible?
    Also want to change menu location to fit across page and not wrap on right margin. Anybody?
    Thanks,
    D
    wp.newcomersmn.com

    Theme Author OptimizerWP

    (@layerthemes)

    @dkerian Can you please go to Customize > Miscellaneous > Custom Code > Custom CSS and add this:

    .header .center { width: 98%;}

    Thanks

Viewing 15 replies - 1 through 15 (of 21 total)
  • The topic ‘How can I change the size of my header?’ is closed to new replies.