Need Help Findng Some Code: please Check My Blog

Discussion in 'Blogging' started by skaterkee, Oct 15, 2008.

  1. #1
    If you go to my blog http://wrestlingtruth.com and see the main content sidebar on the right... if you hover over a category it will popup with the category description. Problem is it also pops up any html tags in the description, so it looks dumb.

    I can't for the life of me find the code that makes the description popup, so I can delete it. I checked the CSS but don't see it. I don't really know what I'm looking for.
     
    skaterkee, Oct 15, 2008 IP
  2. WebSolutions86

    WebSolutions86 Peon

    Messages:
    434
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you look up the source code you will see this:

    title="<i>All of the Columns and Editorials written by WrestlingTruth.com Editor <b>Keelan Balderson</b>. From random thoughts to in depth investigative pieces, all of them are archived here.</i>">

    whatever u have in title = " " tag will show up on hover.

    u have
    &lt;i&gt; which is same as <i>
    Code (markup):
    in your category description i think. you need to remove that.

    I can personally solve this problem, PM me if you need more help. :)
     
    WebSolutions86, Oct 15, 2008 IP
  3. WebSolutions86

    WebSolutions86 Peon

    Messages:
    434
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    0
    #3
    If you want the description to show up in italic style, u need to add the <i> </i>code in your theme file. Most probably archive.php or category.php
     
    WebSolutions86, Oct 15, 2008 IP
  4. skaterkee

    skaterkee Well-Known Member

    Messages:
    651
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    138
    #4
    Thanks for you help, but is there a way to remove the code that is making the description pop up, that's what I really want to do.
     
    skaterkee, Oct 15, 2008 IP
  5. WebSolutions86

    WebSolutions86 Peon

    Messages:
    434
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Yes, it can be done. You would have to edit the file "category-template.php" in the folder "wp-includes"

    I have done this thing like 5-6 months ago.

    just open the file and do ctrl+f then enter title="

    u would see the places where title = "blah blah blah" part is generated, then u just need to take it out.
    Make a backup before, just in case u mess some code :D

    If you need more help on this, just PM me :)
     
    WebSolutions86, Oct 16, 2008 IP