Forum Replies Created
-
AuthorPosts
-
Jamie Johannsen
ParticipantThanks Geoff. Should I flag this post as resolved then, or wait until the fix it out?
Jamie Johannsen
ParticipantGeoff,
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.phpPlease advise.
Jamie Johannsen
ParticipantGeoff,
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.
Jamie Johannsen
ParticipantThanks! 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
Jamie Johannsen
ParticipantThe 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).
Jamie Johannsen
ParticipantWell 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,
DanJamie Johannsen
ParticipantSame thing on the individual event pages:
http://winnebagoforest.org/event/environmental-effects-on-photosynthesis/
Jamie Johannsen
ParticipantThanks 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.
February 21, 2014 at 11:48 am in reply to: Mini calendar widget causing wrong events to show on main calendar #108061Jamie Johannsen
ParticipantBrook,
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.
February 19, 2014 at 1:48 pm in reply to: Mini calendar widget causing wrong events to show on main calendar #106636Jamie Johannsen
ParticipantBrook,
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.
February 19, 2014 at 6:29 am in reply to: Mini calendar widget causing wrong events to show on main calendar #106433Jamie Johannsen
Participantwp_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?
February 18, 2014 at 11:29 am in reply to: Mini calendar widget causing wrong events to show on main calendar #106097Jamie Johannsen
ParticipantThanks 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.
February 18, 2014 at 6:56 am in reply to: Mini calendar widget causing wrong events to show on main calendar #105882Jamie Johannsen
ParticipantBrook,
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.
February 12, 2014 at 1:11 pm in reply to: Mini calendar widget causing wrong events to show on main calendar #103830Jamie Johannsen
ParticipantI 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.
-
AuthorPosts
