• Resolved jaimster08

    (@jaimster08)


    There’s no cover image when I try to add a blog onto the homepage using the Slider design – I’ve tried using a cover image and normal image on a TEST blog instead of my real one and no luck?

    Edit: Can I also shorten the height on mobile only?

    • This topic was modified 2 years, 5 months ago by jaimster08.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author pluginandplay

    (@pluginandplay)

    Hi @jaimster08

    Thanks for the web page link. Have you uploaded the Featured image of post? Post “Featured Image” section is situated at right hand side while add / edit the post.

    This is the default functionality of WordPress. Simply select the image the save the post.

    You can read below article section “Adding Post Thumbnail or Featured Image in WordPress” also for this
    https://www.wpbeginner.com/beginners-guide/how-to-add-featured-image-or-post-thumbnails-in-wordpress/

    Yes, you can reduce the height of the slider in mobile device by below CSS. You can add the below style to WordPress Appearance > Customizer > CSS section and save it.

    @media only screen and (max-width: 640px) { 
    	.bdp-post-slider.bdp-design-1 .bdp-post-image-bg{
    		height: 300px;
    	}
    }
    Plugin Author pluginandplay

    (@pluginandplay)

    Hi @jaimster08

    Any update on this? Did it worked for you?

    Thread Starter jaimster08

    (@jaimster08)

    Hi,

    Forgot to update – the @media part doesn’t seem to be kicking in? Although the when I took the css out this did work?

    Edit: It is working – I just had to have the max width to the correct pixels

    Thanks,

    • This reply was modified 2 years, 3 months ago by jaimster08.
    • This reply was modified 2 years, 3 months ago by jaimster08.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No Cover Image’ is closed to new replies.