-
AuthorPosts
-
April 20, 2019 at 7:15 am #1092852
I tried to remove dates from Blog grid layout (see “Articles” in the header menu on my page for an example of my grid blog layout). I found css here, but it did not work: https://kriesi.at/support/topic/blog-grid-layout-how-to-remove-dates-from-display/ I also found css to remove date from the search here, but it also did not work: https://kriesi.at/support/topic/remove-date-meta-from-search-results/. I have cleared catche and also tried to disable all plugins and move it first in my css, but the date is still displayed both places.
April 21, 2019 at 5:59 pm #1093103Hey guttogjente,
Add this to quick css:
.av-masonry-date.meta-color.updated{ display:none!important; }
Best regards,
Jordan ShannonApril 23, 2019 at 4:24 am #1093500Thanks for the reply, I tried to add this to the css file in my child theme, but the dates are still there after I cleared cache. See screenshots and links.
April 24, 2019 at 2:20 pm #1093971Hi,
Did you add the code to the very top of quick css so that it runs first? Try that and then clear the cache a few times over.
Best regards,
Jordan ShannonApril 24, 2019 at 2:49 pm #1093986This reply has been marked as private.April 24, 2019 at 3:24 pm #1094016I used the inspector and tried to remove the date from this archive page as well: https://www.guttogjente.no/spm-og-svar/spm-og-svar/
I added the following css, but I don’t know why it did not work:time.slide-meta-time.updated{ display:none!important; } time.date-container.minor-meta.updated{ display:none!important; }
I also tried with:
.slide-meta-time.updated{ display:none!important; } .date-container.minor-meta.updated{ display:none!important; }
April 24, 2019 at 10:04 pm #1094193Hi,
I’m not seeing the date on the archive page. I would suggest continuing to clear the cache.
For search add this to quick css as well:
.template-search .entry-content-header .date-container.minor-meta.updated{ display:none!important; } .template-search .entry-content-header .text-sep{ display:none!important; }
Best regards,
Jordan ShannonApril 25, 2019 at 4:19 am #1094278I have tried clearing cache several times and also tried in different browsers. The dates are still visible on all these pages for me:
Search: https://www.guttogjente.no/?s=grenser
Archieve: https://www.guttogjente.no/spm-og-svar/
Archieve2: https://www.guttogjente.no/spm-og-svar/spm-og-svar/
I shared my login details above, could you please log in and have a try? Thank for you so much for your help!April 25, 2019 at 6:21 pm #1094506Hi,
Apologies, I’m still not seeing dates on the archive pages shared. I can check with others.
Best regards,
Jordan ShannonApril 26, 2019 at 1:38 am #1094569That is strange, but I understand you can not help when you don’t see the same as I see. Would appreciate if you can check with others. I tried now on 2 computers, Windows 10 with Google Chrome, and the dates still show up on all those pages mentioned in my last reply
and also under the article title at the front page https://www.guttogjente.no/. Would appreciate if you can check with others. It is only at the grid layout on https://www.guttogjente.no/artikler/ that the dates have been successfully removed.April 29, 2019 at 2:31 pm #1095287Hi guttogjente,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia-content-slider .slide-meta time { display: none; }
If you need further assistance please let us know.
Best regards,
VictoriaApril 29, 2019 at 3:19 pm #1095310Thanks, that worked when I put the css in the child theme css file (put not when I put it in the quick css, although I cleared cache). This case can be closed.
April 29, 2019 at 5:12 pm #1095338Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Remove date from blog grid layout and search results’ is closed to new replies.