Add an RSS icon on the Monthly Calendar view

Home Forums Calendar Products Events Calendar PRO Add an RSS icon on the Monthly Calendar view

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #85537
    bodin
    Participant

    Hi all!

    I am missing that it is not possible to add an RSS icon on the Monthly Calendar view. Now I am not a PHP programmer, but would very much appreciate the help/guide on how to accomplish this.

    It would be great to have the RSS icon visible between the search bar and the Monthly Calendar and aligned to the right.

    Anyone who can guide me or help me out?

    Thanks in advance!

    Sincerely,
    Andreas

    #85659
    Barry
    Member

    Hi Andreas, check out our Themer’s Guide for an overview of customizing our templates. In this case you might modify month/content.php and drop a link to the relevant URL in there, wrapping your chosen icon image up when you do so. Something like:

    <?php $feed_link = esc_url( TribeEvents::instance()->getLink() . 'feed' ); ?>
    <a href="<?php esc_attr_e( $feed_link ) ?>"> RSS Feed </a>

    Of course you would need to change the RSS Feed text to an image tag with your chosen icon as the source URL.

    #86106
    Barry
    Member

    How are you getting on here Andreas?

    #86322
    bodin
    Participant

    Hi Barry!
    Sorry for late reply!
    I am currently having some issues with copying my database and files in the production environment to my local computer for testing. But I have a feeling that you have given me the solution.
    You can CLOSE/RESOLVE this if you want to. But I hope to be able to get it all sorted out pretty soon.

    Thank you for your assistance Barry!

    #88068
    Barry
    Member

    Happy to help!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Add an RSS icon on the Monthly Calendar view’ is closed to new replies.