Confused.

Home Forums Pro Support Confused.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #68354
    Adrian ComptonAdrian Compton
    Participant

    Good evening Peter.
    Firstly, i would like to say what a fantastic plugin you have here!
    I brought the Pro version today.

    my website address is http://www.myfuturewebsite.co.uk

    There are a few problems i am having.
    1. On my desktop, if i set the menu to Relative, i can line the menu up in the center of the page which is where i need it, but then the drop down menu does not display.
    2. On my mobile, i get a jumbled array of the search bar, plus the hamburger button, plus other things ( i no there is some error on my part! but have yet what to figure out!)
    3. Is there a way that i can just have a complete sticky / frozen desktop menu such as the one you have here on your website. I am looking to basically have the logo, then the menu, then a clickable request a quote button that will take you down to the correct section and lastly the call us today info at the end.

    At the moment, as stupid as this sounds, i have a table in the header with 4 columns that each thing should go into. Fantastic.!!
    When using Fixed mode on the desktop menu, the menu is static smack bang in the center of the header and is then sticky throughout the whole of the page.

    What i would like is to use relative and have the drop down menus to work or a complete responsive sticky header menu that would display correctly on mobile & desktop.

    #68360
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Adrian,

    Thanks for the kind words in regards the plugin.

    I think all of your problems boil down to the fact that the HTML output of your website is completely messed up.

    Just looking manually at your site I can see that you seem to have the contents of your <head> section inside the <body>, you can see a list of all of your errors below:

    https://validator.w3.org/nu/?doc=http%3A%2F%2Fwww.myfuturewebsite.co.uk%2F

    I would definitely fix those first and if you still have issues then I will take another look for you.

    All the best

    Peter

    #68359
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Adrian,

    On top of the above there are a few things you can do regarding your questions which I will try to answer below:

    1. The menu doesn’t display because you have overflow hidden set on the element containing my plugin, you need to remove the below style:

    .tg th {
       overflow: hidden;
    }

    2. Unfortunately you will need to create your own custom css if you want to hide specific elements at specific page sizes. Of course, the smaller the screen, the less that can fit on that screen so you will need to account for that.

    3. Yes, you can have a menu that looks exactly the same as mine. You just need to use a combination of the Header Bar and Desktop Menu options and use the sub-options from within there to get it as you like.

    Having tables is unfortunately a horrible way to design websites these days, it feels very 1990s. I would update your code to not use tables but to use the header bar and desktop menu from my plugin or find another way to style the page.

    Hope that helps

    Peter

    #68358
    Anonymous

    Hi Peter,

    Thank you for the swift reply. After playing around a little and taking your advice, i have managed to come up with a plan 🙂
    YAY!
    Thank you again.
    Is there anyway to adjust the height & width of the search bar via css?
    If not could you kindly point me in the direction of where i need to be?

    Thanks again.
    Adrian

    #68357
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Adrian,

    No problem! Sure you can change the size of it via CSS.

    The selector for the search bar is .responsive-menu-pro-search-box so go crazy!

    All the best

    Peter

    #68356
    Anonymous

    Thank you so much!!!!

    i’ll let you know how i get on 🙂

    Regards

    Adrian

    #68355
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Adrian,

    You are welcome and good luck!

    Peter

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Confused.’ is closed to new replies.