Forum Replies Created
-
AuthorPosts
-
Brian
MemberGreat, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.
Thanks!
Brian
MemberHi,
A custom template is a file in your theme for the events calendar (yourthem/tribe-events/) and you would need to delete it to remove it most likely through your host cpanel or through an ftp program.
When you have a custom template in your theme that overrides the plugins version. Deleting it will result in the plugin version being used again.
Brian
MemberThanks for the suggestion!
Since this is marked resolved I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.
Thanks
Brian
MemberHi,
Thanks for using our plugins. That feature is not part of 3.12 and it is not going to be included in 4.0 unfortunately.
I do not have a timeline when it might be added right now.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for using our plugin. I can try to help out here.
I am not sure a if statement will work in the tooltip as it is all javascript there.
What about adding the comma to the state and so if there is none it would not show?
If not I would look to add the if statement where these variables are and send it to the tooltip that way and not try to change it there.
city = array();
$getcity = tribe_get_city();
$city['city'] = $getcity;
$state = array();
$getstate = tribe_get_state();
$state['state'] = $getstate;Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for using our plugins. I can try to help out here.
Did you already start some coding to do this and can you share it?
Let me know and we can go from here.
Thanks
Brian
MemberHi,
Thanks for using the Events Calendar.
Here on the pre-sales forum, I’m afraid we do not provide technical support. I would ask that you take any technical support questions across to our wordpress.org forum – our staff scan it periodically and other community members may also be able to help out.
Having said that I would look to delete the custom event templates in your theme to at least bring back the events information. Those files are located in /yourtheme/tribe-events/
Thanks again!
Brian
MemberHi,
Thanks for using our plugins. I can help out here.
We do not have shortcodes for the main views of Month, List, Map etc..
We only have shortcodes for the widgets in Pro.
The Event views are setup as archives in WordPress and are not pages.
To make customizations to them we have our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for the interest in our plugins.
I can answer your questions.
The plugin does create a Category View for each Event Category with the main views of month, list, map, etc…
For example if you have an event category of Lettuce the url is this:
yoursite.com/events/category/lettuce/
So that is one way to show only events from one category in the main views and you can link directly to any of those.
That is the only method available to do this as we do not have shortcodes.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for the information.
How should we proceed? Would you like login credentials to test?
I appreciate the offer!
However, our current policy is not to accept logins or to log in to customer servers/WordPress installations.
I test both links you provided and was able to see 163 events for both to import.
So it could be your server is timing out before it can read the file or the file is to big to parse.
If when you try to import you choose a start date in the future to reduce the total events does it enable you to import?
Let me know.
Thanks
November 17, 2015 at 8:52 am in reply to: Displaying calendar in sub pages, either with shortcodes or other method #1027065Brian
MemberHi,
Thanks for purchasing Pro.
We currently only have shortcodes for the widgets, which you can find out more here:
https://theeventscalendar.com/knowledgebasa/pro-widget-shortcodes/
We do not have shortcodes for the main views of Month, List, Map, 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.
Let me know if you have any follow up questions.
Thanks
Brian
MemberGreat, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.
Thanks!
Brian
MemberHi,
Thanks for using the Events Calendar I can help out here.
I think the easiest thing to do here is use some css to hide this.
I found this worked for me:
.tribe-events-single .tribe-events-back {
display:none;
}Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Let me know if that helps.
Thanks
Brian
MemberHi,
Thanks for using our plugins. I can help out here.
If the link is private there is no way for the iCal Importer to authenticate with Google to get it.
Does it have to be private and does it work if public?
Let me know and we can go from here.
Thanks
Brian
MemberHi,
Thanks for using our plugins.
That is a good request, but not a feature we support right now.
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.
Let me know if you have any follow up questions.
Thanks
-
AuthorPosts
