Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #46083
    Kim
    Participant

    HELP!!
    Sakin,
    Is there a way to bypass the resizing of featured images? Or – is there a way to get images from inside the post to show up in the excerpts?

    Compare the first image here:

    https://hidemyage.com/

    To the way the image is here:
    https://hidemyage.com/dermal-fillers-to-wake-up-your-face/

    I tried taking the featured image out of the post but then no image shows up at all. It’s important in my industry that large vibrant pics show up on the main page. It’s also important to use excerpts so they can see different subject matter instead of scrolling through the posts.

    Thanks!
    hidemyage.com

    #46181
    Sakin
    Keymaster

    @Kim: Ok then you can Splitting content with More tag option. This will show the image and post up to where you have added more tags.

    To use this option:
    1. Just go to “Appearance => Theme Options => Homepage/Blog Content Options” and check in “Full Content Display” and save changes. This will show full content with all your original images that you have added in your post.
    2. Now, you only want some few parts of the post in your home/blog archive. To do that, you can edit you post and add in More Tags. See this for more tag explanation http://en.support.wordpress.com/splitting-content/more-tag/

    #46226
    Kim
    Participant

    Thank you! Perfect!

    A couple other things:

    -How do I decrease the space below the date on posts?
    – How do I remove grey lines in the sidebar?
    – Why is my ad no centering on my homepage. (see the beauty.com ad on sidebar)
    – Since Catch box pro doesn’t allow banners under the nav bar, how can I remove some of the white space above the post title?

    hidemyage.com

    Thanks! Kim

    #46255
    Sakin
    Keymaster

    @Kim:
    1. To decrease the space below the date on posts, you can adjust the padding top in the following css and then add it in “Appearance => Theme Options => Custom CSS” box
    .entry-content, .entry-summary { padding-top: 20px; }

    2. You can add the following css in “Appearance => Theme Options => Custom CSS” box to remove the border in the sidebar
    .widget-area .widget { border: none; }

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

    #secondary .widget_catchbox_adwidget img {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    4. You can add the following css in “Appearance => Theme Options => Custom CSS” box
    .entry-title { padding-top: 0; }

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘featured image resize’ is closed to new replies.