ThemeShaper Forums » Thematic

[closed]

Weird Link Behavior

(5 posts)
  • Started 11 years ago by danromanchik
  • Latest reply from danromanchik
  • This topic is not resolved

Tags:

  1. danromanchik
    Member

    I created a four-column child theme with Thematic, and now I'm experiencing some odd behavior with links in the content section. I can't blame Thematic for this behavior, but I'm really stumped here as to what is going on.

    The page that is exhibiting this odd behavior is http://redesign.cbpmagazine.com. This is a site for a trade magazine.

    In the third column, are links to magazine articles. The information about these articles are stored in a database. To generate this list, I do a database query, and then create these links. They're all created in the same loop, so the HTML for each of the six links you see has exactly the same format, and each of them look like proper HTML. Despite this, only the bottom two links are clickable.

    Can anyone think why the upper four links would not be clickable?

    Thanks, Dan

    Posted 11 years ago #
  2. sheky
    Member

    I had the same problem today, but I was dealing with so many bugs today so I can t remember exactly what it was... I think, for me a missing ; or smomething like that in functions file caused my navigation to be as dead as yours... Try to trackback your steps in that direction... If I remember I ll post it here...

    Best of luck

    sheky

    Posted 11 years ago #
  3. There is a div sitting over those links that goes across the page.

    It is caused by the class ".menu { width: 940px; }" which is in the file home-page.css on line 28.

    Try dropping in "#primary .menu { width: 140px; }" to override it and bring the width down, or you may just be able to remove it completely if you aren't using the access menu.

    Posted 11 years ago #
  4. sheky
    Member

    Yes, exactly, that was my issue as well, when I changed the class it was all good :)

    Posted 11 years ago #
  5. danromanchik
    Member

    Thanks, guys. I was thinking that it was something like that, but I just couldn't see it.

    Posted 11 years ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.