• Resolved NativePaul

    (@nativepaul)


    I’m using Chris Wallace’s Gallery child theme for Thematic and noticed a weird bug in Safari.

    If the mouse pointer is over the category menu when the page loads then the layout goes a bit haywire. I think the problem is caused by my long descriptions for subcategories: https://www.nativenoise.co.za

    I found that changing the following CSS code fixed the problem:

    #category-menu ul{
      padding: auto
    }

    I changed auto to 0 and it now works.

    The whole page gets thrown out a bit while it’s loading but it eventually settles. My server is really slow, so it’s a pain to watch the site load weirdly before sorting itself out.

Viewing 3 replies - 1 through 3 (of 3 total)
  • about drop down menu problem, (its sets 7child drop down menu maximum)

    rewrite “functopn.php”file,36line:

    <?php wp_list_categories(‘title_li=&number=7’); ?>

    change to

    <?php wp_list_categories(‘title_li=’); ?>

    i wonder why Christopher Wallace didnt tell us this workout,although lots of people stuck this problem…

    djameskennedy

    (@djameskennedy)

    I’m noticing a problem I am running into using the thematic suckerfish drop down in Firefox on a MAC. When the menu drops down over a flash movie it gets skewed to the right at the point where it intersects the movie. Strange as this only seems to happen in Firefox which is usually rock solid. If anyone has a strategy for fixing this I’d much appreciate it.

    djameskennedy

    (@djameskennedy)

    I mention this because I see the same problem on your site as well.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Thematic Gallery theme: Drop down menu error in Safari’ is closed to new replies.