• Resolved Leapmkt12

    (@leapmkt12)


    Changed the snippet & the implode line disappeared, but so did my navbar? The website is https://www.rokketteamwear.com.au/ I have a few sites with Customizr now but am loathe to update to 3.2 as I am having major issues with the navbars? What am I doing wrong here? Thx

Viewing 7 replies - 1 through 7 (of 7 total)
  • Can’t get to the site as you have Maintenance Mode active.

    Do you have a separate test site?

    Thread Starter Leapmkt12

    (@leapmkt12)

    Sorry rdell, have taken it off. I can get it to show but it means changing the red.css file (never ideal)

    Thread Starter Leapmkt12

    (@leapmkt12)

    I mean I can get the menu to show changing the red.css file line 6271
    ‘.navbar.resp {
    display: center;
    }’ but I need the social block to float right ?? sorry had all the snippets & everything set up for the earlier versions still getting my head around 3.2

    It is a bit of a leap, and it does mean having to change earlier customisations unless you stick at the previous version. Some people advocate why change if it isn’t broken.

    But you’ll be missing out if you do that. So better to take the pain now.

    You shouldn’t have to edit red.css. That destroys the whole point of the Child Theme.

    Can you reset red.css so I can see the original problem.

    If this is a live site, I’ll try to sort out asap. But think about how you might setup a test site for future changes to avoid this. I’d recommend Desktop Server

    Thread Starter Leapmkt12

    (@leapmkt12)

    Thanks RDell, this site has been live for 4 months & was actually hacked & I’d only done a partial back up … dumb I know! But it was a good excuse to update and start working with the new version, loving the changes just need to adapt the functions snippets for each on the sites I manage now ?? Have reverted the file back thanks!

    You were right about #6271, so add to style.css:

    .navbar.resp {
    display: inline-block;
    }
    .social-block a
    position: relative;
    top: 2px;
    left: 240%;
    }

    and the menu reappears, social block moved to right.

    If I may constructively critique your style.css, try to be slightly more structured in how you set it up. I tend to logically group items eg
    – Header
    – Contents
    – Footer
    @media

    And then within each Group, create sub-Groups
    – Header
    – Title/Logo
    – Navbar Box
    – Social Icons
    – Tagline
    – Menu

    But the big things is the @media statements. They need to be grouped at the bottom of the stylesheet, else when they’re embedded in the middle, it’s hard to differentiate what is where.

    Thread Starter Leapmkt12

    (@leapmkt12)

    Rdell you have been such a life saver for me over the past 6 months please constructively critique as much as you want! Worked an absolute treat!
    Thank you so much for this, as it means I can update all my sites to 3.2 (I currently manage 5 with Customizr) & roll out the more logical CSS layout for the other sites as well!
    Thanks again!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘3.2 Version & nav menu disappears’ is closed to new replies.