• Resolved clancel

    (@clancel)


    Hi. My single post and archive post pages are showing the date and the author’s name after ‘by’. How can I get these items to show on my single posts and archive posts pages?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @clancel

    We are little bit confused about your query. Can you give us live site URL or screenshot so we can give you feedback on this ?

    Thanks ??

    Thread Starter clancel

    (@clancel)

    It’s solved. I deactivated all the plugins and found out that it was one of the plugins that was affecting it. What I would like to do is hide the author and date on my events post. I’m using WP Events Manager to create events and the events are shown on posts. I would like to be able to only show the author and date on post and not event posts. I also would like to hide related posts on my event posts. If you can help me with this, that will be great.

    • This reply was modified 4 years, 7 months ago by clancel.
    Theme Author Mystery Themes

    (@mysterythemes)

    Hello @clancel

    Can you please share your event page link? This will help us to give your correct CSS code to hide author and date of event posts.

    Thanks,

    Thread Starter clancel

    (@clancel)

    Hi. Sorry about the late response. Here’s a link to page that I would like fixed.

    Single Event Post Page issue

    I would like to remove the right sidebar and related posts on the following page,

    https://www.newyorkpianogroup.org/event/zoom-meetup/

    I would also like to change the text hover button color to white or another color. Please check the red and blue buttons at the bottom.
    https://www.newyorkpianogroup.org/event/zoom-meetup/

    I look forward to your help. Thank you.

    • This reply was modified 4 years, 7 months ago by clancel.
    • This reply was modified 4 years, 7 months ago by clancel.
    Theme Author Mystery Themes

    (@mysterythemes)

    Hello @clancel

    Please add the following code in additional CSS box in customizer:

    .single-event_listing #secondary,
    .single-event_listing .mismo-single-related-posts{
    	display: none;
    }
    .single-event_listing #primary {
    	width: 100%;
    }
    .wpem-main a:active, .wpem-main a:focus, 
    .wpem-main a:hover {
    	color: #fff;
    }

    Thanks ??

    Thread Starter clancel

    (@clancel)

    Thank you so much for the code. It’s working but there is a code at the bottom of the page that needs to be removed. It’s,

    /** * single_event_listing_end hook */ do_action(‘single_event_listing_end’); ?>

    How can I remove it?

    Page link: https://www.newyorkpianogroup.org/event/zoom-meetup/

    Thread Starter clancel

    (@clancel)

    Actually, it’s solved. Thank you so much.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘No Author or Date displayed’ is closed to new replies.