Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #13746
    mvtpinheiro
    Member

    Hello, there are 3 things I’m trying to do with the theme, but I haven’t been successful.

    1. I want to remove the tags list from the bottom of each post (I tried to add .single .tags {display: none;} on Custom CSS box, but it doesn’t work (nothing seems to work there).
    2. I also want to remove the “About Author” below each post as well
    3. I want to show the link that says: “Continue Reading”, even when the post is very short (I need this because sometimes I have a very short text followed by an infographic, for example.

    Can anyone help me??

    Best Regards,

    Marcus
    http://www.marcustrotta.com

    #13755
    Sakin
    Keymaster

    @mvtpinheiro:
    1. I want to remove the tags list from the bottom of each post (I tried to add .single .tags {display: none;} on Custom CSS box, but it doesn’t work (nothing seems to work there).
    — I see that you have already added display none on .entry-meta

    2. I also want to remove the “About Author” below each post as well
    — You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #author-info { display: none; }

    3. I want to show the link that says: “Continue Reading”, even when the post is very short (I need this because sometimes I have a very short text followed by an infographic, for example.
    — You can add more tag where you want the content to be stopped in very short post. See this http://en.support.wordpress.com/splitting-content/more-tag/

    #13769
    mvtpinheiro
    Member

    Sakin,

    The “About Author” worked fine. But I need to remove the taglist from each post (I removed the option rom CSS since it removed all the options on the bottom). I want to show the categories, author and comments. I just want to remove the taglist there.

    I’ll check the link you sent me to add the “Continue Reading” link.

    Tks, Marcus

    #13794
    Sakin
    Keymaster

    @mvtpinheiro: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-meta .tag-links { display: none; }

    #14505
    mvtpinheiro
    Member

    Sakin,

    When I add the <!–more–> to break the post before 30 words (what’s currently set on the theme’s options) it doesn’t do anything. It seems that the theme’s settings is overriding it.

    Any ideas?

    Tks, Marcus

    #14508
    Sakin
    Keymaster

    @mvtpinheiro: Yes that will not work as your have setup as “Content layout” as “Show excerpt” in “Appearance => Theme Options” from your WordPress Dashboard. This will automatically take the excerpt text of the your content as defined in “Excerpt Length in Words”. But if you want different word to be displayed in excerpt then you can add in your text in Excerpt Box in your post. See this screenshot for excerpt box http://www.pinterest.com/pin/548594798330200958/

    If you want to break your content with more then you have to choose “Show full content” in your “Content Options” from “Appearance => Theme Options”.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Customization Issues’ is closed to new replies.