• Resolved Anik Hossain

    (@devanik)


    i have the pro version but i can’t able to use this plugin by grid layout it there any way to get grid layout ooption by shortcode help me gayes

Viewing 8 replies - 1 through 8 (of 8 total)
  • Use view=”grid”

    [events_list view="grid"]
    Thread Starter Anik Hossain

    (@devanik)

    Thanks grid working another question ..dear is there any way to show my all event as a archive so that people can see year then click on the year and they can see that year all past event like we will get post archive by default form the wordpress but event archive maybe you have a way to do it

    • This reply was modified 2 months, 2 weeks ago by Anik Hossain.
    • This reply was modified 2 months, 2 weeks ago by Anik Hossain.
    • This reply was modified 2 months, 2 weeks ago by Anik Hossain.

    You can create a page with the following shortcode:

    [events_list_grouped mode="yearly" orderby="event_start_date, event_start_time" scope="past" order="desc" groupby_order = "desc" limit=0 ]

    Then they can search on the page for the year they are interested in (e.g., hit Ctrl-F and then type in 2023 to search for events in 2023).

    Unfortunately, , the event_list_grouped shortcode doesn’t support the grid view.

    If you want to display the events just for 2024 you could use the following shortcode:

    [events_list scope="2024-01-01,2024-12-31" order="desc" view="grid"]

    Then you could repeat this for each year you want to display (changing 2024 to the year you want to display). Then you could create a floating menu to jump to a particular year.

    • This reply was modified 2 months, 2 weeks ago by joneiseman.

    You can use the Advance Accordion Block plugin and then paste the shortcodes into separate accordian blocks for each year.

    Thread Starter Anik Hossain

    (@devanik)

    Thank you for your great support

    Thread Starter Anik Hossain

    (@devanik)

    dear once again i try to use this code [events_list columns=”2″ view=”grid”] to show that per columns showing 2 event and it’ll look bigger but code doesn’t work for could you help me again

    Thread Starter Anik Hossain

    (@devanik)

    are you there?

    There is no event search attribute called columns. Here’s the documentation on the event search attributes: https://wp-events-plugin.com/documentation/event-search-attributes/

Viewing 8 replies - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.