Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1011913
    stuartsmith04
    Participant

    Hi there

    I’m having trouble with the post date showing when I need to just show the event date (in the future).

    You’ve already assisted another user with this in the forum but you seemed to supply a code to them that I can’t see. Could you send me the code/instruction too? Here’s the copied text from your original reply to that user:

    “Hi there,

    Thanks for writing in! It’s pretty expected that it will show the publish date. You can change the publish date – http://prntscr.com/9fcr48 although if the date is future date then the post will be scheduled instead of published.

    You can hide the date to avoid confusion. Let’s provide us your URL so that we can give you the code to hide the date.

    Cheers!”

    #1012318
    Friech
    Moderator

    Hi There,

    Thanks for writing in! Please provide us the link of the said thread. And provide us your page URL where your Event Dates is.

    Cheers!

    #1012872
    stuartsmith04
    Participant

    Hi there

    Here’s the thread link: https://community.theme.co/forums/topic/church-demo-event-question/

    Here’s the URL where the event date is (please note we will have this issue for all future events so I’m hoping your solution will apply for all future events)

    http://cfckesgrave.co.uk/category/events/

    Thanks
    Stu

    #1012999
    Joao
    Moderator

    Hi Stu,

    Since your site has the page under construction plugin activated we cannot see it.

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks

    Joao

    #1028006
    stuartsmith04
    Participant
    This reply has been marked as private.
    #1028167
    Rupok
    Member

    Hi there,

    Thanks for writing back. I have replied the other thread you mentioned (https://community.theme.co/forums/topic/church-demo-event-question) and the answer is what you can see. There is no private reply that contains any code as he didn’t want to hide the date maybe hence didn’t reply with URL.

    So if you want to hide the date (since it’s not possible to show future date), you can use this code :

    .category-events .p-meta span:nth-child(2) {
      display: none;
    }

    Hope this helps.

    Cheers!

    #1031935
    stuartsmith04
    Participant

    OK thanks. sorry, where do I use this code?

    Thanks
    Stu

    #1032371
    Rupok
    Member

    Hi there,

    You can add the code under Custom > CSS in the Customizer.

    Cheers!

    #1048730
    stuartsmith04
    Participant
    This reply has been marked as private.
    #1049054
    Christopher
    Moderator

    Hi there,

    Please add this :

    span.x-recent-posts-date {
        display: none !important;
    }

    Hope it helps.

  • <script> jQuery(function($){ $("#no-reply-1011913 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>