Support

Home Forums Event Espresso Premium App issue

App issue

Posted: May 24, 2019 at 7:34 am

Viewing 8 reply threads


Polliander

May 24, 2019 at 7:34 am

hi we are using you plugin for our website.
But getting issue on mobile view.
The timetable on my site is working fine on a laptop or desktop but on a mobile phone it’s not working – it doesn’t show courses on there.

Would you be able to see why this is happening?

http://www.polliander.com/timetable/

Please reply to cc arawat993@gmail.com


Josh

  • Support Staff

May 24, 2019 at 10:43 am

Hi,

The gray on gray makes things very difficult to see on the mobile view.

What you can do is add the following to your site’s Additional CSS panel (located on the Appearance > Customize page)

@media only screen and (max-width: 480px) {
 #espresso_calendar .fc-event-container {
  text-align: center;
 }
 #espresso_calendar .fc-event:before {
  font-family: "dashicons";
  font-size: 28px;
  content: "\f348";
 }
}


Polliander

May 24, 2019 at 10:29 pm

hi there, I have added your css, but still cant see event on mobile view. 🙁


Tony

  • Support Staff

May 27, 2019 at 7:12 am

Hi there,

This is what I see:

https://monosnap.com/file/OvESqCVCtBqgbWruvh039CCHB8DnyJ

Which is the expected output for the above CSS.

What is it you want to display?


Polliander

May 28, 2019 at 3:16 am

I can see the timetable on mobiles is now working but it’s showing a big black letter i. Can this circled letter i be changed to a 80% black as its looking too harsh in full black.
It also doesn’t show the price or have an option to book, just a section for leaving a comment.
It needs to have the full details and be able to book like it does on the desktop version. Is this possible?


Tony

  • Support Staff

May 28, 2019 at 8:19 am

I can see the timetable on mobiles is now working but it’s showing a big black letter i. Can this circled letter i be changed to a 80% black as its looking too harsh in full black.

You can set the colour to whatever you prefer by adding something like color: grey;, so this section:

#espresso_calendar .fc-event:before {
  font-family: "dashicons";
  font-size: 28px;
  content: "\f348";
 }

Would be something like:

#espresso_calendar .fc-event:before {
  font-family: "dashicons";
  font-size: 28px;
  content: "\f348";
  color: grey;
 }

You can use whichever colour setting you prefer.

It also doesn’t show the price or have an option to book, just a section for leaving a comment.

On the calendar? There are only so many details you can fit onto a small screen within the calendar. The user can click on the above to view the single event page for full details.

Or are you referring to the single event page now? Which I can see currently has no ticket selector and just allows for comments on both desktop and mobile.

Have you set the event not to display the ticket selector in the event settings?


Polliander

May 30, 2019 at 4:23 am

Sorry for confusion, yes I am referring to the event page that comes up when you click on it from the timetable. I’m sure it’s something simple that I’m doing wrong but I cant work it out.
Can you help me?


Polliander

May 30, 2019 at 5:26 am

Also It’s not letting me book/purchase. It says expired on it. Is there something I’m doing wrong when creating these events?


Josh

  • Support Staff

May 30, 2019 at 5:43 am

Hi,

It looks like the sale end dates for the tickets in the events are all set to dates in April 2019. You can go in to edit the events and change the Ticket’s sale end dates to some date in June (or later) and then click “Update”. Then you’ll be able to book.

Viewing 8 reply threads

The support post ‘App issue’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso