Brian
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] post /wp-admin/plugins.phpHi,
Sorry for the issues.
I am not sure why blocking that is causing problems.
I do not have a work around either for it, it might be to deeply embedded in our plugin and since this is not normal WordPress operation I am afraid we do not have anything for you.
Sorry
Ok thanks for the feedback.
Forum: Plugins
In reply to: [The Events Calendar] Calendar DateHi,
If you manually type in the dates following the format you can go back in the date picker. You can change the year first then pull up the datepicker to get the day and month.
Or are you having issues with them not displaying on the front end?
Let us know.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Images on an event page showing in preview but not liveHi,
Sorry for the issues here. I can try to help out.
I visited your site and see what you mean.
The images are there, but the src is using something besides the main image causing it to be blank.
A typical image looks like this:
<img src=”http://website.org/wp-content/uploads/2015/11/desert-300×188.jpg” alt=”desert” width=”300″ height=”188″ class=”alignnone size-medium wp-image-1150″ />
Yours looks like this though:
<img width=”199″ height=”300″ alt=”Join our beginners embroidery workshop to learn the basics and personalise a hankerchief” data-src=”http://yoursite.com/wp-content/uploads/2016/01/Beginners-Embroidery-6456-199×300.jpg” src=”data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7″ class=”alignleft size-medium wp-image-1689″>
Do you have any plugins that modify the embed of images?
Let us know.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Error on line 108Ha so it is…
Forum: Plugins
In reply to: [The Events Calendar] Edit page slugHi,
Sorry for the confusion that is just a warning if you have a page with the same slug as our event views.
If the event views work then you are all set.
Do they?
Hi,
My guess the issue here is related to your other thread:
https://wordpress.org/support/topic/updated-plugin-and-its-broken-it?replies=2
There appears to be a significant conflict on your site causing this.
Forum: Plugins
In reply to: [The Events Calendar] Changing order of legend/categoriesstywax does that help?
Forum: Plugins
In reply to: [The Events Calendar] events page not displaying correctlyHI,
Sorry for the issues you are having. I can try to help out.
It appears your theme’s archive settings and prevent the calendar from showing.
Is there an option in your theme to show full content in the archives?
Can you contact your theme developer and see if they have that option?
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Select events by category🙂
Forum: Plugins
In reply to: [The Events Calendar] Event SubpagesHi,
Thanks for using TEC.
Unfortunately, we are not able to provide any coding for customizations for our plugins.
We have our themer’s guide to make changes to the templates, but beyond that we cannot help:
https://theeventscalendar.com/knowledgebase/themers-guide/
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Notice: Undefined variable: possible_slug_nameHi,
Sorry for the issues I can try to help out here.
It looks like the translation file needs to be updated to prevent this.
Turning off WP-Debug in the wp-config.php will also hide the notice too.
Can you confirm this happens on every event page in the admin or every admin page?
Thanks
Forum: Plugins
In reply to: [The Events Calendar] i cant change page titleHi,
I did not see any picture so not sure what the issue is.
Is this a single Event or the Event Views title ?
For the most part title changes will mean editing a template following our themer’s guide:
Forum: Plugins
In reply to: [The Events Calendar] 'Tribe Event' page title will not change to match menuHI,
Sorry for the issues you are having.
I am not sure where you are referring too.
Is this a Event view such as month or list or a single event?
Let us know.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Featured image as header on /event/ pageHi,
Thanks for using our plugins.
You are correct our Event Views are setup as archives so do not show as pages.
The only way around that is to code something in PHP to display images using conditionals in php:
https://gist.github.com/jesseeproductions/903f5ca75877b713c674