Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • foroecumenico Friend
    #922941

    Hi,
    I’m trying to remove the "Expired" labels from my website but i can’t make it. Is there a way to get this annoying messages to be hidden.

    Thanks


    1. Selección_094
    2. Selección_095
    timtecsa Friend
    #922976

    What is the URL for the Teline V site ?

    foroecumenico Friend
    #923005

    Hi Tim,
    The url is version3.foroecumenico.com

    Regards.

    timtecsa Friend
    #923013

    Is it the Publishing date for the article that has expired ?

    foroecumenico Friend
    #923017

    Yes, there are very old posts (2013 and erlier) on the site, but some of them are listed in categories that are not longer updated but they are there for information purposes (some categories are just historic), that’s why i can’t just archive it. I know it’s a joomla standard, but i was looking for a way that don’t let it show that info on the frontend (or at least on the home and menúes).

    timtecsa Friend
    #923025

    Try adding this to your custom.css

    
    .label {
      display: none;
    }
    foroecumenico Friend
    #923808

    I’ve fixed (more like a workaround) it adding :

    .label {
      &.label-warning {
        display: none;
      }
    }

    With this snippet i only removed the label-warnings that are used at the "expired" status, letting open the use of other kind of labels.

    Thanks Tim!
    Regards

    timtecsa Friend
    #924189

    Well done. Good luck.

    Tim

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 7 replies, has 2 voices, and was last updated by  timtecsa 8 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum