Forums

[resolved] Issue with tags (11 posts)

  1. TheBlackOut
    Member
    Posted 3 years ago #

    http://www.davidbeddow.com/

    If you look at any of my entries on the front page it seems that if it the entry has more than one line of tags it cuts them off. It's just kind of annoying to look at more than anything... Got a fix?

  2. chaoskaizer
    Member
    Posted 3 years ago #

    add the below code inside your theme's style.css

    .post .content .under span{
    display:block !important;
    height:auto
    }
  3. TheBlackOut
    Member
    Posted 3 years ago #

    Thanks!

  4. e2esp
    Member
    Posted 3 years ago #

    Found Solution, Thanx chaoskaizer :)

  5. TheBlackOut
    Member
    Posted 3 years ago #

    Hello again.

    I just wanted anyone to know (especially the author) that this is still an issue in the newest edition (1.1.1). I figured it would have been fixed (since it seems it's an easy fix) but it hasn't. Just a heads up. The fix that chaoskaizer posted still works, but a slight aesthetic issue appears (it happened in the older versions of the theme too, just noticed it though)

    [img]http://img247.imageshack.us/img247/9538/themeissuenr8.jpg[/img]

    I noticed it created a "folder" icon for the second line... Is there anyway to just not have any icon for a continuing line of tags (or other info) or at least have the 'tags' image?

    Cheers

  6. TheBlackOut
    Member
    Posted 3 years ago #

    No img tags? Oh well, here's the direct link: http://img247.imageshack.us/img247/9538/themeissuenr8.jpg

  7. jhannigan
    Member
    Posted 3 years ago #

    That works fine, except it places the category symbol in front of the 2nd line of tags....any thoughts on how to fix that?

  8. simplepimple
    Member
    Posted 3 years ago #

    I have the same problem as jhannigan, that is -- category image (folder) is added into the tag line. would appreciate if someone finds a solution: simplepimple.com, scroll down please.

  9. chaoskaizer
    Member
    Posted 3 years ago #

    category image (folder) is added into the tag line

    It used sprites image for the icons. So you will need to tweak it a bit.

    1. Download the single icons http://www.famfamfam.com/lab/icons/silk/icons/tag_green.png
    2. Save it inside the theme images dir etc '*/inove?/img/tag_green.png'
    3. Then edit your theme's style.css find (on line 372)

    .post .tags {
    	background-position:0 -16px;
    }

    replace with

    .post .tags{
     background-image: url(img/tag_green.png);
     background-position: 0% 30%
    }
  10. simplepimple
    Member
    Posted 3 years ago #

    Thank you very much chaoskaizer. After editing the style.css with your code and refreshing the page with F5, it works perfectly.

  11. newcasl
    Member
    Posted 3 years ago #

    Chaoskaizer,

    You rock, I had the same issue. Not any more! Thank you so much.

Topic Closed

This topic has been closed to new replies.

About this Topic