• Open
  • 29.10.2021 at 11:22 #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: 1010
    01.11.2021 at 09:38 #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
    01.11.2021 at 15:08 #47389
    This reply has been marked as private.
    Ekkehard Brüggemann
    Spectator
    Posts: 10
    01.11.2021 at 15:09 #47391
    This reply has been marked as private.
    Ekkehard Brüggemann
    Spectator
    Posts: 10
    02.11.2021 at 07:54 #47401
    This reply has been marked as private.
    Evgeny
    Keymaster
    Posts: 1010
    02.11.2021 at 19:24 #47406
    This reply has been marked as private.
    Evgeny
    Keymaster
    Posts: 1010
    02.11.2021 at 19:26 #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
    03.11.2021 at 08:56 #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
    03.11.2021 at 08:56 #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: 1010
    03.11.2021 at 13:41 #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
    03.11.2021 at 19:34 #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! 😉