• Resolved rahjaahmina

    (@rahjaahmina)


    Clients site had two levels of drop down menu due to the extensive length of her items. I have in the past managed to tweak the CSS to get both lines very visible and working. Now, for some reason I have lost a line of menu on the update of the scripts and after looking, the Menu template has eliminated several items in the “menu builder” After several attempts to put them back into place and save, it reverts back to the original and doesn’t add the missing items.

    I have extended the menu height, but wondering where I am missing something… is this a possible bug in the update or should I look at something else to get that second line that is missing?

    .art-nav
    {
    -webkit-border-radius:8px 8px 0 0;
    -moz-border-radius:8px 8px 0 0;
    border-radius:8px 8px 0 0;
    margin:0 auto;
    position:relative;
    z-index: auto !important;
    font-size: 0;
    text-align: left;
    height: 82px
    }

Viewing 15 replies - 1 through 15 (of 18 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Have you tried discussing this CSS query in CSS forums such as https://csscreator.com/forum ?

    Thread Starter rahjaahmina

    (@rahjaahmina)

    No but I will. I have also contacted the css maker (for the template…. )

    Thread Starter rahjaahmina

    (@rahjaahmina)

    From what I can tell this isnt’ exactly a CSS problem, and more or less my Menu’s being cut short in the Menu dashboard option. It ultimately is not saving additional menu items past what is already visible…

    Wondering if I should take this to another board.

    Without a link to your site, no way to offer much help or know what the problem is…

    Thread Starter rahjaahmina

    (@rahjaahmina)

    Sorry, yes you are correct, and sorry for the double entry as I felt that this was misplaced originally as a css problem when it is not:

    the site: https://www.sandrawalston.com

    Two lines of menu (drop down) where there, and now there is only one. When adding the missing items (which are extensive) and saving them, it doesn’t save anything…

    Thank you again.

    If things are not saving, that’s usually a caching issue – is there any caching on your site, server or browser?

    Have you tried deactivating all plugins and switching to the default theme to try to identify the problem?

    Thread Starter rahjaahmina

    (@rahjaahmina)

    I have had this working with all the current plugins working just fine. Ultimately have not tried reactivating the default theme… will try.

    Meanwhile, how am I to tell on the caching? I know how to check browser, but have multiple browsers telling me same thing, so caching on server and site are my main concerns, not sure how to check them.

    Thanks

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Meanwhile, how am I to tell on the caching?

    Add this to your CSS;

    body {
     border: 10px solid red !important;
    }

    And see whether that comes through on the webpage.

    Thread Starter rahjaahmina

    (@rahjaahmina)

    Wow, ok, activating 2012 theme shows the entire navigation bar, so this is something with the theme… *sighs*..

    Thank you and hope to get this resolved soon.

    Thread Starter rahjaahmina

    (@rahjaahmina)

    I did as you asked Andrew and added that to the style.css and see nothing on the site. I have updated the skin codes and still nothing… I am beside myself right now and clearly have not found the right solution…

    What am I supposed to see there Kevin? I have left it up for you to see as well: https://www.sandrawalston.com

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Did you clear your browser’s cache after you added that CSS?

    Thread Starter rahjaahmina

    (@rahjaahmina)

    ah ok, your right, cleared and now see it just fine. Now, to rectify the missing menu items that show in a default template but not in my custom one… ultimately it has never done this before and even after updating the template (or had hoped I had) I am still not able to see the extended menu items (2nd row)

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I am still not able to see the extended menu items (2nd row)

    On which menu item can you not see the items?

    Thread Starter rahjaahmina

    (@rahjaahmina)

    There should be a whole second line of menu items which has disappeared. When going into menu and looking at the menu file, it cuts off and doesn’t allow me to add to it, or save anything additional to it. Just tried it again, and still no luck in adding additional menu items.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It looks like an issue with the theme, rather than just CSS.
    Have you considered discussing your issue in your theme’s forums?

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘CSS menu trouble.’ is closed to new replies.