• Resolved tarikmoore

    (@tarikmoore)


    Has anyone else had this issue? Please see site and plugin info below:
    Site: https://leadershipsquareinc.org/
    Plugin: WP Events Calendar Version 6.7.13
    Issue: Short code doesn’t load calendar on page. It just displays the short code [events-calendar-large].

    Any suggestions? And yes, I’ve activated the plugin.

    Tarik

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author snumb130

    (@snumb130)

    I’m not really sure about this. Anyone else had this problem?

    I’m having this problem, and based on a quick look at your link Tarik you’ve fixed the problem. What was it?

    Just to add info, I can get the shortcode to work when I use it within a Page, but when I try to insert it into the code in a template it won’t work.

    I’m also able to use the code for the sidebar widget in the main part of the page, which ALMOST works for me, but the problem is the widget calendar is too small and doesn’t display events unless you mouseover the date of an existing event – I want them to be visible all the time, ala large calendar.

    I’ve even tried inserting code similar to the call for the widget, but using the large calendar instead: <?php filterEventsCalendarLarge();?> but this resulted in nothing.

    Here is my site info: https://www.rmss.ca
    Plugin: WP Events Calendar Version 6.7.13

    Plugin Author snumb130

    (@snumb130)

    I am not in front of a computer right now, but try this and let me know.

    <?php echo filterEventsCalendarLarge();?>

    Bingo! Worked like a charm, thanks!

    Plugin Author snumb130

    (@snumb130)

    Awesome! Glad to hear it.

    Not working for me! I just tried that code you suggested in my custom template file and I get: Fatal error: Call to undefined function filterEventsCalendarLarge() in /homepages/16/d374401311/htdocs/wp-content/themes/Preeminent-Theme/shows.php on line 9

    I also tried: <?php echo do_shortcode( '[]' ); ?> as well. With your suggested shortcode that I saw somewhere. No luck.

    Any suggestions?

    Plugin Author snumb130

    (@snumb130)

    I have none. It looks as though the plugin is not getting loaded in time, but I am unsure as to why this would be.

    Anyone else have any ideas?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Short code displays on page instead of calendar’ is closed to new replies.