Forum Replies Created
-
AuthorPosts
-
October 26, 2015 at 10:59 am in reply to: How do I separate up the tickets and related events? #1018030
Brian
MemberHi,
Thanks for using our plugins. I can help out here.
We have this guide for moving the Ticket Form in WooCommerce Tickets.
https://theeventscalendar.com/knowledgebase/moving-the-ticket-form/
Does that do what you are looking for?
Thanks
Brian
MemberI am glad to see you were able to fix this issue.
Since the issue is resolved I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.
Thanks!
October 26, 2015 at 10:52 am in reply to: Removing a certain number of hours every day from the week view #1018019Brian
MemberGreat glad it helps and thanks again Alan!
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
MemberOk sounds good.
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 Again,
Glad you were able to work out the issues here too.
As for the quirk, the open and close setting is set in javascript and cached by the browser. So this maybe the cause of it.
Do you have a link you can provide and I will see if I can reproduce it.
Thanks
Brian
MemberHi,
Thanks for the interest in our plugins.
We do not have any features to connect to Vantage Theme data so you might be able to get it to work, but that is beyond the support we can provide.
Let me know if you have any follow up questions.
Thanks
Brian
MemberOh yeah. I missed that.
Thanks. I fixed it now.
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
MemberHello,
Thanks for using our plugins. I can help out here.
The main views of Month, List, Map, etc are archives in WordPress so they do not have an id to the get_the_id() will not work as you found out. That is not a glitch, but a result of the setup for the views.
I have this list of conditionals for you to determine what view you are on:
https://gist.github.com/jo-snips/2415009
Let me know if that helps.
Thanks
Brian
MemberHi Rich,
Thanks for using our plugins I can help out.
To remove the message add the following to your child theme’s functions.php:
// remove slug conflict admin notice
if (class_exists('Tribe__Events__Admin__Notice__Archive_Slug_Conflict')) {
remove_action( 'admin_init', array( Tribe__Events__Admin__Notice__Archive_Slug_Conflict::instance(), 'maybe_add_admin_notice' ) );
}Let me know if that works.
Thanks
Brian
MemberI am glad to see you were able to fix this issue.
It does help when customers find the issue and fix it 🙂
Since the issue is resolved I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.
Thanks!
Brian
MemberI am glad to see you were able to figure it out.
I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.
Thanks!
Brian
MemberHi Everyone,
Thanks for the interest in this feature.
We currently do not have a feature to do this with our plugins.
However, we do have a Uservoice thread that you can vote on to improve the chances of us add it.
Please follow that link Websource Provided to vote for it.
Thanks
October 26, 2015 at 6:07 am in reply to: Removing a certain number of hours every day from the week view #1017830Brian
MemberHi Angelo,
That coding Alan provided is the method to limit the hours.
Thanks Alan for providing it!
Here is a link to the coding as well:
https://gist.github.com/anonymous/615ed066f14e5b3f67e5#file-week-view-example-php
Add it to your child theme’s functions.php.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHI,
Thanks for using our plugins.
We do not have a list of plugins that we know of that have the features you are looking for.
You might be able to find a plugin that can pull the RSS feed of the Event List View and show new events that way to subscribers.
If you would like to request that feature please head to our UserVoice Page and add your own or upvote that feature as they will increase the chances of it being added to a future version.
http://tribe.uservoice.com/forums/195723-feature-ideas
Thanks
Brian
MemberHi,
I updated the coding again. I realized I did not have the correct variable in the 2nd line.
That should work better now.
-
AuthorPosts
