New Landing How can we help? Themeforest Theme Support Uplift Blog Timeline: Is there a way to make a blog become unclickable?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Uplift
  • #321257
    BryceCSD
    Member
    Post count: 46

    Hi there,

    I am trying to figure out a way to disable “click to post” action on the timeline. We want to be a stand alone timeline without linking to blog posts. How do I disable this?

    We want to be able to achieve the same function as Cool Timeline Pro plugin. See link:
    http://www.cooltimeline.com/demo-facebook-company-story/

    Let me know… Thanks!

    #321271
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this to Theme Options => Custom CSS:

    .timeline-items figure.animated-overlay > a,
    .timeline-items .blog-item h3 a {
       pointer-events: none;
    }
    .timeline-items .blog-item .blog-item-aux {
        display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.