Category Titles No Longer Clickable

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TruthElixirX
    Senior Member
    • Sep 2004
    • 1004
    • 3.6.x

    Category Titles No Longer Clickable

    I've been doing some customization and have run into a problem:



    When you try clicking a category title like "Site information" "The Trucks" etc you can't, the cursor changes.

    This happens in IE, Chrome, and Opera. Firefox doesn't seem to be affected.

    It is from some template change I made, I think, but I have been unable to isolate it.
  • Zachery
    Former vBulletin Support
    • Jul 2002
    • 59097

    #2
    <a "href="forumdisplay.php?f=49">ยป THE TRUCKS</a></span>

    Check your forumhome_forumbit_level1_nopost template.

    Comment

    • TruthElixirX
      Senior Member
      • Sep 2004
      • 1004
      • 3.6.x

      #3
      I looked there and it shows:

      Code:
      <span style="font: Arial black;"><a "href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a></span>
      I tried getting rid of the span with:

      Code:
      <a class="cat-title" "href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a>
      and a CSS class of

      Code:
      .cat-title{
      
      font: Arial black;
      }

      But the same thing still happens. Is it not possible to alter the font face of the category titles?

      Comment

      • Zachery
        Former vBulletin Support
        • Jul 2002
        • 59097

        #4
        You have an extra "

        change "href=" to href="

        Comment

        • TruthElixirX
          Senior Member
          • Sep 2004
          • 1004
          • 3.6.x

          #5
          Originally posted by Zachery
          You have an extra "

          change "href=" to href="
          >.>

          Comment

          Related Topics

          Collapse

          Working...