• Hello,

    I’m trying put adapt the posts on this page (https://52.39.136.198/en/media/) into a post carousel like this (https://52.39.136.198/en/test-live-mesh-carousel/).

    1. Is it possible to display the full content, instead of just post excerpt/summary?

    2. If not, is it possible to increase the number of characters to display in the post excerpt/summary?

    3. Also, can the read more button be linked to a specified external URL, instead of the post page?

    4. Is it possible to disable the hyperlink of the post title and taxonomy name?

    5. How can I disable the double dashed lines under the post date?

    6. How can I edit the CSS of the text?

Viewing 1 replies (of 1 total)
  • Pls try to use – Advanced Excerpt – plugin and at present it is not possible to display full content .

    The page link that you shared is giving “page not found” .
    Pls use the following custom CSS –

    .lsow-posts-carousel .lsow-image-info a, .lsow-posts-carousel .entry-title a {
        pointer-events: none !important;
    }
    .lsow-posts-carousel span.published abbr[title] {
        text-decoration: none;
    }
    

    Below is the CSS for the entry summary , you can modify the css and can add custom CSS in plugin settings > custom CSS tab.

    .lsow-posts-carousel .lsow-entry-text-wrap .entry-summary {
        padding: 0;
        margin: 10px auto 0;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Post Carousel Read More Link’ is closed to new replies.