Calendar plugin for wordpress compatible with Themler themes

Porrey
57 Posts
Porrey posted this 09 June 2016

Hey, I need a calendar plugin for Wordpress which is compatible with Themler. Which one can you recommend?

I've tried "The Events Calendar" from Modern Tribe Inc. but it doesnt't work properly, does someone know a fix or another good calendar plugin which is similar like this?

Hey, I need a calendar plugin for Wordpress which is compatible with Themler. Which one can you recommend? I've tried "The Events Calendar" from Modern Tribe Inc. but it doesnt't work properly, does someone know a fix or another good calendar plugin which is similar like this?
Vote to pay developers attention to this features or issue.
6 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 14 June 2016

Hello Torsten,
in general we do not recommend any specific plugin.
As for Events Calendar plugin our developers have found a workaround for Event Calendar.
Please try to add the following piece of code to Themler Settings - CMS Code:

  function _tribe_events_after_the_grid() {
        echo '%%theme_more%%';
        add_filter('pre_option_theme_show_morelink', create_function('', 'return 0;'));
    }
    add_action('tribe_events_after_the_grid', '_tribe_events_after_the_grid');

This should help.
Let us know the results.

regards,
Aileen

Hello Torsten, in general we do not recommend any specific plugin. As for Events Calendar plugin our developers have found a workaround for Event Calendar. Please try to add the following piece of code to Themler Settings - CMS Code: function _tribe_events_after_the_grid() { echo '%%theme_more%%'; add_filter('pre_option_theme_show_morelink', create_function('', 'return 0;')); } add_action('tribe_events_after_the_grid', '_tribe_events_after_the_grid'); This should help. Let us know the results. regards, Aileen
Porrey
57 Posts
Porrey posted this 15 June 2016

Ah, Thanks, it helped me a lot.

Ah, Thanks, it helped me a lot.
simone.miotto
3 Posts
simone.miotto posted this 16 August 2016

Hello! Thanx a lot, this saved my day!
So i stuffed this fix as a plugin, may be easier to deploy and to switch on/off instead of merging the code in Themler. This is the first and very raw version but it works!
https://dl.dropboxusercontent.com/u/20846441/Tribe_events_themler_fix.zip

I made also a small plugin to order the events in the blog roll by date of publishing instead of by event's date
https://dl.dropboxusercontent.com/u/20846441/Tribe_events_by_creation_date.zip

Hope it will help! Enjoy!

Hello! Thanx a lot, this saved my day! So i stuffed this fix as a plugin, may be easier to deploy and to switch on/off instead of merging the code in Themler. This is the first and very raw version but it works! https://dl.dropboxusercontent.com/u/20846441/Tribe_events_themler_fix.zip I made also a small plugin to order the events in the blog roll by date of publishing instead of by event's date https://dl.dropboxusercontent.com/u/20846441/Tribe_events_by_creation_date.zip Hope it will help! Enjoy!
mbauer1
3 Posts
mbauer1 posted this 28 February 2017

Dear Simone, it seems as if I have the same problem with events calendar. Your plugin is no longer available. Could you provide the plugin again? Thanks alot.

Martin

Dear Simone, it seems as if I have the same problem with events calendar. Your plugin is no longer available. Could you provide the plugin again? Thanks alot. Martin
simone.miotto
3 Posts
simone.miotto posted this 28 February 2017

Sorry i forgot about them while working on dropbox and deleted...
Now i try to attach them directly into this thread

Sorry i forgot about them while working on dropbox and deleted... Now i try to attach them directly into this thread
alexarafatonline
80 Posts
alexarafatonline posted this 21 June 2025

I feel your pain! I struggled with calendar plugins too until I found one that just worked. While setting up my travel blog, I needed something reliable to showcase Norway’s 2025 holidays—like Labor Day (May 1st) and Ascension Day—so visitors could plan trips around festivals. I ended up using WP Events Manager—lightweight, Themler-friendly, and handles recurring dates perfectly. Bonus: It even imported my Norwegian weekly kalender CSV without a hitch! Maybe give it a try? (Pro tip: Check their demo to see if it fits your vibe before installing.)

I feel your pain! I struggled with calendar plugins too until I found one that just worked. While setting up my travel blog, I needed something reliable to showcase Norway’s 2025 holidays—like Labor Day (May 1st) and Ascension Day—so visitors could plan trips around festivals. I ended up using WP Events Manager—lightweight, Themler-friendly, and handles recurring dates perfectly. Bonus: It even imported my Norwegian weekly [kalender][1] CSV without a hitch! Maybe give it a try? (Pro tip: Check their demo to see if it fits your vibe before installing.) [1]: https://norskukekalender.com/
You must log in or register to leave comments