• Dear Guido,
    thanks for that great and usable plug-in.

    I just wonder how to optimize the table of the events.
    So my main title is “2020”, an I like to have subtitles for each month.
    So my customer could have a fast look at e.g. at the month “June” and is so possible
    to find all the events from this month.
    Is that possible?

    Second question, if I’m using the past events shortcut [vsel-past-events]
    the pictures from the events are not longer necessary. Is it possible to show only
    the past event title and date?

    Best regard and thank you for helping
    Oliver

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

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

    (@guido07111975)

    Hi,

    For now a not so clean fix.. Create an event category for each month, add multiple shortcodes at one page, and between them a heading:

    
    December:
    [vsel event_cat="december" posts_per_page="3"]
    January:
    [vsel event_cat="january" posts_per_page="3"]
    

    And hide the pagination via the settingspage.

    About the image:
    You can hide the image of the past events only by using some custom CSS:

    
    .vsel-past .vsel-image {display:none;}
    

    But at your site you’re having another type of image.. did you set that one via the featured image box?

    Guido

    Thread Starter oliwanatu

    (@oliwanatu)

    Thanks for your quick answer. I will check it soon and reply again….

    Oliver

    Thread Starter oliwanatu

    (@oliwanatu)

    But at your site you’re having another type of image.. did you set that one via the featured image box?

    No, I’m using the image function inside the field of the main description.
    The image from the image box has a strange position on smaller displays like
    smartphones.

    Oliver

    Thread Starter oliwanatu

    (@oliwanatu)

    Dear Guido,
    OK, the image box is working now. Thats fine.

    The subtitles for each month is not working well, because I have to delete the category every time a month has passed. It would be great if the monthly subtitles could be generate automagically.
    Is that possible?

    Another question, is it possible to have a row in the event-metadata that shows the remaining
    tickets. E.g. “10 Tickets left” (colour green) and “no tickets left” (colour red).
    So the customer can see if the event is available or not.
    The reason is, I have also another site, there are more than a hundred events each year.
    So it would be a great help having such a row.

    Thank you very much for your help.
    Regards Oliver

    Plugin Author Guido

    (@guido07111975)

    Hi Oliver,

    To generate a heading between each month in the query is not that easy, have to look into that.

    How are the tickets managed, by hand or are you using a plugin for that? In case of manual management, you can consider adding a custom field of the Advanced Custom Fields plugin. My plugin supports the most common fields of that plugin.

    Guido

    Thread Starter oliwanatu

    (@oliwanatu)

    Another question, is it possible to have a row in the event-metadata that shows the remaining
    tickets. E.g. “10 Tickets left” (colour green) and “no tickets left” (colour red).
    So the customer can see if the event is available or not.

    Thank you very much, the Advanced Custom Fields plug-in helps, but can#t find a function for the colour of the Field/Text.
    It should be green or red (Tickets available or not).

    Any idea.

    Best regards Oliver

    Plugin Author Guido

    (@guido07111975)

    If you do this ticket management by hand, you can consider adding 2 extra fields: 1 for red and 1 for green.

    In case of available tickets only fill green field and in case of no tickets only fill red field (with value 0). Now only 1 of the 2 fields are displayed in frontend. In the frontend add some custom style (color) by using Custom CSS.

    Guido

    Thread Starter oliwanatu

    (@oliwanatu)

    Good idea but I can’t find the correct functions of the fields.
    All the field functions are described in German language, and I don’t know what each function/description mean….

    And I don’t know the css names for the advanced fields. So the colour definition is not possible. Is that really so complicated? ??

    -Another point, you helped me with this:

    You can hide the image of the past events only by using some custom CSS:
    .vsel-past .vsel-image {display:none;}

    That is working fine. But now, I like to hide the “Link/Linktext” row and the “category” row in the past events (.vsel-past). Is that also possible?

    I tried this in css, but not working:
    .vsel-past .vsel-link-label {display:none;}

    .vsel-past .vsel-link {display:none;}

    .vsel-past .taxonomiy-event_cat {display:none;}

    Thanks a lot.
    Best regards, Oliver

    • This reply was modified 4 years, 11 months ago by oliwanatu.
    • This reply was modified 4 years, 11 months ago by oliwanatu.
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Using different titles and subtitles’ is closed to new replies.