Brian
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Date picker for creating event, dates overlappingHi,
It should be easy for someone that knows css and can see the issue in their inspector tools to create some custom css to fix it.
They would need either both the plugin and the theme or access to admin to do it.
Unfortunately, that is beyond the support we can provide.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] ShortcodesHI,
Thanks for trying our TEC.
Currently we only have shortcodes for the 5 Pro widgets and not for the main event views of month, list, etc…
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.
Forum: Plugins
In reply to: [The Events Calendar] Changing order of legend/categoriesstywax, what do you think?
Forum: Plugins
In reply to: [The Events Calendar] Images on an event page showing in preview but not liveHi,
I did not see a plugin that could be causing it, but I have not run into this before so not really sure either.
This should work instead:
<img width=”199″ height=”300″ alt=”Join our beginners embroidery workshop to learn the basics and personalise a hankerchief” src=”http://yoursite.com/wp-content/uploads/2016/01/Beginners-Embroidery-6456-199×300.jpg” class=”alignleft size-medium wp-image-1689″>
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Next Month ButtonHi,
To always show the Previous and Next Month Links try this snippet in your theme’s functions.php:
https://gist.github.com/jesseeproductions/411bf09ab2026977a2f1
Cheers
Forum: Plugins
In reply to: [The Events Calendar] text before month view only?Hi,
Thanks for using TEC.
You could add the text directly to the month template following our themer’s guide to move it to your theme to edit there:
https://theeventscalendar.com/knowledgebase/themers-guide/
Does that work?
Forum: Plugins
In reply to: [The Events Calendar] How to work on the code?Hi,
It is possible, but usually would like more people to request a feature before adding it. Especially on the front end.
You can try with Events Tickets:
https://github.com/moderntribe/event-tickets
Cheers
Forum: Plugins
In reply to: [The Events Calendar] Does this work on wpengine?Hi,
Sorry for the issues you are having.
Modern Tribe uses it ourselves for clients on WP-Engine and not had that problem with it.
So it might be conflicting with something else.
Let us know what you find out.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Date in Lists are wrong / missingGreat glad it helps!
Forum: Plugins
In reply to: [Advanced Post Manager] wysiwygHi,
Thanks for bringing that up I am creating a bug ticket for us to address.
Thanks
Forum: Plugins
In reply to: [Event Tickets and Registration] Tribe Events page title not changingHi,
We responded here:
https://wordpress.org/support/topic/tribe-event-page-title-will-not-change-to-match-menu?replies=2
If this is a Event Tickets RSVP issue please post here. If it is the Event Calendar issue please post back there.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] bad pricing alignment in the events listHi,
Sorry for the issues.
I am not sure exactly what you mean. Do you have a before hand after screenshot?
Also, you could downgrade to an older version.
You can download an older version of the core plugin here: https://wordpress.org/plugins/the-events-calendar/developers/
And follow these steps for a manual downgrade:
Forum: Plugins
In reply to: [The Events Calendar] Header ImageOk no worries, I will mark resolved.
Forum: Plugins
In reply to: [The Events Calendar] How to work on the code?Hi,
Thanks for using our plugins.
You can do a class check like this and it will be true if Event Tickets is Active:
if ( class_exists( 'Tribe__Tickets__Main' ) { }Does that work?
Forum: Plugins
In reply to: [The Events Calendar] Single event not showing up on calendarOk great, no worries then.