-
AuthorPosts
-
May 18, 2015 at 10:37 am #445564
Hi,
We are using the blog post content element.
We need to deactivate (not load) the preview image.
Unfortunately there is no option to not load the preview image.
How can we achive this?Love to hear from you!
JuliaMay 19, 2015 at 2:39 am #446151I’ve got the same quetion, singel post don’t show preview image. I tried with:
.single .big-preview.multi-big { pointer-events: none; }
Mabye I’ve got the wrong code?
Cheers
BtinaMay 19, 2015 at 7:33 pm #446658Hi Julia and Btina!
If you would like to remove preview image please use following code
.big-preview.multi-big { display: none !important; }
and if you would like to make it not clickable, please use following one
.big-preview.multi-big { pointer-events: none !important; }
If that does not help, please post the link to your websites.
Best regards,
YigitMay 19, 2015 at 7:49 pm #446665Hi Yigit,
Thanks for that, but still loads the images.
This way the pagesize is still huge…May 19, 2015 at 7:54 pm #446668Hey!
Can you please post the link to your page where you would like to remove featured images?
Cheers!
YigitMay 20, 2015 at 12:16 am #446800Hi Yigit
“and if you would like to make it not clickable, please use following one”
Still not working. http://kosmetik-marianne.ch/was-die-haut-altern-laesst/
Thx BMay 21, 2015 at 6:41 am #447587Hi!
Please try this instead:
.big-preview.multi-big a { pointer-events: none !important; }
Cheers!
RikardAugust 15, 2022 at 11:49 pm #1361729Hi Guys,
Hate to be a complete noob, but… where do I place the CSS?
I was thinking it should go inblog.css
but am not sure.
Can I place it anywhere in the CSS file just like regular CSS?
Thanks.August 16, 2022 at 1:04 am #1361731Hi,
Please try the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS fieldBest regards,
MikeAugust 16, 2022 at 5:09 pm #1361829Thanks for the amazing quick reply Mike.
Unfortunately putting the CSS code in either of those places and then choosing Managed WordPress > Flush Cache does absolutely nothing.
I am trying to prevent the preview image in a Single Page Post from being “clickable” and opening into a full screen viewer.
How do I disable this?I have one other question pretty please… in a single page post, how do I make the title a clicklable URL?
Thanks Mike.August 16, 2022 at 6:55 pm #1361847Hi rootdr,
Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.
Best regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.