• Resolved archrime

    (@archrime)


    Hi, I am trying to find a way to disable linking from the carousel to posts when a user clicks on post image or text.

    The carousel is displaying the full post already, and I am using this method as a way of flipping between small slides. The reason for using a post carousel is only to make each slide of the nominated category easy to edit and update – not to allow visitors to my site to view the slides directly as if normal blog posts.
    Also, because this plugin is the only one that seems to give the appearance I want.

    Can you please advise the easiest way to prevent linking?

    • This topic was modified 5 years, 7 months ago by archrime.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Hi, please paste following code in the custom CSS box

    .rpc-post-carousel1 * {
        pointer-events: none !important;
        cursor: default;
    }

    Regards

    Thread Starter archrime

    (@archrime)

    Many thanks!
    By trial and error (I don’t know php) I eventually hacked the required outcome by chopping bits out of a copy of the carousel template I am using.

    This is much more elegant!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable post linking’ is closed to new replies.