Home › Forums › Calendar Products › Events Calendar PRO › Next Month Links not Working
- This topic has 17 replies, 4 voices, and was last updated 12 years, 1 month ago by
Neill.
-
AuthorPosts
-
February 4, 2014 at 9:11 am #100543
Patrick Scriven
ParticipantOn the month view, the links to advance to the next month and to go backward to the previous month do not work. Clicking on them simply causes the view of the current month to ‘refresh.’
When I applied the ‘fix’ suggested here (https://theeventscalendar.com/support/forums/topic/next-month-button-in-lower-right-corner-not-advancing-to-next-month/) the links did work but the events on the calendar were no longer selectable. My site is live so deactivating all of my other plugins and selecting a base theme is not a viable option. I can confirm the calendar was working well until the last update we performed.February 5, 2014 at 12:57 pm #101047Neill
MemberHi Patrick,
Sorry to hear about the issue you are having – we’ve dug a little deeper since the first gist we offered and came up with a little more info.
We’ve isolated some of these issue being to the fact that the theme does not support the body_class(); function (for more info: http://codex.wordpress.org/Function_Reference/body_class) . Try opening up your header.php file and see if this is in there:
<body <?php body_class(); ?>>
If not I’d add it and see how the calendar works at this point. Would you like to give it a go and let us know if it worked?
Neill
February 5, 2014 at 7:01 pm #101246jwhouse
ParticipantI have the same problem. Using the Builder framework from iThemes, with a customized child theme. I will try this suggestion and report back in.
Some additional info: The next month and previous month links do change the URL in the location box. So if you hit the next month link and then refresh, you do get the next month.
I hope this helps to diagnose the problem. 🙂
February 6, 2014 at 5:34 am #101312Neill
MemberHi Jwhouse. Thanks for jumping in here and giving us your input. If the above fix doesn’t work for you also then please go ahead and start your own thread so that we can give you the right attention also, as there may be different issues at play here.
Neill
February 7, 2014 at 8:51 am #101903Peppermint Soda
ParticipantI have the same problem using a child theme of the popular Avada theme. The line of code in my header.php file looks like this:
<body <?php body_class(array($avada_color_scheme,$body_class)); ?>>
It works fine if I turn off the PRO version- but I really need to and want to use the PRO version.
The site I have it on is hosted locally at present.February 7, 2014 at 11:18 am #101969Neill
MemberHi Patrick
Just want to touch base here and see if you are all set? Did the above solution work for you?@pepermintsoda, would you be able to start a new thread with details of your specific issue? If the solution above didn’t work then we’d be able to give you the right attention in your own thread. It also helps is make sure we don’t miss any details the could be key in your particular issue
February 7, 2014 at 12:04 pm #101984Patrick Scriven
ParticipantThis reply is private.
February 7, 2014 at 5:48 pm #102146Peppermint Soda
ParticipantOK. I’ll start a new thread about my issues with the next/previous. Thank you.
February 10, 2014 at 10:13 am #102722Neill
MemberPatrick – I understand – take your time and let us know if we can give you any more pointers.
Also thank you @pepermintsoda.
Neill
February 10, 2014 at 10:16 am #102726Peppermint Soda
ParticipantNeill, My new thread is here:
https://tri.be/support/forums/topic/nextprevious-not-working-conflicts/
I have not gotten any response yet. Can you look into this?
🙂February 10, 2014 at 8:20 pm #103070Patrick Scriven
ParticipantNeill, I got a chance to add the line suggested which resulted in this error.
Parse error: syntax error, unexpected ‘<‘ in /home/content/95/8201095/html/wp-content/themes/yoo_lava_wp2/header.php on line 11February 11, 2014 at 5:19 am #103134Peppermint Soda
ParticipantI fixed all the problems- seemingly plugin incompatabilities, the NEXT/PRevious buttons in the calendar mode… all by increasing the memory allocation to WordPress. I followed the instructions here: http://wpengine.com/support/debug-mode-warning/
February 11, 2014 at 10:13 am #103338Neill
MemberHi Patrick can you copy and paste what you have in that file via a snippi (http://snippi.com/)? That way we’ll see what else might be causing the issue. Snippi should be pretty easy to use if you are unfamiliar with it. Just copy and paste all the code from the header.php file – Give it a title – select PHP as the language and hit “Create Snippet” (screenshot: https://cloudup.com/c4I7hhU1aDX) – the resulting URL you will be able to share and we will be able to see exactly what you are using without any risk of formatting going awry
@pepperminsoda – it looks like you are in the safe hands of Brook on the other thread. Thanks for your info!
Neill
February 11, 2014 at 10:15 am #103341Neill
MemberPatrick –
I’m sorry scratch what I just said above – it looks like there was a formatting issue on my end – one too many Angle brackets in the pasted code above – Try this:
<body <?php body_class(); ?>
February 11, 2014 at 11:58 am #103420Patrick Scriven
ParticipantI’m still having the even with the modified code. This is the code in the header.php file sans the additional line.
-
AuthorPosts
- The topic ‘Next Month Links not Working’ is closed to new replies.
