Jamie Johannsen

Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • in reply to: Buttons not working while editing an event #1184387
    Jamie Johannsen
    Participant

    Thanks Geoff. Should I flag this post as resolved then, or wait until the fix it out?

    in reply to: Buttons not working while editing an event #1183779
    Jamie Johannsen
    Participant

    Geoff,

    After some investigation in a different browser, it appears as thought The Events Calendar files are being called via HTTP instead of HTTPS. Because of this, the scripts are being blocked. If I explicitly allow unsecured files, then the tabs work as expected. Here is an example of one of the errors:

    SEC7111: HTTPS security is compromised by http://winnebagoforest.org/wp-content/plugins/the-events-calendar/src/resources/js/admin-ignored-events.min.js?ver=4.3.1.1
    File: post.php

    Please advise.

    in reply to: Buttons not working while editing an event #1183771
    Jamie Johannsen
    Participant

    Geoff,

    I’ve gone through that guide, but the issue never goes away. After clearing the cache, with theme reverted to 2014 (which has been updated to the most recent version) and turning off all plugins except The Events Calendar (I even shut off the The Events Calendar Pro for testing), and I still cannot click on the “Text” (or “Visual” depending on which is selected). Any further troubleshooting steps are appreciated.

    in reply to: Map View no longer working #1017113
    Jamie Johannsen
    Participant

    Thanks! Looks like my get_footer() isn’t being called. I added it in and it works, but throws off my CSS, which I’ll be able to troubleshoot. Thanks for the help George!

    Dan

    in reply to: Map View no longer working #1017059
    Jamie Johannsen
    Participant

    The plugins should be up to date: I’m running 3.12.3 and 3.12.4 for regular and pro respectively. If it looks like I’m not, trying clearing your browser cache as I had to do that when I ran the update myself.

    Sorry I didn’t pick up the customization part before; I’ve only modified the CSS (tribe-events-pro.css and tribe-events.css), the default-template.php (to change the name of some containing DIVs) and list.php (to remove the header/footer).

    in reply to: Map View no longer working #1016732
    Jamie Johannsen
    Participant

    Well what I’ve found is that for some reason the var tribeEventsSingleMap isn’t showing up on those pages. If I hardcode them in, then the map shows up correctly. What would cause this variable not being assigned?

    Thanks,
    Dan

    in reply to: Map View no longer working #1014121
    Jamie Johannsen
    Participant
    in reply to: Map View no longer working #1014118
    Jamie Johannsen
    Participant

    Thanks for the input George. The place where they aren’t working is when you click on a venue:

    http://winnebagoforest.org/venue/severson-dells-nature-center/

    Given that it is working in one spot, I’ll use that as a troubleshooting spot.

    I haven’t updated the plugins yet as things change quite a bit in the code and I haven’t had the time to dedicate to making the customizations that will be required after the update.

    Any obvious you see between the venue page and the map page?

    Thanks.

    Jamie Johannsen
    Participant

    Brook,

    I was finally able to get this to work. I ended up manually loading those two files after doing some cleanup. I’ve got another issue happening now, but I’ll see if I can resolve that on my own before opening another thread.

    Jamie Johannsen
    Participant

    Brook,

    I’ve loaded the stylesheet manually and that resolved my issues with formatting for the widget. But still no go on the ajax functionality within the widget, even after explicitly including widget-calendar.js.

    Jamie Johannsen
    Participant

    wp_head(); is the last call in my header file right before the closing tag for the <head>.

    As for the enqueue, I rely on WP to do that, except for a few pages. There were a few items I found that I liked that weren’t wordpress plugins, so on those specific pages (none of which are on the events related pages) I include those scripts/stylesheets for use via php in the header file.

    Is there something that should be triggering the include of the files you mentioned that I’ve somehow overridden without knowing?

    Jamie Johannsen
    Participant

    Thanks Brook. I’ve done some more cleanup, especially to the events area, and things seem to be in order for the most part(removed unnecessary javascript, stylesheets, etc.), but I’m still having the same issues. The template that this started off of was inherited, so I’ve had a lot of weird things that needed to be cleaned up in general; if there are glaring examples I’d appreciate your assistance.

    As for the main issue though, for the events page, that is the ONLY thing using javascript, and based on how I’ve got my code structured, it should only be bringing in the WP based jquery libraries and the events calendar libraries on those pages. Here is how I’ve got the sidebar coded for the events pages:

    register_sidebar( array(
    ‘name’ => ‘events_sidebar’,
    ‘id’ => ‘events_left’,
    ‘before_widget’ => ‘<div class=”col1contentitem”><div id=”%1$s” class=”widget %2$s”>’,
    ‘after_widget’ => ‘</div></div>’,
    ‘before_title’ => ”,
    ‘after_title’ => ”,
    ) );

    Is this correct based on your prior note?

    What javascript is being called by the widget that isn’t being found in the loaded scripts? It almost seems like I’m missing a script that should be included or something. Or one of the scripts that IS being loaded is causing a malfunction elsewhere.

    Jamie Johannsen
    Participant

    Brook,

    Thanks for the tips. I’ve cleaned up the issues you pointed out, but I’m still getting the same behavior: events/dates stagnant on the main calendar view; links on widget not working. Any additional help would be much appreciated.

    Jamie Johannsen
    Participant

    I tested on 2013 and it is working appropriately, so I’m wondering what in my theme is causing the issue. Any assistance would be appreciated.

Viewing 14 posts - 1 through 14 (of 14 total)