Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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!
    Julia

    #446151

    I’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
    Btina

    #446658

    Hi 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,
    Yigit

    #446665

    Hi Yigit,

    Thanks for that, but still loads the images.
    This way the pagesize is still huge…

    #446668

    Hey!

    Can you please post the link to your page where you would like to remove featured images?

    Cheers!
    Yigit

    #446800

    Hi 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 B

    #447587

    Hi!

    Please try this instead:

    .big-preview.multi-big a {
    pointer-events: none !important;
    }

    Cheers!
    Rikard

    #1361729

    Hi Guys,
    Hate to be a complete noob, but… where do I place the CSS?
    I was thinking it should go in blog.css but am not sure.
    Can I place it anywhere in the CSS file just like regular CSS?
    Thanks.

    #1361731

    Hi,
    Please try the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field

    Best regards,
    Mike

    #1361829

    Thanks 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.

    #1361847

    Hi 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

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.