Tagged: , ,

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #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.

    #1093103

    Hey guttogjente,

    Add this to quick css:

    .av-masonry-date.meta-color.updated{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1093500

    Thanks 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.
    Screenshot
    Screenshot

    #1093971

    Hi,

    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 Shannon

    #1093986
    This reply has been marked as private.
    #1094016

    I 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;
    }
    #1094193

    Hi,

    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 Shannon

    #1094278

    I 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!

    #1094506

    Hi,

    Apologies, I’m still not seeing dates on the archive pages shared. I can check with others.

    Best regards,
    Jordan Shannon

    #1094569

    That 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.

    #1095287

    Hi 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,
    Victoria

    #1095310

    Thanks, 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.

    #1095338

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Remove date from blog grid layout and search results’ is closed to new replies.