Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    sorry this works for me, do you have sample link to your site for us to see?

    Thread Starter Gabriel

    (@hiredad101)

    Plugin Support angelo_nwl

    (@angelo_nwl)

    I tried the link above and seems to be working fine?

    Thread Starter Gabriel

    (@hiredad101)

    Double check please. The small calendar links to the event not the Full Calendar. I downloaded the WP Full Calendar plugin and have the settings for the events/list archives set to the default EM events page.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    sorry for the confusion but can you explain more about ” The small calendar links to the event not the Full Calendar” ?

    Thread Starter Gabriel

    (@hiredad101)

    Currently when you click the small calendar event the link goes to the single event.

    I want the link to take me to the Full calendar page. (EM default “events page”)

    Before the update the links in the small calendar would take me to the Full Calendar. (EM “events page”).

    I’m not sure how you had things set up before, but the way it is now is standard behavior; links in the calendar link to the single event pages by default.

    Were you using any custom code or a custom template to do this?

    Thread Starter Gabriel

    (@hiredad101)

    Thank you I understand. I think what I did in the past was add something like this: //*make the cell link the url of the page I wanted

    <?php if( !empty($cell_data['events']) && count($cell_data['events']) > 0 ): ?>
                                            <a href="https://wp.scfpd.us/events/"  title="<?php echo esc_attr($cell_data['link_title']); ?>"><?php echo date('j',$cell_data['date']); ?></a>
                                            <?php else:?>
                                            <?php echo date('j',$cell_data['date']); ?>
                                            <?php endif; ?>

    I just changed the link to go to the page I wanted. I must have forgot that I did that manually after the update It was back to the default.

    Sorry for the time and effort guys. You rock!

    Thread Starter Gabriel

    (@hiredad101)

    I will mark as resolved.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Updated Plugin and now small calendar events will not link to Full calender’ is closed to new replies.