• This is by far the best wordpress calendar I have tried. I had a few problems getting it to work with a personal theme but once I got it sorted it worked a treat. Keep up the good work ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter tony_polony

    (@tony_polony)

    I have downloaded the blank slate template from wordpress and it seems to resolve the issue. I will just need to rebuild my template from that.
    Apologies for low rating

    Hi there tony_polony! Rob from Modern Tribe here…I head up our QA/Support team, and saw your review come through here. I wanted to reach out to both apologize for your poor experience (I know the frustration that comes with struggling to get a bug worked out) and to thank you for taking the time to write this. While it always sucks to get a negative review, it’s this type of feedback that helps us improve the codebase in such a way that others won’t share your disappointment down the road.

    It does sound like – based on your follow-up message here – the issue you were facing with list view was a theme conflict. Did you find the Blank Slate template working any better on your end? If so, any chance we’d be able to earn a higher rating in your eyes?

    Otherwise if there are still outstanding concerns related to the plugin’s functionality that are keeping you from giving it higher than 2 stars, please let me know what those are so I provide some feedback on those. We built this plugin to serve the needs of folks like you…and if it’s failing to do that, then we’ve failed. I welcome your perspectives here.

    If you’ve since moved onto another plugin, that’s totally understandable too. Either way thank you for this feedback and for helping us get better.

    Thread Starter tony_polony

    (@tony_polony)

    Hi and thank you for your reply. I would like to say that it is a 5 star plugin when fully working. I searched the internet and found others had the same issue as me but could not find anything to resolve the problem.

    after a bit of investigation, i did find out what the problem was and it was in the function.php file. I seems the code I had did not call the jquery script correctly. I added this code and now works fine

    // smart jquery inclusion
    if (!is_admin()) {
    wp_deregister_script(‘jquery’);
    wp_register_script(‘jquery’, (“https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js”), false);
    wp_enqueue_script(‘jquery’);
    }

    Again, very sorry for the original low rating, this is an excellent plugin but got very frustrated.

    Thanks ??

    Thread Starter tony_polony

    (@tony_polony)

    just a note about the above comment. The template I had did have some code calling the jquery but it must be old or not compatible with The Events Calendar. I just replaced it with the above code.

    Hey there Tony! Thanks for the follow-up here – how wonderful to hear that you did figure out how to get this sorted. The fact that you were able to find a workaround after some research is awesome.

    It looks like you’re all sorted now, based on ironing out that compatibility issue. The whole team is stoked to see your review turn to 5 stars! If you need anything else down the road or encounter problems that we can help address, please don’t hesitate to reach out.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Great Plugin’ is closed to new replies.