• Resolved Chokster

    (@chokster)


    Hey,

    I am looking to change the buttons on the top right of the calendar, the year left/right and month left and right. But I can’t seem to find how to change them. I know the code below controls it:

    <div class="ai1ec-pagination btn-group pull-right">
      	<?php foreach( $pagination_links as $link ): ?>
      		<a id="<?php echo $link['id']; ?>"
      			class="ai1ec-load-view btn"
      			href="<?php echo esc_attr( $link['href'] ); ?>&ai1ec_post_ids=<?php echo $post_ids; ?>">
      			<?php echo esc_html( $link['text'] ); ?>
      		</a>
      	<?php endforeach; ?>
      </div>

    But I do not understand how this code works. Can anyone help explain this to me so I can edit these buttons.

    Thanks!

    https://www.ads-software.com/extend/plugins/all-in-one-event-calendar/

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: All-in-One Event Calendar] Change Calendar Menu’ is closed to new replies.