Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    It looks like you’ve moved onto another application – if you need help again, let me know.

    Thread Starter icakeov

    (@itucakov)

    Hi Joe
    I’d still like to be able to use this plugin if possible.
    I have the page back up if you would like to have a look.
    The problem of not seeing the events is still there.
    Thanks!

    Thread Starter icakeov

    (@itucakov)

    Plugin Author Joe Dolson

    (@joedolson)

    Is your intention to use My Calendar where the link opens a pop-up with event details, or where it points to a page showing the event details?

    If it’s the pop-up, the first thing I notice is that the scripts that would run that aren’t present. They’re either all disabled under My Calendar > Script Editor, or your theme doesn’t have a call to wp_footer() in the footer.php file.

    If it’s supposed to open to an event details page, then it looks like you haven’t set a URL for the My Calendar page or configured the settings to open in a new page, under My Calendar > Settings.

    Thread Starter icakeov

    (@itucakov)

    Thanks for your response Joe
    I have recently taken on working on this website myself so I’m checking the previous person’s code.
    My intention was just to (for now at least) have the events pop up.
    The index page calls the footer but not through the wp_footer() call, instead, it’s get_footer(); Would that make a difference?
    And I haven’t disabled anything in the Script Editor, I just installed the plugin and created the events. Are things supposed to pop-up be default or do I actually need to go enable them first?
    I will look into the page loading option now too.
    Again, I appreciate your response.

    Thread Starter icakeov

    (@itucakov)

    I also looked into the load the event in a page setting, which did work and is currently on but when the event opens, it doesn’t display any of the event details, just the type of the event tag.
    e.g. http://hushmagazine.ca/my-calendar/?attest=true&mc_id=2

    Plugin Author Joe Dolson

    (@joedolson)

    get_footer() is a different call. get_footer() pulls in the footer.php file. That file needs to run the function wp_footer(), which is a core part of the WordPress theming system, and is used by many plug-ins to attach their scripts.

    Thread Starter icakeov

    (@itucakov)

    I also tried inserting wp_footer() call into the index page and the pop-ups were still not working.

    Thread Starter icakeov

    (@itucakov)

    Much appreciated Joe! that worked.
    Why that call was taken out of there is beyond me!
    Ivan

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Unable to see events when I click on the event’ is closed to new replies.