Deleting post images

Hi,

first of all - many thanks for such a awesome theme.

I have one question regarding post images - I want to delete images from post while keeping them on the main and category sites. Unfortunately I have no idea how to do it - could anyone help me with this one?

And I’m also experiencing slider issues (same as here: https://colorlibsupport.com/t/activello-theme-slider-changes-height-with-every-shown-picture/). You can check it here: http://digitalherring.com

Thanks,
Mateusz

Hi Mateusz,

I hope you are well today and thank you for your questions.

I have one question regarding post images – I want to delete images from post while keeping them on the main and category sites. Unfortunately I have no idea how to do it – could anyone help me with this one?

If you are talking about featured image of post then you can remove it from single post page by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

body.single-post img.single-featured {
    display: none;
}

And I’m also experiencing slider issues (same as here: https://colorlibsupport.com/t/activello-theme-slider-changes-height-with-every-shown-picture/). You can check it here: http://digitalherring.com

I visited your shared site and saw you are using Photon module of jetpack plugin that is causing this issue because it’s not updating the images stored on wp.com so to resolve the issue either disable this module or update the images on wp.com by contacting jetpack support team.

Best Regards,
Movin