Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #269225
    Les Ley
    Participant

    Hi, I’d like to get rid of the ‘ARCHIVE’ text that’s in the header of the blog posts overview page and get rid of ‘CATEGORY: XXXXX’ in the header of specific news category page.

    I have tried with this page:
    https://www.afc.fm/category/news/

    Also with this one, linking the menu to one particular news/blog category.

    https://www.afc.fm/news/ (default posts page)

    Please advice. Thanks!

    #269302
    Skandha
    Participant

    @technoliq: Hello there,
    To hide the text Archive you can use our free plugin Hide Archive Label.

    Install and Activate the plugin.

    Then,
    Go to => Dashboard => Hide Archive Label => Check the boxes where you would like to hide the label.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #269307
    Les Ley
    Participant

    Hi Skandha,

    Thanks for your reply.

    It’s working for the /category/news section; it removes the word ‘category’ and leaves the category name ‘news’, but it didn’t work for for the blog posts main page, /news

    I think it’s somewhere in the theme’s code, could that be? If I switch to theme TwentySeventeen the ARCHIVE label is gone.

    Would you have any other ideas?

    Thanks so much!

    #269322
    Skandha
    Participant

    @technoliq: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .blog .custom-header-content .entry-title {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #269328
    Les Ley
    Participant

    Yes! That did the trick. Thanks very much for the great support! πŸ‘

    #269329
    Skandha
    Participant

    @technoliq: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/audioman/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! πŸ™‚

    Kind Regards,
    Skandha

    #269386
    Les Ley
    Participant

    Hi Skandha,

    I’ve put up a review. Thanks for the great support!! πŸ€™πŸΌ

    #269397
    Skandha
    Participant

    @technoliq: Thank you for your wonderful review. Let me know if you come across any issues. Have a great year ahead πŸ™‚

    Kind Regards,
    Skandha

    #269399
    Les Ley
    Participant

    You’re more than welcome. Great support! Enlightened in the current world of not-support. So thanks again. πŸ€™πŸΌ

    #269809
    Les Ley
    Participant

    Hi Skandha,

    Another one, same sort of issue. I’m not too good at this… πŸ™‚

    At this page https://www.afc.fm/events/soulfood-show/ I want to hide the date and author, but keep the title. Could you help me out on this one too?

    #270143
    Les Ley
    Participant

    @Skandha Any chance you help me on this one? πŸ™πŸΌ

    #270152
    Skandha
    Participant

    @technoliq: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .postid-1567 .custom-header-content .entry-meta {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #270156
    Les Ley
    Participant

    @Skandha Thanks! This works for that specific item but not for all radio shows. Like i.e. https://www.afc.fm/events/classic-sunday-grooves/

    These are produced by a plugin that displays our radio shows…

    πŸ€—

    #270163
    Les Ley
    Participant

    @Skandha

    I used your code and figured it out!

    Replaced the post ID with ‘single-mec-events’ and now it works for all events/shows.

    
    .single-mec-events .custom-header-content .entry-meta {
        display: none;
    }

    Thanks for your help!

    #270272
    Skandha
    Participant

    @technoliq: Glad you were able to figure it out. Have a good day! πŸ™‚

    Kind Regards,
    Skandha

    #271327
    Les Ley
    Participant

    Hi Skandha,

    If you could help me out with once more the similar problem…. please πŸ™‚

    I thought I’d figured it out now, but I guess not…

    If you look here: https://www.afc.fm/show/dance-classics-show/ — I need the date and author info removed again πŸ™‚

    I tried by ‘postid’ and this worked https://www.afc.fm/show/non-stop-pure-funky-grooves/

    — but I can’t seem to find the right info to have no date/author info in the whole plugin / all shows. In fact, I wouldn’t mind if it’s gone from every post or page throughout the website πŸ™‚

    If you’d have some time, it would be much appreciated!

    Thanks so much in advance!

    #271429
    Skandha
    Participant

    @technoliq: Hello there,
    Try using the following CSS Code instead

    .entry-header .entry-meta {
        display: none;
    }

    Let me know if this solves the issue.
    Kind Regards,
    Skandha

    #271434
    Les Ley
    Participant

    Yessss!!! Oh my word, thanks a bunch, again! πŸ™πŸΌ Your sir, are a star!!

    #271495
    Skandha
    Participant

    @technoliq: Glad it worked out. Have a good day! πŸ™‚

    Kind Regards,
    Skandha

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘How to hide or change ‘ARCHIVE’ text in blog posts overview page’ is closed to new replies.