Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #733700

    With all the things you can do with Enfold, why wouldn’t you have a way to turn off all dates from displaying?

    I need to use posts, because you can’t filter categories in portfolios.

    On the category pages the stupid date displays under the thumb & title.

    I already got rid some of them with this “.av-masonry-date {
    display: none;
    }”

    How do I get rid of ALL dates everywhere?

    Thanks.

    #733715

    Hey Intell!

    You can not target them all, with the same CSS code.
    You will have to keep doing the same, like what you did with the other code.
    You need to target the parts you want, and remove them.

    Please feel free to let us know if we can do anything else for you.

    Thank you very much

    Regards,
    Basilis

    #733780

    Gee, if I knew how to do that I wouldn’t have bothered you. I need to know for the category page especially.

    On the category page – if you hover over the date it shows this code – there isn’t a slider there on the page anywhere – so how do I know which thing to “display none”?

    “.avia-content-slider .slide-meta div, .avia-content-slider .slide-meta time”

    • This reply was modified 7 years, 10 months ago by Intell.
    #733786

    Hi!

    You can use
    .container .minor-meta
    for that page, doe let us know if it works.

    Thank u

    Regards,
    Basilis

    #733814

    Thanks for the quick response.

    I added the following to the Quick CSS and it did nothing to the dates appearing on the post categories page (Grid layout).

    “.container .minor-meta {
    display: none;
    }

    With all the functions of Enfold, I’m surprised you don’t have the feature like Divi where you just click off the meta info you don’t want to show up in the theme options panel.

    Again, when I look at Inspect Elements – this is what shows up for the date spot: “.avia-content-slider .slide-meta div, .avia-content-slider .slide-meta time”

    That doesn’t make sense to me & neither does .container .minor-meta you gave me.

    Any other ideas????

    #735115

    Hi,

    Please add this in the Quick CSS field.

    .slide-meta-time.updated {
        display: none !important;
    }

    That option can be found in the Blog Layout > Blog meta elements section but it doesn’t work for the grid layout. And post meta info such as the date has great significance over search engine optimization, and we found out that only few users want to disable it hence the lack of options. Anyway, you can request the feature here: https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    Ismael

    #735140

    YOU are the MOST handsome, fabulous, brilliant, stupendous man ever, ever, ever!!!

    It worked! Thank you Ismael sooooo much!!

    The explanation makes total sense – just can’t do it on this biz site.

    • This reply was modified 7 years, 10 months ago by Intell.
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.