• Resolved gailf900

    (@gailf900)


    Hi,

    Why do I not have a top bar option in beaver builder??? is it only in the paid version.

    I have checked everywhere in the customizer??

    Basically my logo header doesnt downsize when going to a mobile size screen, so my thoughts where get rid of the header and use a top bar. Please feel free to look at my site to see what I mean. https://www.yapltd.co.uk

    Any other suggestions welcome.

    many thanks

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter gailf900

    (@gailf900)

    ooh and you cant see the menu either when on mobile………

    Plugin Contributor Ben Carlo

    (@hinampaksh)

    Hey @gailf900,

    Thanks for posting!

    The Top Bar header option is available on the BB theme, not the page builder. I’d suggest going through your theme’s documentation and check if it offers a similar option. Or perhaps get in touch with its authors. ??

    Hope this helps, and let us know if we can assist further!

    Ben

    Thread Starter gailf900

    (@gailf900)

    Hi Ben

    Thanks for that will check it out. I found my menu hiding behind my logo. Its the onnly snag i have on this website now (www.yapltd.co.uk) you wouldnt know how to mak it responsive would you??? its doing my head in.
    Thanks in advance

    Plugin Author Justin Busa

    (@justinbusa)

    Hey @gailf900,

    I had a look as well and it looks like you’re using the Tesseract theme. They would probably know better than us how to handle their header, however, I did notice this CSS (looks custom) that when removed fixes the issue…

    #site-banner .site-logo img {
        height: 130px;
    }

    If you get in touch with the theme author I’m sure they can help you get it sorted out. Alternatively, GeneratePress or OceanWP are also great free themes.

    Thanks!
    Justin

    Thread Starter gailf900

    (@gailf900)

    Hi Carlo,
    thanks for that, i was just about to offer to have your babies but it didnt work ?? the custom css is their own unbranding stuff.
    I cant change themes as ive tried and nothing looks right. you know what i mean you have an image in your head of how you want it to look and no other comes near. i have been working on this website for 10 months, seems a long time yeah… when youve never done one and have to self teach, then they change their mind to go from recruitment to solution management, waiting for content, company photo’s ect and they have no idea how it works and if they ever got hold of the password and though yeah i will give this a bash. what can a few added words hurt??? they would break it within 30 seconds, no idea that every change has a consequence. I still think to myself do i really have a basic knowledge??? digging my eyes out with a dull spoon would be less painful. But I still have love for you bro thanks for trying.
    Guess its back to the drawing board and trying to get a response off the the makers, better not hold my breath.xx

    Plugin Contributor Ben Carlo

    (@hinampaksh)

    Hey @gailf900,

    The CSS mentioned is still present on your site. I just checked on my local install and it looks like Tesseract is adding it(I’ve a similar styling on my end).

    The snippet below should override that styling, and use the default height value set by the theme. You can place it under Appearance > Customize > Additional CSS.

    @media (max-width: 768px) {
      header #site-banner .site-logo img {
        height: 40px;
      }
    }

    I’d still suggest getting in touch with the theme authors so they can provide a proper solution to the issue.

    Ben

    Sorry for the late reply I have been waiting on the theme developers and all they said was play with it….pmsl last time i did that i broke it.

    Ben … you are a bloody STAR. I can now see the menu. : )

    just a small snag tini tiny not even worth mentioning really lol. But you know what us women are like…

    If you look at the mobile version it does need to be a tiny bit more central and slightly bigger but without it messing a computer version up any suggestions my friend??

    Plugin Contributor Ben Carlo

    (@hinampaksh)

    Hey @gailhih,

    Are you referring to the menu, or the logo? I can help with minor CSS changes but no guarantees there as it’s not a theme that we provide support for. ??

    Ben

    the logo Ben, as soon as i try to make it a little bigger it starts to cover the menu again.

    Plugin Contributor Ben Carlo

    (@hinampaksh)

    Hey @gailhih,

    Try adding the snippet below and see if it’s what you’re looking for.

    @media (max-width: 768px) {
      #site-banner-left #site-navigation {
        margin-top: 0;
      }
    }

    If it doesn’t, I’d suggest taking it up with the theme devs.

    Ben

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Where is the top bar????’ is closed to new replies.