• Resolved lukedonohoe

    (@lukedonohoe)


    Hello.

    I’m not sure if I’ve just missed something, but can anyone tell me how to hide the ‘event detials’ (date, time etc) on the specific event page?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Guido

    (@guido07111975)

    Hi Luke,

    The link goes to a single event page. You want to hide event details on this type of page?
    Or on a page with a list of events?

    Guido

    Thread Starter lukedonohoe

    (@lukedonohoe)

    Plugin Author Guido

    (@guido07111975)

    Hi,

    If you want to hide all event details on both pages, the events become similar to default posts. Don’t understand this?

    Because event details are needed and an important part of this plugin, you cannot hide whole section via the settings page, you need some custom CSS for this. I can give this to you if you want.

    Guido

    Thread Starter lukedonohoe

    (@lukedonohoe)

    Hi @guido07111975

    Yes, I understand that, but there isn’t enough flexibility to move it and it ruins the flow of the event page.

    I’d love to get that custom CSS please! ??

    Many thanks,

    Luke

    Plugin Author Guido

    (@guido07111975)

    Hi Luke,

    Add this at page Extra CSS of the Customizer:

    /* Page-ID 310 */
    .page-id-310 .vsel-meta {display:none;}
    .page-id-310 .vsel-image-info {width:100% !important;}
    
    /* Single event */
    .single .vsel-meta {display:none;}
    .single .vsel-image-info {width:100% !important;}

    Regarding the single event page: this CSS will hide event details on every single event page.

    Guido

    Thread Starter lukedonohoe

    (@lukedonohoe)

    Thanks Guido!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Hide Event Details Section’ is closed to new replies.