• Resolved simenm

    (@simenm)


    Hi!

    I was awaiting the rewrite of this plugin, as I had trouble getting the Next-link to work. Meanwhile I configured it as a grid without Ajax so that users wouldn’t press it and be disappointed that it didn’t work.

    Now I have updated to the newest version, only to see that the popup upon hovering calendar events also stopped working, so now I only got a calendar just showing bold numbers on days with events, and With a non-working Next-link.

    I can see from earlier posts that this can be due to interference with other JavaScripts, but in that case I am blank on how to check and make it right. The only other plugin I know that run on this specific page is Bootstrap Carousel, which also seemed to stop auto-sliding upon install of GCE.

    Can anyone please help me? I run wordpress 3.7.4, and my site is to be found on https://www.cafeaulek.no.

    https://www.ads-software.com/plugins/google-calendar-events/

Viewing 14 replies - 1 through 14 (of 14 total)
  • Same problem here https://hbtrc.co.nz/calendar but not here https://hbtrc.co.nz/training

    Different themes and different plug-ins. Don’t really have the time to sort through at the moment so any pointers in the meantime would be really helpful.

    Worked before latest upgrade

    Plugin Contributor Nick Young

    (@nickyoung87)

    @simenm,

    I took a look at your page and I saw there are some JavaScript errors coming from another plugin or somewhere. You should try to get those worked out and see if that will fix the issue you are having. Let me know how it goes.

    @philipshambrook,

    I was able to see your working version but the second link leads me to a 404. Do you have another example I could check out?

    I had disabled all my plugin and still could not get these features to work. One by one I pulled every script from my theme from respond.js to bootstrap.js and it still did not work.

    The last item I pulled was

    wp_deregister_script('jquery');
    wp_register_script('jquery', 'https://code.jquery.com/jquery.min.js', false, 'latest', false);
    wp_enqueue_script('jquery');

    Once I used the default jquery wordpress load vs using my jquery latest build load I got the tooltip and the Grid/Month navigation to work.

    If anyone can explain what the difference is between these 2 method that allowed this plugin to work as expected please share.

    Had to share my solution. Hope this helps!

    Plugin Contributor Phil Derksen

    (@pderksen)

    I just wanted to share the solution I found with the people in this thread. Sorry about the duplicate posting.

    @nick Young

    Sorry about that stuffed up with the links. The site with the new version is https://hbtrailrun.co.nz/training. I’ve reverted the other site back to the earlier version – https://hbtrc.co.nz/calendar so sorry, now unable to show you the problem there. If I get a few minutes I’ll create a parallel page with the new version for you. Might be able to do that later today.

    Plugin Contributor Nick Young

    (@nickyoung87)

    @philipshambrook

    Awesome that would be really helpful to me so I can see what is going on and get a fix. Let me know if you do this.

    Thanks

    Hi Nick, just applied the latest update and it’s not working. I’ve not had time to set up another page so I’ll leave this one up for a couple of days.

    https://hbtrc.co.nz/calendar/

    Plugin Contributor Nick Young

    (@nickyoung87)

    Ok thank you looking into the issue.

    Plugin Contributor Nick Young

    (@nickyoung87)

    Please update to version 2.0.4. This should fix the issues with the JS.

    Thanks!

    Plugin Contributor Nick Young

    (@nickyoung87)

    Alright took a look at your site. It looks like the JS from the plugin is not getting loaded at all. Some things to try:

    1. Revert to a default theme to see if it works.

    2. Make sure your theme has wp_head() and wp_footer() hooks.

    Hi Nick

    Thanks for your patience. I’ve just been through the plugins one-by-one and found the very last one is the one that appears to be causing the problem. It’s WP Sponsor Flip Wall.
    I don’t have the skills to do the necessary to get it working. It’s no longer being supported anyway. So I’ve dumped it and put another one it its place.

    And all is roses now ??

    Sorry to have been a bit of a PITA ??

    Plugin Contributor Nick Young

    (@nickyoung87)

    No no no, no PITA at all! Thank you for letting me know you got it resolved.

    Glad everything is working for you now ??

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Hover on events not working, next and previous still not working’ is closed to new replies.