• Resolved Hopper

    (@faithfilly)


    Besides being told what codes to possibly add to make the featured images visible, I also need to know what files each code goes in and if it matters what line it’s put in.

    When editing the post, it looks like the featured image will publish. However, publishing it does not result in it appearing on the home page.

    I thought this theme was built to simply add the image without any need to do any editing to the files.

Viewing 8 replies - 1 through 8 (of 8 total)
  • I’m working on it. In the next update there will be something more interesting.
    Improved Theme option page to make user friendly and few other updates.
    I hope you will wait for the update.

    Thread Starter Hopper

    (@faithfilly)

    I wouldn’t have waited if I didn’t know help was on the way, especially since I spent days trying all the advice on how to get featured images to work that I found online without any success.

    Thank you for letting me know to wait. Waiting is easy after what I’ve been through. 🙂

    Thread Starter Hopper

    (@faithfilly)

    Waiting is easier when I have an idea of how long it will be before the next update is available.

    Is there any estimate? If it may be longer than one more month (from today – Nov. 10, 2012), please let me know.

    Thank you.

    Thread Starter Hopper

    (@faithfilly)

    Never mind. I figured it out. I needed to edit all my posts to use the gallery format. If only I thought of it sooner!

    New version already submitted to WordPress.org
    You can get the update after few days.

    Thread Starter Hopper

    (@faithfilly)

    Thank you! Now I don’t have to use the gallery format in order to have thumbnail images!

    Thread Starter Hopper

    (@faithfilly)

    This update is appreciated. Can you tell me how I may prevent my thumbnail (featured) images from distorting? I tired both with and without checking “Crop thumbnail to exact dimensions (normally thumbnails are proportional)” in media settings.

    Thread Starter Hopper

    (@faithfilly)

    Changing the width and height in the style.css from this:

    .wp-post-image {
    float: left;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 120px;
    height: 120px;
    }

    to this:

    max-width: 97.5%;
    height: auto;
    width: auto9; /* ie8 */

    did the trick for me.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How do you display featured images in Pupul v1.3?’ is closed to new replies.