• Resolved kjan

    (@kjan)


    Hello! Love how easy this plugin is to setup, thank you! I’m having an issue with the images. For each item I should see the Thumbnail, position left (set to Thumbnail size), along with Title, Date, category, text and read more. I have the plugin set to “use first image” but not all of the images are showing up and the default images are different sizes.

    Here’s the URL: https://kjanstudio.com/CRCHY/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter kjan

    (@kjan)

    FYI-I changed out the default photo but the first post should’ve had a photo thumbnail with it, and the default images are still different sizes. My default image is 110×110 but the third posting is making it twice as big.

    Thanks for your help!

    Plugin Author JoomUnited

    (@joomunited)

    Hi,

    Thanks for you message.
    We’ve take a look at your website and it seems some CSS are applied on tables that breaks the layout. Since you’ve created a child theme I didn’t manage to find why.

    The only solution I found is to force the image size in your new block, add in the advanced tab the following CSS:`

    .wpcufpn_container.default .defaultflexslide img {
    width: 110px !important;
    }`

    Thread Starter kjan

    (@kjan)

    Thanks very much! The code you provided me with does the trick for fixing the image sizes.

    I still have the issue of a photo from a post not showing up. The lastest post has an image that the plugin is not grabbing…

    Homepage: https://kjanstudio.com/CRCHY/

    Post page: https://kjanstudio.com/CRCHY/crchy-receives-625000-federal-grant/

    Thanks for your help!

    Plugin Author JoomUnited

    (@joomunited)

    Hi,

    I’m not sure but checking your HTML it seems you’ve configured the latest post block to take the post feature image and not the first image in your content. Maybe you can try adding a feature image to this post and see if it’s working?

    Cheers,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Not all images are showing’ is closed to new replies.