Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #243058
    UofL Art Gallery
    Participant

    I’m trying to get the Holiday Calendar plug-in to work for an events calendar located in our sidebar widgets. It’s works great except when the user clicks on the event link attached to the date the event post appears on the homepage with an “ARCHIVES: EVENTS” header. I’m assuming it’s pulling the word “EVENTS” from my widget title, but I can’t figure out why it’s treating it as an archive. My guess is that it isn’t recognizing the events post as a “proper” post.

    I’m running WordPress 5.1.4, unfortunately my PHP is running 5.3.3-7+squeeze29. I have no control over updating it.

    https://www.uleth.ca/artgallery/?post_type=thc-events&date=2020-04-20

    #243109
    Skandha
    Participant

    @uofl-art-gallery: Hello there,
    It is treating the date link as an Archive because it will display all the posts created on that date. So it does not only a single post but a list of posts or events on that date.

    Let me know if this clarifies your issue.
    Kind Regards,
    Skandha

    #243368
    UofL Art Gallery
    Participant

    Thanks for the reply. That part is clear, however, I’m wondering how I can get it to not treat the link as an Archive, but rather, just have the the post open as any other linked post. Without having the “Archives” listing/header.

    Thanks,
    Art Gallery

    #243369
    UofL Art Gallery
    Participant

    Sorry Skandha, just reread your reply and gained a better understanding of your reply. You’re saying because it’s a list of posts it treats it as an archive. Understood. Plus, I want it to continue show a list if there’s more than one event on that date. Now realizing that, is there any way to omit or at least change the word “Archives”?

    Thanks again.

    #243651
    Skandha
    Participant

    @uofl-art-gallery: Hello there,
    You seem to have remove the posts. Can you add the posts to a certain date so that I can tell you how you can remove or change the word Archives?

    Kind Regards,
    Skandha

    #243731
    UofL Art Gallery
    Participant

    Oh man! Sorry Skandha. I’ll be putting an event up within the hour. Thanks for helping out.

    Art Gallery

    #243736
    UofL Art Gallery
    Participant

    New event is on May 4. Thanks again.

    #243787
    Skandha
    Participant

    @uofl-art-gallery: Hello there,
    To remove the text Archive: Events
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .post-type-archive-thc-events .page-header {
        display: none;
    }

    To edit the text Archive: Events you will need to create a child theme and do a little bit of customization. Let me know if you are familiar with child theme customization.

    Kind Regards,
    Skandha

    #243820
    UofL Art Gallery
    Participant

    Done and done. You’re the man! Thanks so much Skandha! Very appreciated.

    #243894
    Skandha
    Participant

    @uofl-art-gallery: 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/catch-evolution/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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Archives’ is closed to new replies.