Forum Replies Created
-
AuthorPosts
-
Nico
MemberHi there Mark,
Thanks for getting in touch with us! I can help you here π
1) On the single event page, how can we make the featured image not be centered and be left justified with the text.
I think you could already sort this out, right? β http://68.168.120.58/~onlake/event/waiting-for-the-parade/2016-11-12/ – If not send me a link were I can see this.
2) In our month view, when you hover over the event there is a black box that appears next to the title β not sure where/why this is happening.
This is caused by a shadow added to the element in a theme stylesheet. You can remove these shadows by adding the following CSS to your theme (or child theme) stylesheet or via Simple Custom CSS plugin:
.tribe-events-tooltip h4 {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
Please let me know about this,
Best,
NicoNovember 24, 2016 at 4:25 pm in reply to: How do I change the color of events based on category or venue type? #1197191Nico
MemberHi there Max,
Thanks for getting in touch with us, and sorry to hear about your growing frustration while customizing it π I’ll try to revert this not so good start with the plugin π
Regarding the WPML integration please review this knowledge base articles about it, and if you need more help feel free to open a new thread about this:
- WPML Support
- Setting up The Events Calendar with WPML
- Creating Translations for Events Using WPML
- More ‘Localization’ knowledgebase articles
Now about the color changes to the plugin, you can use the WordPress customizer with Events Calendar PRO. The options are limited but it let’s you change the basic colors of the calendar. If you need specific changes just let me know and I can help with the necessary CSS to make those. The support we provide on this front is a bit limited (we cannot style every customer website!) but it’s generally enough to get customers started.
Please let me know about it,
Best,
NicoNico
MemberThis reply is private.
Nico
MemberHi there Robins,
Thanks for getting in touch with us!
Is there a way we can fetch all the event and related details from eventbrite.com using Eventbrite ticket add-on?
Yes! This is what the plugin does π You can see it in action in the video on the products page β EventBrite Tickets.
Please let me know if you still have doubts about it,
Best,
NicoNico
MemberHi there Stephen,
Thanks for getting in touch with us!
In ‘WP-Admin > Events > Settings > Display’, you’ll see two date formats: Date with year, and Date without year. The later is used for events taking place in the current year. Next year events should display they year by default (Date with year: F j, Y).
Please let me know if this helps,
Best,
NicoNico
MemberThanks for following up April!
‘Use the local timezone for each event’ means that the Timezone setting used for each event is the one defined in each ‘edit event’ page. If all events are occurring in the same timezone, I recommend using the other option ‘Use the site wide timezone everywhere’, then the general timezone of the site will be used instead of the one defined in each event.
Please try to set this up correctly and let me know if there are still troubles with the feed,
Best,
NicoNico
MemberHey Jack,
Sorry the snippet is giving you trouble still! Can you please paste the last version I sent without the opening tag and let me know? I just want to verify is the code is printed in the page at least! Also once you do this please clean the cache from W3 total cache π
Thanks,
NicoNico
MemberYou are welcome Ollie π
Iβll go ahead and close out this thread, but if you need help with anything else please donβt hesitate to create a new one and we will be happy to assist you.
Best,
NicoNico
MemberHi there Dominik,
Thanks for getting in touch with us! I’ll help you on this π
Try using this code instead:
$events = tribe_get_events( array(
'eventDisplay' => 'list',
'posts_per_page' => 2,
'tax_query' => array(
array(
'taxonomy' => 'tribe_events_cat',
'field' => 'slug',
'terms' => 'highlight',
),
),
) );
For more info on tribe_get_events please review this knowledgebase article β Using tribe_get_events.
Please let me know if that helps,
Best,
NicoNovember 24, 2016 at 5:04 am in reply to: Non profit discount to organizations non yet federally certified #1196965Nico
MemberHey Marla,
Thanks for getting in touch with us!
I’d say just send the nonprofit application. Be sure to mention this situation and attach the documentation you have to demonstrate this. If you don’t get into the program you’ll get a discount anyway so there’s no harm in submitting the application π
Best,
NicoNico
MemberHey @accesswinnipeg,
Thanks for letting us know you could sort this out π
Iβll go ahead and close out this thread, but if you need help with anything else please donβt hesitate to create a new one and we will be happy to assist you.
Best,
NicoNovember 24, 2016 at 4:53 am in reply to: My site is running very slow + slow to edit events in dashboard #1196956Nico
MemberThis reply is private.
Nico
MemberYou are welcome Ollie! Glad to be of service π
One query: the past events page has the most recent past events at the bottom of the page instead of the top, is there a way to change the order so that they appear in a more more logical order?
Sure, take a look at this Knowledgebase article β Show past events in reverse chronological order
Please let me know if that helps,
Best,
NicoNovember 24, 2016 at 4:31 am in reply to: Create recurring events in advance for…. not saving #1196952Nico
MemberThis reply is private.
Nico
MemberThanks for following up Niels!
I’ll talk with a front-end dev from our team to see if including the step attribute seems right from our perspective. Most of the team is out for thanks giving so this will have to wait until next week probably.
Best,
Nico -
AuthorPosts
