• Hi Guido,

    we admire your work for creating such a successful plugin.

    I have one question.

    Is it possible to create eight different category overview pages where all the events of a category are listed and where each category overview page should display its content in its own headline and subheadline colour and should use its own header Picture?

    It would be very nice if you could help us to understand your features.

    Thank you very much in advance.

    Kind regards

    Markus

    • This topic was modified 2 years, 10 months ago by lezaunski.
    • This topic was modified 2 years, 10 months ago by lezaunski.
Viewing 1 replies (of 1 total)
  • Plugin Author Guido

    (@guido07111975)

    Hi Markus,

    So if you have 8 different pages, this is possible I guess.

    To display upcoming events from a certain category:

    
    [vsel event_cat="your-category-slug"]
    

    You can use custom CSS to style every event list. To identify a certain event list you can use the relevant page ID, such as:

    
    .page-id-22 .vsel-meta {color:#ff0000;}
    

    This example only changes event details color of the event list at page with ID 22.

    The header picture can be the featured image of that page. Or add an image before the shortcode.

    Guido

Viewing 1 replies (of 1 total)
  • The topic ‘multiple category views’ is closed to new replies.