• Resolved cwhitekc

    (@cwhitekc)


    Hi,
    We have been using your GCE calendar plugin for some time here:
    http://landmark2skate.com/calendar/
    But the legacy version is having problems with accuracy (will show all the corresponding events from a calendar for one day, but only some for another day. I didn’t know if you would still be supporting that version, so I’m attempting to rebuild the setup here with the new version:
    http://randompixelmedia.com/calendar/

    The problems I have on the new version is:
    1. I have several calendars as table rows that are hidden and jQuery show/hide on select with the drop down. The first calendar shows fine, but on selecting the other calendars, even on desktop, they have collapsed to responsive mode after being hidden.
    2. the previous/next month buttons are not working – it acts like its going to do an ajax load and then goes to “page not found”.

    Any help

    https://wordpress.org/plugins/google-calendar-events/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Nick Young

    (@nickyoung87)

    Hello,

    Sorry you are having issues.

    1. Are you able to force the size of the hidden box so that you can make sure it doesn’t get stuck in responsive mode?

    2. That could be a theme or plugin conflict. You could try running through this to rule any of that out: http://docs.simplecalendar.io/troubleshooting-theme-plugin-widget-conflicts/

    Thread Starter cwhitekc

    (@cwhitekc)

    Hi,
    Thanks for getting back to me.

    1. not sure what you mean there. I guess I could use z-index and stack them so they only take up one space. I’ll try that.

    2. I found the issue on this one- cant put the calendar inside a form element. Then the next/previous acts like a submit.

    Plugin Contributor Nick Young

    (@nickyoung87)

    For the first issue basically what happens is the JS checks the size of the table cell from the calendar and if it is less than a certain width then it puts it into responsive view. So if you can modify the CSS of the calendar or the minimum width of the lightbox so the cells don’t go below that value (60), then theoretically it should work on the first time you open the calendar as well.

    Hope that makes sense, but let me know if you have further questions about it.

    Thread Starter cwhitekc

    (@cwhitekc)

    Thanks, Nick

    I got it figured out. display:none and jQuery hide() both cause the calendar to render at no size, so it never gets triggered to go back to full when reversed.
    What I did was stack them in z-order so they could all remain full size and still appear in the same place and use visibility:hidden/visible so they rendered and maintained size.

    Plugin Contributor Nick Young

    (@nickyoung87)

    Awesome glad you were able to get it working!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Help with either plugin, new or legacy’ is closed to new replies.