Forum Replies Created
-
AuthorPosts
-
Courtney
MemberThanks Pau. Let us know if you need further help.
Thanks
Courtney 🙂Courtney
MemberHi Kelly
It would require the user to go to the single event page first and then on to the 3rd party ticket sales page.
Is there anything else I can help you with?
Thanks
Courtney 🙂January 16, 2018 at 4:54 pm in reply to: WordPress Update occures new Colours in the Calender #1428130Courtney
MemberLet’s try this Nina:
.tribe-grid-body .tribe-events-week-hourly-single { border: none !important; }Thanks
Courtney 🙂Courtney
MemberHi Jennifer
The errors could be caused by a number of things. It would be good to start by disabling all plugins and go to a default theme such as Twenty Seventeen https://wordpress.org/themes/twentyseventeen/. Check if the errors display at that time.
Then turn each plugin on one at a time to see if the errors appear. Finally revert back to your theme and check again.
Please let me know how it goes.
Thanks
Courtney 🙂Courtney
MemberI see John
In that case, I’d recommend you use shortcodes for both. You can filter each down to show just the categories you want. You are able to show multiple categories on each shortcode.
It isn’t ideal, but it will get you working. You can then omit the main events calendar link from menus and instead go to a page you’ve created with the shortcode it contains.
If you think that is something you would like as a feature I encourage you to visit our User Voice Page and either upvote an existing request or make a new request there.
You can suggest it it http://tribe.uservoice.com.
Is there anything else I can help you with?
Thanks
Courtney 🙂Courtney
MemberHi Syahmi
It’s hard to be sure without having your theme handy, but you could try to replace
if ( is_singular( 'post' ) ) { $class = 'full-width'; }With:
if ( function_exists( 'tribe_is_event_query' ) && tribe_is_event_query() ) { $class = 'full-width'; }Let us know how this goes.
Thanks
Courtney 🙂Courtney
MemberHey there Andrei
Are you wanting to automatically publish links from your site to Facebook? If so, I’d suggest looking for an RSS tool to do that. I’ve used https://blog.hootsuite.com/hoottip-how-to-set-up-your-rss-feed-in-hootsuite/ in the past to auto-publish links from sites to Facebook. Your event RSS feed would look like https://wpshindig.com/events/feed/ (our demo site).
We also have Event Aggregator which would import Facebook events as event posts on your site.
We do not have a way to auto-generate events on Facebook.
Does that clarify things?
Thanks
Courtney 🙂Courtney
MemberGreat news Lance! Happy to help. I hope you get your child theme working soon.
Thanks
Courtney 🙂January 16, 2018 at 12:45 pm in reply to: Month view using shortcode doesn’t display properly #1427959Courtney
MemberHi Storm
Your theme is setting a padding there in the .hentry class. Modifying this would negatively impact other things on your site while resolving the issue inside the calendar.
You could try to add the following code to your child theme, or in Appearance » Customize » Additional CSS
table .type-tribe_events { padding: 6px !important; }Let me know if this works for you.
Thanks
Courtney 🙂Courtney
MemberHi Christina
There is a register link at the bottom of the Community Add page. Just select that.
To get a pro-rated quote, please send an email to support [at] theeventscalendar [.] com.
Is there anything else I can help you with?
Thanks
Courtney 🙂Courtney
MemberHi Andrei
We don’t have a direct integration with Mailchimp. However, you might find some ways to integrate using either Zapier or Mailchimp itself.
https://theeventscalendar.com/automating-event-promotion-zapier/
or https://kb.mailchimp.com/campaigns/blog-posts-in-campaigns/share-your-blog-posts-with-mailchimp
https://wpshindig.com/events/feed/ is an example of RSS just from the calendar. Your site would be similar to that.
Is there anything else I can help you with?
Thanks
Courtney 🙂January 16, 2018 at 10:19 am in reply to: Moved Site to live site name license does not work #1427760Courtney
MemberHi Lisa
Can you walk through the steps on Moving Your License Key. I believe the issue is mostly that you need to disconnect your website from My Account » Licenses on our site. Then, depending upon how you changed your domain, you might need to delete the license from the new site and then add it back.
Let me know if that helps.
Thanks
Courtney 🙂Courtney
MemberHi Giuseppe
The Photo View uses jQuery Isotope to output the items in a Pinterest-type grid but not in a rigid row-column type grid.
If you’d like to see the sorting script improved, feel free to suggest it as an enhancement at our plugins’ UserVoice page.
This allows others who are interested in that feature to easily voice their support. We frequently review suggestions there to find out which ones are popular, then we implement as many of them as we can.
If you’re wanting Photo View’s sorting or grid/layout customized for your site, I’d guess any customization would need to be done via JavaScript, not CSS. If you need some coding help, you may want to ask your developer or reference our list of known customizers.
Thanks
Courtney 🙂January 16, 2018 at 9:45 am in reply to: Does the event aggregator auto import eventbrite events? #1427723Courtney
MemberWhile our Eventbrite Tickets plugin does not support the automatic import of Eventbrite events at this time, you can easily import events one at a time from your Eventbrite account after linking, and events that are created and published to your WordPress site can be automatically synced to Eventbrite using our plugin. We’re also exploring future options for interacting with Eventbrite through our Event Aggregator tool:
Feel free to vote on this feature request, as we tend to implement features based on popularity, so your feedback is greatly appreciated!
Please let me know if you have any other questions!
Thanks
Courtney 🙂January 15, 2018 at 7:44 am in reply to: Getting Filter Bar showing on standard page using shortcode #1426538Courtney
MemberHi Raymond
Unfortunately, Filter Bar only works on your default events page.
If you think that is something you would like as a feature I encourage you to visit our User Voice Page and either upvote an existing request or make a new request there.
You can suggest it it https://tribe.uservoice.com/forums/195723-feature-ideas/suggestions/6138297-filter-bar-as-a-widget.
Could you test either Calendar View Shortcodes or Widget Shortcodes in Events » Settings » Display » After HTML.
Let me know how this goes.
Is there anything else I can help you with?
Thanks
Courtney 🙂 -
AuthorPosts
