Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi,

    Your wp theme shows the author on the event page, can you please provide a link to your calendar page.

    Thread Starter lshiponi

    (@lshiponi)

    Hi Benjamin, see calendar page here https://noabaum.com/calendar/
    I want to be able to eliminate the author on an event page. The checkbox on an event page in allows for author selection but there is no “none” option. On my end I can drop the author part on events, just need to know how to do it.

    Hi,

    Please add the following code to your site css, it should hide author on the event page:

    .single-ai1ec_event .byline
    {
    	display: none;
    }
    .single-ai1ec_event .author
    {
    	display: none;
    }
    Thread Starter lshiponi

    (@lshiponi)

    Thanks Benjamine. I’ve added the code – the author name is still showing. The change I do see is in the CMS – there is a () added as an author choice in the dropdown. Any idea?

    Hi,

    I can not see the author on single event page, CSS code works?

    Thread Starter lshiponi

    (@lshiponi)

    Hi Benjamin,
    The name of the author appears strangely above the main navigation bar, on the left in small fonts. Or might this be coming from somewhere else?

    Benjamin

    (@bsokic)

    Hi,

    Sorry for not replying sooner. The following code should help:

    .single-ai1ec_event #header #topimage
    {
    	display: none;
    }

    Take care,
    Ben

    Thread Starter lshiponi

    (@lshiponi)

    Thanks Benjamin!

    No problem, glad I could help.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Author of event’ is closed to new replies.