• Resolved hc4zrr324

    (@hc4zrr324)


    Going to any url like events/2019-01-26 just loads the events page. I’ve copied the calendar-day.php file to the theme in the path the plugin instructs but it’s not working. This is on a multisite for what it’s worth. I’ve tried resetting the permalinks too and no good.

Viewing 9 replies - 1 through 9 (of 9 total)
  • What is the exact path you copied the file to?
    Starting with wp-content/themes/

    If the file is not in the exact right folder, EM won’t be able to find it. ??

    found the documentation is not always up-to-date, unfortunately…

    Thread Starter hc4zrr324

    (@hc4zrr324)

    dbem_display_calendar_day_single is set to true also

    Thread Starter hc4zrr324

    (@hc4zrr324)

    mythemefolder/plugins/events-manager/templates/calendar-day.php

    Thanks ??

    The original file is in templates/templates/calendar-day.php. Try moving it there.

    mythemefolder/plugins/events-manager/templates//templates/calendar-day.php

    Thread Starter hc4zrr324

    (@hc4zrr324)

    ok tried that and no good also. the funny thing is that if this file’s deleted the template calendar-day.php inside the actual plugin doesn’t load either. maybe has something to do with it being a multisite install? or a setting that needs to be ticked?

    No, MultiSite is not the issue. I’m using MS myself and also with custom templates. ??

    It could be that the template file is still there, but that the core code does not use it (anymore). You could verify that by searching the code for:

    <?php em_locate_template('calendar-day.php',true); ?>

    Thread Starter hc4zrr324

    (@hc4zrr324)

    ok glad to know it’s not MS.

    Tried logging the return of that function (after adding it to functions.php) and it returned an empty string…

    Thread Starter hc4zrr324

    (@hc4zrr324)

    So what could be the issue here? And how does it get fixed?

    Plugin Support angelo_nwl

    (@angelo_nwl)

    do you have sample link to your site with this issue for us to see and analyze please?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘calendar day template not working’ is closed to new replies.