• Resolved bookaddictsguide

    (@bookaddictsguide)


    website: http://www.bookaddictsguide.com

    I just updated my Twenty Twelve theme (knew I shouldn’t have done it…) and now the CSS for my nav bar doesn’t work anymore. I moved it back below the header like I wanted it but the alignment and color CSS in my child theme isn’t doing anything like it had before the update.

    Also having issues with the rounded corners on my header image which didn’t used to fly back out to a full rectangle upon hover before this update.

    Any ideas on how to fix this?

    Thanks!
    Brittany

Viewing 15 replies - 1 through 15 (of 32 total)
  • Try clearing the caching on your site and browser.

    Thread Starter bookaddictsguide

    (@bookaddictsguide)

    WOW that made everything a million times worse. Cleared ALL my CSS so it seems.

    Thread Starter bookaddictsguide

    (@bookaddictsguide)

    Never mind… It looks back to the way it was after the update. Didn’t change anything though.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Which browser & browser version does the issue occur in?

    Your site does not show a child theme as active. It also shows a file not found for your Custom CSS:

    http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.bookaddictsguide.com%2F&profile=css3&usermedium=all&warning=1&vextwarning=&lang=en

    Did you delete the cache for SuperCache?

    Thread Starter bookaddictsguide

    (@bookaddictsguide)

    I’m using Safari 6.0.5

    My child theme should be active because the rest of the CSS is working.

    I run the risk of sounding like a total idiot but… Not quite sure what SuperCache is.

    SuperCache is a plugin – look under plugins – go to SuperCache and find the “delete” button.

    Your child theme is not active – see this link from your site?

    http://www.bookaddictsguide.com/wp-content/themes/twentytwelve/style.css?ver=3.7′

    That would show a child theme folder.

    But try the cache thing first.

    Thread Starter bookaddictsguide

    (@bookaddictsguide)

    SuperCache is currently an inactive plug-in and gives me this error message when I try to delete: Could not remove WP_CACHE define from /home3/bookadd2/public_html/wp-config.php. Please edit that file and remove the line containing the text ‘WP_CACHE’. Then refresh this page.

    This is something I should delete through my host website and refresh?

    Try activating it – and then delete the cache.

    Thread Starter bookaddictsguide

    (@bookaddictsguide)

    Okay, did that. Not sure anything changed πŸ™ Since the plugin was in active, I think I essentially deleted nothing lol

    Thread Starter bookaddictsguide

    (@bookaddictsguide)

    Maybe my child theme has the wrong import? Is that possible? The text is in red (@import “../twentytwelve/style.css”;)

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Thread Starter bookaddictsguide

    (@bookaddictsguide)

    Mine looks like that example but with twentytwelve. I even redid it. I still don’t understand why it says my child theme is inactive because MOST of my changes within that child theme are working. The only one I’m struggling with is the nav bar which I’ve made a couple changes to since starting this post…

    Now the font works, but I can’t get the background color back or the alignment to work or the font color… Used to be nice and pretty. Here’s what I had that is no longer working (that previously worked before I updated this theme);

    #masthead .main-navigation a {
    	background-color: #598cdd;
    	font-size: 14px;
    	font-family: Philosopher;
    	text-align: center;
    }

    Also still not sure why my rounded corners stop working upon hovering (on my header image)… something wrong with that code now too?

    .appearance_page_custom-header #headimg {
    	border: none;
    	margin-bottom: -10px;
    	-moz-border-radius: 90px;
    	-webkit-border-radius: 90px 90px 90px 90px;
    	border-radius: 90px 90px 90px 90px;
    }
    
    #headimg h1,
    	#headimg h2 {
    	line-height: 1.6;
    	margin-bottom: -10px;
    	padding: 0;
    	-moz-border-radius: 90px;
    	-webkit-border-radius: 90px 90px 90px 90px;
    	border-radius: 90px 90px 90px 90px;

    Thanks πŸ™‚

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you put all of your Child Theme style.css code into a PasteBin page and link us that?

    Your site is serving a cached page – see this:

    <!-- Dynamic page generated in 1.209 seconds. -->
    <!-- Cached page generated by WP-Super-Cache on 2013-10-26 14:07:36 -->
    
    <!-- super cache -->

    What happens when you click on activate SuperCache?

    Then go to themes and see what theme is active.

Viewing 15 replies - 1 through 15 (of 32 total)
  • The topic ‘Nav Bar messed up after Theme Update’ is closed to new replies.