• I want to take the time out of the past events we are showing on a page. Is there a shortcode for that?

    Here’s what I’ve got so far:

    [vsel-past-events posts_per_page=”5″ no_events_text=”Please check back soon for updates”]

    Thank you!

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

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

    (@guido07111975)

    Hi,

    Yes, but you should use a CSS fix for that. On the CSS page in the Customizer of your dashboard. With that you can hide time on that page alone.

    Currently I’m not able to inspect your site (holiday), I will reply with a fix at the end of this week.

    Guido

    Thread Starter funkiplanet

    (@funkiplanet)

    Thanks. I appreciate the help.

    Plugin Author Guido

    (@guido07111975)

    Sorry, forgot to reply but again on a short trip. Will reply again at the end of this week.

    Meanwhile try this, add this at page Extra CSS of the Customizer.

    
    .vsel-shortcode-past-events .vsel-meta-time {display:none;}

    This will hide time when using the past events shortcode.

    Guido

    Plugin Author Guido

    (@guido07111975)

    Hi again,

    Does my fix work?
    If you only want to use this fix for the page you’ve added in your first post, you can use a page prefix:

    
    .page-id-1613 .vsel-shortcode-past-events .vsel-meta-time {display:none;}
    

    Guido

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Shortcode for time’ is closed to new replies.