Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #44015
    Kim
    Participant

    How do I:
    1) Remove the grey line from above my first post on my Home Page.
    2) Add a grey line between my posts on all pages.

    hidemyage.com

    Thanks!!!

    #44029
    Sakin
    Keymaster

    @Kim:
    1. The grey line above your first post on Homepage is from Slider. So, go to “Appearance => Theme Options => Featured Slider => Slider Options” and select “Disable” in Enable Sidebar. This will remove all the slider code and the grey line.

    2. For border bottom in all posts, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .hentry { border-bottom: 2px solid #ccc; }

    #44054
    Kim
    Participant

    Thank you!

    I’m so close! Almost done with design. You’ve been so helpful!!

    That being said, how can I set my posts on the homepage to wrap the text around the featured image? My featured images are not always horizontal and it looks odd. Check out my home page and scroll through the post.

    hidemyage.com

    #44069
    Sakin
    Keymaster

    @Kim: You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    .entry-summary .wp-post-image {
        display: inline;
        float: left;
        margin-right: 10px;
    }
    #44094
    Kim
    Participant

    Awesome! This worked except now there are lines around the images again. I’ve already added all of the custom css for that but they still show:

    .post img[class*=”align”], .post img[class*=”wp-image-“] { border: none; }
    .home img[class*=”align”], .post img[class*=”wp-image-“] { border: none; }
    .page img[class*=”align”], .post img[class*=”wp-image-“] { border: none; }

    Also what happened is I lost the date on my first post on the home page. Since I’m mentioning the date, I had request on another thread that I would like the first post to show the date above the title and in a bigger font. I haven’t received any response on that.

    Thanks!

    hidemyage.com

    #44098
    Sakin
    Keymaster

    @Kim: That css will not work, you can add the following css

    .entry-summary .wp-post-image {
        border: none;
        padding: 0;
    }

    About your other question, I have already replied there and said that we cannot move it. But I have given the css to increase the size of font. Check this http://catchthemes.com/support-forum/topic/static-text-above-blog-posts-on-home-page/

    #44101
    Kim
    Participant

    Sorry! Yes I saw that after I sent the last message.

    But how do I get my date to show back up again? It’s not showing up at all now on the first post.

    #44103
    Sakin
    Keymaster

    @Kim: That is sticky post and will not show. Edit that post and then uncheck “Stick this post to the front page” in Publish box at the right sidebar of your post editor.

    #44105
    Kim
    Participant

    Bummer!!

    I see a light at the end of the tunnel. Am I making you crazy?

    There is a light grey outline that is showing up on my sidebar images on my post pages. How do I get rid of those?

    http://hidemyage.com/aging-gracefully-or-trying-ageless/

    :))

    #44107
    Kim
    Participant

    After I added the following code I lost the formatting in all my excerpts. The spacing under the image, the paragraphs, the links and the bold is words are not showing up. It’s just a jumble of words.

    Help!!

    .entry-summary .wp-post-image {
    display: inline;
    float: left;
    margin-right: 10px;
    }

    hidemyage.com

    #44164
    Sakin
    Keymaster

    @Kim: Excerpt layout will not show the formatting in your archive page. It will show only in the single post view. You can remove that css and check in.

    To show the formatting in the archive page, then you need to use “Full Content” from Layout Options in Theme Options panel. Then you can break content to show from more tags. See this for more tag http://en.support.wordpress.com/splitting-content/more-tag/

    #44538
    Kim
    Participant

    How can I get the formatting to show up on the home page when I have it set to excerpt? Can you take a look? This is something new.

    hidemyage.com

    #44540
    Sakin
    Keymaster

    @Kim: sorry there is no option to get the formatting when you have excerpt mode. You need to change the full content mode as suggested above.

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Lines above posts’ is closed to new replies.