ThemeShaper Forums » Thematic

Menu/Horizontal

(10 posts)
  • Started 1 year ago by rscamero92
  • Latest reply from helgatheviking
  • This topic is resolved
  1. Can anyone tell my why all of a sudden my menu is not showing up?

    jamiescreativecorner.com

    I checked through firebug, and all the html and css is there, but it is not showing on my site. I've had more problems with this dang menu!!! I'm ready to ditch it!

    Posted 1 year ago #
  2. you have too much margin on #access

    try removing the #header height and the #access margin-top and instead add 300px of height to #branding.

    Posted 1 year ago #
  3. still not showing on my main page. It shows up on my other pages. I'm lost as to why it is not showing on my main page.

    Posted 1 year ago #
  4. well you didn't try my advice yet either judging from my firebug.

    #access {
    background:url("/wp-content/themes/ChildThematic/images/menu_01.png") repeat-x scroll 0 0 #FFFFFF;
    height:50px;
    overflow:visible;
    z-index:100;
    }
    
    #branding {
    height: 300px;
    }

    this works for me in firebug.

    Posted 1 year ago #
  5. I copies/pasted your code. Since you use firebug, I'm guessing you use Firefox also..... Do you have any problems with your cookies? Even after I copied/pasted your code, it is not showing for me. Whenever I edit something then view in FF, I have to totally clean out FF cookies, history etc and then log back in in order to see my changes, even then sometimes it stays the same. Would have any advice on this?

    Posted 1 year ago #
  6. ouch- no that is kind of beyond me. i do not have that problem. though i notice that your live site is still not reflecting my code which you said you copied and pasted. SO, i guess that your site is not serving the updated files? are you using a caching plugin? if so, disable it or empty the cache.

    is this stylesheet you are editing?
    http://jamiescreativecorner.com/wp-content/w3tc/min/3b33ad/default.include.1952645338.css

    does your child theme have a basic style.css in its folder?

    Posted 1 year ago #
  7. I got it. W3 Total cache needed cleared. I'm not sure if I'm liking this plugin or not!

    Posted 1 year ago #
  8. well the plugin itself is great. serving cached files to your visitors makes sense (to me anyway) but it can make you crazy while you are developing if you forget to disable it.

    i see your menu now!! woot!

    Posted 1 year ago #
  9. Oh I love how the plugin speeds my page up and so on, but there are so many options and it being a new plugin to me, I'm not 100% sure if I have it set up right or not. I have.nt found to many site explaining the default settings and so on, the few site that I have found have only confused the hell out of me lol

    Posted 1 year ago #
  10. understandable! i stick w/ the defaults myself.

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.