• Resolved nyokki

    (@nyokki)


    Hello,
    I’m using My Calendar to display a widget calendar in the sidebar of the home page. The calendar works well on PC, but I noticed that when trying to change the month displayed on the calendar on certain mobile phones, the calendar disappears after loading for a bit and instead displays “0 error”. So far this has only happened on android phones using the Google Chrome app, but the widget works on some android phones (mine for example). Do you have any idea why this is happening?
    And also I’ve noticed some weird dots appeared next to the navigation arrows at the bottom of the calendar. Is there any way to remove them?
    Thanks in advance for your answer!

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    Hmm. Looks like the nav wrapper element is being stripped out in widgets. I’ll get that fixed; it’s why the default CSS isn’t removing the list item bullets.

    I’ll have to do some testing with the android phone/chrome issue. Do you have any caching in place that might be doing something?

    Thread Starter nyokki

    (@nyokki)

    Sorry for the late reply, yeah there is some caching on my site. Do you think that could be causing the issue?

    Plugin Author Joe Dolson

    (@joedolson)

    I mean, it could. Although what I’d expect a problem from caching to look like would be loading the wrong data, rather than returning an error.

    Plugin Author Joe Dolson

    (@joedolson)

    FYI, at the moment, I can’t reproduce this on Chrome when visiting the provided URL. However, I can reproduce it if I go to the non-https version of your URL. In that case, it’s an expected error, because the AJAX query is seeing a mismatch between the rendered URL and the requested URL.

    You should probably ensure that your http URLs redirect to https, and that should prevent this issue.

    Thread Starter nyokki

    (@nyokki)

    I checked, and it seems like every phone that had this issue were on an http URL indeed, and that switching them to https removed the issue. I’m gonna make sure http pages redirect to https as you said. Thank you for your help!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘“0 error” on widget on mobile’ is closed to new replies.