-
AuthorPosts
-
January 15, 2017 at 7:25 am #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.
January 15, 2017 at 11:40 am #733715Hey 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,
BasilisJanuary 15, 2017 at 6:46 pm #733780Gee, 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.
January 15, 2017 at 7:16 pm #733786Hi!
You can use
.container .minor-meta
for that page, doe let us know if it works.Thank u
Regards,
BasilisJanuary 15, 2017 at 9:13 pm #733814Thanks 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????
January 18, 2017 at 5:59 am #735115Hi,
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,
IsmaelJanuary 18, 2017 at 6:48 am #735140YOU 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.
-
AuthorPosts
- You must be logged in to reply to this topic.