Button in Pro version not showing.

Home Forums Calendar Products Events Calendar PRO Button in Pro version not showing.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1344797
    Cheryl Smith
    Participant

    Hi,

    I have purchased the pro plugin for the flexibility in customising it. I have done most of it by adding some basic CSS but I need to add the website url as a button but I cannot get it to display. Could you help or point me in the direction of some guideline (in layman terms please).

    Thank you

    #1344855
    Patricia
    Member

    Hey Cheryl,

    Thank you for reaching out to us!

    To achieve what you want and replace the Website link with a Button you can use a template override.

    Please copy the following file from the-events-calendar:

    wp-content/plugins/the-events-calendar/src/views/modules/meta/details.php

    Paste it into:

    [your-theme]/tribe-events/modules/meta/details.php

    And change lines 148 and 149 to use a button instead of a link:


    // Event Website
    if ( ! empty( $website ) ) : ?>

    <dt> <?php esc_html_e( 'Website:', 'the-events-calendar' ) ?> </dt>
    <dd class="tribe-events-event-url"> <?php echo $website; ?> </dd>
    <?php endif ?>

    I hope this helps!

    Let me know if you need anything else and I’ll be happy to assist!

    Best regards,

    Patricia

    #1346000
    Cheryl Smith
    Participant

    Hi Patricia,

    Thanks for the information.

    Is there a call for the list widget to pull the website information? I’m not sure if that’s the problem here as nothing is showing other than the basic info. I have tried event url and event website but nothing shows. I can provide a screenshot if needed.

    Many thanks

    #1347346
    Patricia
    Member

    Hi Cheryl,

    By default the event’s website is not included in the list widget. Enabling this option would require custom code and changes to the plugin core files.

    Customization is out of the scope of our support, but I’ll take a look in the widget files tomorrow to point you to the right direction.

    Let me know if you need anything else in the mean time!

    Regards,

    Patricia

    #1348277
    Patricia
    Member

    Hi Cheryl!

    This is just a quick follow up to let you know that we are still reviewing your last request. I’ll return to you as soon as I have further information on this!

    Regarding your first request, I’ve just found this article in our knowledgebase that might help you to make the event website URL a linked button.

    I hope this helps! Let me know if you need anything else in the mean time.

    Regards,

    Patricia

    #1359049
    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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Button in Pro version not showing.’ is closed to new replies.