Turn off link on post date for news

Support Forums for LiveMesh Themes & Plugins Forums Invent Theme Support Turn off link on post date for news

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #31421
    Jason Keltz
    Participant

    Hi.
    On the Invent theme, news posts have a date of the post at the bottom of the post. The date is a link to http://site/date. None of the links exist and just generate unnecessary 404 error. I verified that this happens in the Invent theme demo as well. Is there not an option in the Theme to simply turn off the links on these dates? I can’t seem to find it.

    #31422
    Veena
    Moderator

    I don’t see any errors while clicking the published date link.

    You can remove the link using below custom CSS –

    ul.post-list .published {
        pointer-events: none;
    }
    
    #31423
    Jason Keltz
    Participant

    Hi.
    If I go here:

    https://www.livemeshthemes.com/themes/?theme=Invent

    After waiting for a long period of time for the site to initialize ..

    Scroll down to “OUR COLLEGE NEWS”, then click on a news item, then the last line of that news item will read something like:

    May 31 / Livemash / No Comments

    Click on May 31 and you get a link to:

    https://www.livemeshthemes.com/invent/2014/05/31/

    Click on that link, and you get:

    404 Not Found

    The page you requested https://www.livemeshthemes.com/invent/invent/2014/05/31, does not exist.

    I get that for every news link on my site.

    I’m not looking to make the date the article was posted go away. I would prefer to make just the link inactive. Can I do that? Right now, there’s an option to “disable comments”. There should be another option to disable the post date link. It’s not clear to me what would be at that link anyway. It’s not a link to the article, but a link to the date it was posted!

    #31429
    Veena
    Moderator

    Pls have the below custom CSS in themeoptions > custom CSS –

    .news.type-news span.published {
        pointer-events: none;
    }
    

    This custom CSS will disable the link.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.