Support » Plugin: Import Eventbrite Events » shortcode for column and dates not working

  • Resolved cbdev

    (@cbdev)


    Hi there,

    When I add the shortcode with specific parameters, see below, for column and for dates. I just get all my events coming through in 3 columns (as opposed to 2) and events dated in past come through, even though past_events is set to “no”.

    You can see from the events page that I’ve shared, that I have a future and past events and I am trying to separate the 2 sections accordingly.

    Does the shortcode work?

    code:
    [eventbrite_events col=“2″ posts_per_page=“12″ past_events=”yes” order=“desc” orderby=“post_title“ start_date=“2017-12-25″ end_date=“2018-12-25″ ].

    Can you also advise on how to change the blue color as the background color for each event card for the date.

    Thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Xylus Themes

    (@xylus)

    Hello @cbdev ,

    Thanks for contacting us, below are a reply to your queries.

    1) Make sure double quotes in the shortcode are correct. Please use the below code and let us know if still an issue.
    [eventbrite_events col="2" ]

    By default events will be shorted as per upcoming dates, today’s events first and then tomorrow. Also by default, it will not show past events.

    2) To show past events use below shortcode

    [eventbrite_events col="2" past_events="yes"]

    We also have detailed document for shortcode here

    Happy to help!

    Thread Starter cbdev

    (@cbdev)

    Thank you, I will try that.

    Can you advise on how to change the color of the event boxes from it’s default blue to another color? Do you have the css class snippet that I could use. I’m not looking to change the size or layout just the color.

    Thank you.

    Plugin Author Xylus Themes

    (@xylus)

    Hi @cbdev ,

    In the plugin setting, there is an option to change color. You can pick appropriate color.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘shortcode for column and dates not working’ is closed to new replies.