• Resolved laaika

    (@laaika)


    Hello,

    what a nice plugin!

    I would like to make the content on the blog individually clickable (e.g. to play videos without visiting the article). Is there a possibility to deactivate the “stretched links” option for the blog page?

    Thanks in advance,

    anne

    • This topic was modified 1 year, 5 months ago by laaika.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Yann

    (@collet)

    Hi Anne,

    Thanks for the kind words. Would you please tell me which theme you are using?

    Thanks,
    Yann

    Thread Starter laaika

    (@laaika)

    Thanks. I am using Twenty Twenty-One.

    Plugin Support Yann

    (@collet)

    For the Twenty Twenty-One theme, you can add the following CSS code in the Customizer > Additional CSS panel to deactivate the “stretched links” option on the blog page.

    .hentry h2.entry-title a::after {
    	content: none;
    }

    Hope that helps.

    Would you mind leaving us a quick review on our plugin page? This allows us to continue providing great features and helps other users to find us. ??

    Thread Starter laaika

    (@laaika)

    Thanks a lot! The “stretched link” is deactivated so far. But I still can’t watch the videos within the blog page. Is there any solution for that? Thank you!

    • This reply was modified 1 year, 5 months ago by laaika.
    Plugin Support Yann

    (@collet)

    Apologies for the oversight. You’ll also need to include the following CSS code beneath the one provided previously:

    .tw-blog-grid .hentry .entry-content {
    	pointer-events: auto;
    }

    Your videos should function properly now. ??

    Thread Starter laaika

    (@laaika)

    It works perfect. Thanks a lot, Yann!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Deactivate “Stretched links” on posts page’ is closed to new replies.