Home › Forums › Calendar Products › Events Calendar PRO › Button in Pro version not showing.
- This topic has 6 replies, 2 voices, and was last updated 8 years, 7 months ago by
Cheryl Smith.
-
AuthorPosts
-
September 5, 2017 at 6:23 am #1344797
Cheryl Smith
ParticipantHi,
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
September 5, 2017 at 8:19 am #1344855Patricia
MemberHey 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
September 7, 2017 at 8:58 am #1346000Cheryl Smith
ParticipantHi 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
September 10, 2017 at 7:36 pm #1347346Patricia
MemberHi 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
September 12, 2017 at 1:54 pm #1348277Patricia
MemberHi 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
October 4, 2017 at 9:37 am #1359049Support Droid
KeymasterHey 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 -
AuthorPosts
- The topic ‘Button in Pro version not showing.’ is closed to new replies.
