qgrobler
|
November 9, 2021 at 3:18 am
Ok, let’s try this again, you want me to renew my license, but can’t seem to get the basics right?
Issue 1. We created 2 categories for week day and weekend parties. We are using wonderplugin as recommended for mobile view.
When you view week parties via mobile it displays correctly:
When viewing weekend parties via mobile, it loads the 1st event and then it disappears, so you are left with a blan screen:
This is the code being used on both pages:
Week:
[wonderplugin_cond deviceinclude=”iPhone,iPod,Android”]
[ESPRESSO_EVENTS category_slug=week-parties]
[/wonderplugin_cond]
[wonderplugin_cond deviceexclude=”iPhone,iPod,Android”]
[ESPRESSO_CALENDAR event_category_id==55 month=10]
[/wonderplugin_cond]
Weekend:
[wonderplugin_cond deviceinclude=”iPhone,iPod,Android”]
[ESPRESSO_EVENTS category_slug=weekend-parties]
[/wonderplugin_cond]
[wonderplugin_cond deviceexclude=”iPhone,iPod,Android”]
[ESPRESSO_CALENDAR event_category_id==56 month=10]
[/wonderplugin_cond]
Any ideas why weekend is doing this?
Issue 2. On mobile devices, when making a booking you have to scroll off screen to select a ticket. Can this be fixed?
http://www.playtown.co.za/bookings/
|