• Resolved Lea

    (@leac)


    1. In previous versions of the plugin, the story title wasn’t a link, and we’d like to keep it that way. Is there anywhere we can define that the title shouldn’t be a link?
    2. In the story descriptions we sometimes use links, but in the current version they are removed. Is there a way to not remove them?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support aniketji

    (@aniketji)

    Hi @leac

    If you want to disable links from the title, you can enable the “read more” option in the admin settings. However, if you wish to include HTML for a custom link in the story description, you need to set the story content to “full” instead of “short” in the shortcode. Keep in mind that if you set it to “full,” the title will remain clickable. To make the story title unclickable, you can use the following custom CSS:

    .ctl-wrapper .ctl-title .story-link {
      pointer-events: none !important;
    }

    Additionally, if you want to render HTML in the description, ensure you set the story-content attribute in the shortcode to “full” for it to work as intended.

    Thanks & Regards

    Thread Starter Lea

    (@leac)

    Thanks, that worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Link it title, and links in content’ is closed to new replies.