• Open
  • October 29, 2021 at 11:22 am #47374

    Hi there.

    Could you please tell me how I can manage to set a featured image from the blog to link to the artcle directly ?

    If I turn off the hover effect in the customizer under BLOG / featured Image when I click the image it just opens a preview. I want to get rid of the hover effect and link directly to the article.

    The magnifier / link speration is not necessary at all and confuses my website users 😉

    Is there a way to do it ?

    Thank you in advance!

    Evgeny
    Keymaster
    Posts: 983
    November 1, 2021 at 9:38 am #47385

    Hi. There’s something strange going on there, I prefer to take a look. Can you please give me access to the admin area and FTP? You can send the credentials right here in a private message. Thanks.

    Ekkehard Brüggemann
    Spectator
    Posts: 10
    November 1, 2021 at 3:08 pm #47389
    This reply has been marked as private.
    Ekkehard Brüggemann
    Spectator
    Posts: 10
    November 1, 2021 at 3:09 pm #47391
    This reply has been marked as private.
    Ekkehard Brüggemann
    Spectator
    Posts: 10
    November 2, 2021 at 7:54 am #47401
    This reply has been marked as private.
    Evgeny
    Keymaster
    Posts: 983
    November 2, 2021 at 7:24 pm #47406
    This reply has been marked as private.
    Evgeny
    Keymaster
    Posts: 983
    November 2, 2021 at 7:26 pm #47408

    Please add the following CSS to Customizer->Additional CSS. It should give you the solution you are looking for:

    .thumbnail-post .mask a.link, .thumbnail-post .mask a.zoom {
    width: 60%;
    }
    .zoom {
    display: none!important;
    }

    Ekkehard Brüggemann
    Spectator
    Posts: 10
    November 3, 2021 at 8:56 am #47413

    Works like a charm! Thanks a lot…

    https://www.anboernssoll.de/wp

    s it possible to center the paperclip into the image ? It´s a little to the left.

    Ekkehard Brüggemann
    Spectator
    Posts: 10
    November 3, 2021 at 8:56 am #47415

    Works like a charm! Thanks a lot…

    https://www.anboernssoll.de/wp

    Is it possible to center the paperclip into the image ? It´s a little to the left.

    Evgeny
    Keymaster
    Posts: 983
    November 3, 2021 at 1:41 pm #47419

    Sure. Try:
    .thumbnail-post .icon-portfolio-link {
    right: 15px!important;
    }

    Let me know if you find the result satisfactory.

    Ekkehard Brüggemann
    Spectator
    Posts: 10
    November 3, 2021 at 7:34 pm #47421

    Works like a charme… Thank you!

    just figured that

    .thumbnail-post .mask a.link, .thumbnail-post .mask a.zoom {
    width: 64%
    }

    would also do… Is there a downside?

    Thanx alot! 😉