• Resolved clelland1982

    (@clelland1982)


    Hi,

    I’m very much a novice at this sort of stuff.

    I’ve purchased PRO version and tried most of the solutions on other threads, but whatever I do, I cannot prevent the banner from covering my menu bar at the top.

    Thanks in advance

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 22 total)
  • Plugin Author rpetersen29

    (@rpetersen29)

    Hi @clelland1982
    It looks like you have the banner activated but neither the CSS or Javascript file associated with the banner is showing. That usually means you have another plugin bundling all of the js and css for your site together. This often interrupts the banner from showing. If you disable that feature or exclude simple-banner.js from the bundling then everything should work.

    Thread Starter clelland1982

    (@clelland1982)

    Hi Ryan, thanks for coming back to me.

    I think you might be misunderstanding me. I can get the banner to show fine. The problem is, it covers the menu bar at the top of my homepage. Can your banner not push the top of my website down a little, so it sits above the navigation?

    I have removed your banner from displaying on my site (by simply deleting the text in the text box), just until I manage to get it working without covering up the top navigation.

    Thanks

    Plugin Author rpetersen29

    (@rpetersen29)

    Gotcha. Its difficult for me to find a solution without the banner displayed. If you can activate it for a short while i should be able to figure something out for you.

    Thread Starter clelland1982

    (@clelland1982)

    That’s it activated. Thanks

    Hello Ryan,

    Sorry to jump on this tread.

    I am having a similar issue with out banner it is covering our menu options and im new to wordpress and no idea how to fix this. and being a charity i also dont have access to the pro features either can you maybe help assist

    our webiste https://www.cheshireyoungcarers.org

    josh

    • This reply was modified 4 years, 8 months ago by cycjosh.
    Plugin Author rpetersen29

    (@rpetersen29)

    Hi @cycjosh pleas open a new thread for your support issue.

    @clelland1982 I’m still not seeing it on the page, do you possible have a plugin that is caching everything for your site? You may need to clear that in order for it to be truly active on the site.

    Thread Starter clelland1982

    (@clelland1982)

    Hi Ryan, I had to purge the cache. It should be showing now. Sorry

    Plugin Author rpetersen29

    (@rpetersen29)

    @clelland1982 in Custom Site CSS:

    @media only screen and (min-width: 801px) {
        .fusion-header-wrapper .fusion-header {
            margin-top: 46px;
        }
        .slide-content-container.slide-content-left {
            margin-top: 46px;
        }
    }
    
    Thread Starter clelland1982

    (@clelland1982)

    Hi Ryan,

    It’s better but it’s still covering my upper menu bar that sits right at the top of my homepage. The upper menu bar has got contact buttons on it, etc

    Thread Starter clelland1982

    (@clelland1982)

    Hi Ryan,

    Just noticed it’s also completely covering the top navigation on mobile.

    So to be clear, your bar is covering my small upper navigation bar on desktop and also the whole navigation on mobile.

    I hope you can come up with a fix. Thanks in advance.
    David

    Plugin Author rpetersen29

    (@rpetersen29)

    Add to Custom Site CSS:

    @media only screen and (max-width: 800px) {
        .fusion-header-wrapper .fusion-header {
            margin-top: 56px;
        }
    }
    
    Thread Starter clelland1982

    (@clelland1982)

    Hi Ryan,

    Thanks but this code didn’t work out well at all as you will see.

    I removed the first piece of code you sent me and replaced it with the above.

    Banner now covers half the logo on both desktop and mobile.

    Thanks in advance

    Plugin Author rpetersen29

    (@rpetersen29)

    Don’t remove, add both as i stated in the previous response.

    • This reply was modified 4 years, 8 months ago by rpetersen29.
    Plugin Author rpetersen29

    (@rpetersen29)

    So you Custom Site CSS will be:

    @media only screen and (min-width: 801px) {
        .fusion-header-wrapper .fusion-header {
            margin-top: 46px;
        }
        .slide-content-container.slide-content-left {
            margin-top: 46px;
        }
    }
    @media only screen and (max-width: 800px) {
        .fusion-header-wrapper .fusion-header {
            margin-top: 56px;
        }
    }
    

    Adjust those margin values as you see fit.

    Thread Starter clelland1982

    (@clelland1982)

    Hi Ryan,

    Sorry for having to come back to you again.

    Had a play around with the values. Managed to get it looking better on mobile (bottom value done this I presume).

    But I’ve adjusted all 3 margin values (the 46,46 and 56 above), and whatever I do I cannot stop it covering the small bar at the top of my homepage. It’s covering this bar on both desktop and mobile. This bar contains the shopping cart and contact link, so it’s essential.

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘Banner covering top menu’ is closed to new replies.