Error link next month (views list)

Home Forums Calendar Products Events Calendar PRO Error link next month (views list)

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1202732
    Nicolas
    Participant

    I have an error when I want to go to the next month or previous month.
    I have in the center in the name of the month. To the sides to move to the next month and the previous month to see the events published per month you are browsing.

    My code is as follows:

    <h2 class="tribe-events-page-title">
    		<span class="prev-month">
    			<a  href="<?php echo esc_url( tribe_get_previous_month_link() ); ?>" rel="prev"><?php printf( '<span>&laquo;</span> ' . esc_html__( '%s', 'the-events-calendar' ), $events_label_plural ); ?></a>
    		</span>
    		<?php echo tribe_get_current_month_text(); ?>
    		<span class="next-month">
    			<a  href="<?php echo esc_url( tribe_get_next_month_link() ); ?>" rel="next"><?php printf( esc_html__( '%s', 'the-events-calendar' ), $events_label_plural . ' <span>&raquo;</span>' ); ?></a>
    		</span>
    	</h2>

    The problem is that the link of the next month gives me an error page. Does not interact with AJAX plugin.

    I would like to know why with this same code on another page that I have created if this code works. And on the ‘events’ page, it does not work for me.

    #1203307
    Cliff
    Member

    This reply is private.

    #1203743
    Nicolas
    Participant

    Allow me your exit ip so that you can enter the site

    #1204217
    Cliff
    Member

    I will not be able to provide you with my IP address.

    #1205096
    Nicolas
    Participant

    I need your ip, so that you can enter the site and see the error that I am describing.

    #1205240
    Cliff
    Member

    I will not be able to provide you with my IP address.

    If this is the only way for me to visit your site, please disable that protection temporarily (it may take up to 24 hours for me to reply to your reply), change it to password protection and provide me the password in a Private reply, or follow the troubleshooting steps I provided to you in my initial reply.

    #1213185
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Error link next month (views list)’ is closed to new replies.