Viewing 12 replies - 1 through 12 (of 12 total)
  • @tessip: I’m afraid I have no idea which issue you are referring to. As you can appreciate we deal with many different questions and issues here and so I’d ask you to be a little more specific – thanks!

    Thread Starter tessip

    (@tessip)

    Firts I do love The Events Calendar plugin but only version 3.3.1 that I’m using. I tried 3.4.1 without success. With 3.4.1, I have the same problems as many others folks on this forum. Month view does not show events for previous or next month. When I click on Previous Events or Next Events, nothing happens, it seems frozen. I use WordPress 3.8.1; Mantra and Manhatan themes that work fine with all other plugins I use.

    Best regards !

    N.B. English is’nt my first language.

    Barry

    (@barryhughes-1)

    OK, that’s unfortunate – can you share a link to your site so we can see this for ourselves?

    Can you also confirm if this is only a problem with Mantra/Manhattan? In other words, is the problem resolved if you use a default theme such as Twenty Twelve?

    Thanks!

    Thread Starter tessip

    (@tessip)

    I did an update to 3.4.1 on this site (Manhattan theme). When I click on Previous Events or Next Events, nothing happens. Have a look at it:
    http://clubpm.qc.ca/?post_type=tribe_events&eventDisplay=month&eventDate=2014-03

    On my other web site (Mantra theme) I now use 3.4.1 without problem.
    http://pt.sciencepolitique.cegeptr.qc.ca/?post_type=tribe_events

    Now I’m confused and don’t understand what’s the matter on this first site.

    Thank you !

    I have exactly the same issue.

    I have installed the latest version of The events calendar (Roots theme) http://www.melanchthon.nl/schiebroek/agenda/

    But can’t navigate to the next month.

    I hope you can help me out.

    Cheers!

    Thread Starter tessip

    (@tessip)

    This time I had to switch to another calendar plugin for one of my site (Manhattan theme). May be I’ll use a next 3.4.X or 3.5 Events Calendar version later.

    Thanks !

    I had the same thing. So i tried a roll back to 3.3 and it works now for me.

    I FOUND THE FIX :

    I downloaded latest version today (3.4.1) and had the same issue with links not clickable.

    The problem is an unclosed “div” tag is disrupting the stacking order of the rest of the page. In my case the footer layer was actually overlapping everything else.

    Depending on the themes html structure it may not be noticed by everyone, but obviously to us on this post – it is!

    I tracked it down to plugins/the-events-calendar/lib/the-events-calendar.class.php line 312 … I added a closing “</div>” tag.

    // return filtered html
    	return apply_filters( 'tribe_events_view_before_html_data_wrapper', sprintf( '<div id="tribe-events" class="tribe-no-js" %s>%s</div>', implode(' ', $attribute_html ), $html ), $data_attributes, $html );

    I hope the guys see this soon and fix it in upcoming release
    Hope it helps anyone else in the meantime.

    SPOKE TOO SOON!!!

    UPDATED:

    The Events Calendar plugin assumes a basic template approach : get_header -> content –> get_footer

    In my case the theme’s header opened a tag that the calendars template did not close.

    Try using the default template from your theme instead of the Default Events Template : Events -> Settings -> Display -> Events Template.

    Apologies for my first post for indicating blame to Tribe, this is blame to Theme author!

    Barry

    (@barryhughes-1)

    No problem – just a note that, as a general rule (that applies everywhere on the wordpress.org forums), it’s best to create new threads of your own for this kind of reason:

    Unless you are using the same version of WordPress on the same physical server hosted by the same hosts with the same plugins, theme & configurations as the original poster, do not post in someone else’s thread. Start your own topic.

    uh … I agree – However, I did have the same problem and version as the others on this thread.

    “When I click on Previous Events or Next Events, nothing happens, it seems frozen”
    ” … can’t navigate to the next month.”

    I presented what was a resolution for me to these issues. … There were conflicts in overlapping layers within the Events and Theme templates.

    I apologize if that was not clear.

    Its likely no one would post anything if we had to be “on the same server” …lol !

    After all that – your point is well noted. Thank you

    Barry

    (@barryhughes-1)

    Well, that’s the point – almost everyone’s environment and stack of themes/plugins is different 😉

    For one user it might boil down to a theme conflict, for another it could be an environmental issue – so same symptoms on the surface, but a different root cause beneath it – but thanks for clarifying.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘The Events Calendar 3.4.1 issues !’ is closed to new replies.