• Resolved caspertechonomy

    (@caspertechonomy)


    Hi support,

    For nuldarttien.nl, I use the events calendar to promote dart tournaments in our neighborhood.

    The plugin for desktop works very well and everything can be seen in the right way. However, this is not the case on mobile devices.

    Tournaments are visible in the calendar with colours, but when I click on a particular day I get the message that there are no tournaments on this day.

    How can this be solved?

    Thanks a lot!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hey @caspertechonomy,

    This is most likely due to the third-party The Events Calendar Category Colors plugin. Please deactivate and observe.

    Have a great day,
    Ed ?

    Hey there! This thread has been inactive for a while so we’re going to go ahead and mark it Resolved. Please feel free to open a new thread if any other questions come up and we’d be happy to help. ??

    Thread Starter caspertechonomy

    (@caspertechonomy)

    Hi Ed,

    We have still the same issue when we deactivate the Event Calendar Category Colors plugin… So this is no solution for the responsive issue.

    Hope to hear from you soon.

    Thread Starter caspertechonomy

    (@caspertechonomy)

    Screenshot desktop: https://snag.gy/MGyUeX.jpg
    Here you see, everything works really fine :)!

    Screenshot mobile: https://www.mupload.nl/img/gdp7l3yzitcae.32.18.jpeg
    Here you see, the plugin is not responsive and when we click on a day we can’t see the event.

    Plugin Contributor Andras Guseo

    (@aguseo)

    Hi @caspertechonomy,

    When I look at your site in responsive view and click on a day I get a TypeError that seems to be coming from your theme.
    Screenshot: https://dl.dropbox.com/s/dzkpxu047zot2w3/shot_181123_144022.png

    Please try switching to a default theme like twentyseventeen and check if the issue is visible there too, or if it works correctly.

    If it works with twe17 then I suggest to reach out to your theme developer to take a look at what is happening.

    Hope this helps.
    Cheers,
    Andras

    Thread Starter caspertechonomy

    (@caspertechonomy)

    Hi Andras,

    I switched to twentyseventeen but the same problem occurs (not really responsive and ‘no events found’ on specific days).. so the theme of WordPress is not the problem, I think. Can you please tell me how we can solve this? Thanks a lot!

    Url screenshots: https://imgur.com/a/oPh9Pq7

    Regards Casper

    The dots appearing on the days is as designed. Mobile views are too small to present all this data.

    You can disable the mobile view on small devices with a snippet like this:

    function customize_tribe_events_breakpoint()
    {return 30;}
    add_filter( ‘tribe_events_mobile_breakpoint’, ‘customize_tribe_events_breakpoint’ );

    Take care,
    Ed ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Issue responsive calender’ is closed to new replies.