Brian

Forum Replies Created

Viewing 15 posts - 3,286 through 3,300 (of 11,256 total)
  • Author
    Posts
  • in reply to: How do I separate up the tickets and related events? #1018030
    Brian
    Member

    Hi,

    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

    in reply to: Can no longer submit events #1018026
    Brian
    Member

    I 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!

    Brian
    Member

    Great 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

    in reply to: Show/Collapse Not Hiding Filters Correctly #1018018
    Brian
    Member

    Ok 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

    in reply to: Show/Collapse Not Hiding Filters Correctly #1017895
    Brian
    Member

    Hi 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

    in reply to: Import to Vantage #1017883
    Brian
    Member

    Hi,

    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

    in reply to: Get event's date & time in SQL time format #1017881
    Brian
    Member

    Oh 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

    in reply to: Determing If Page is a Calendar Page #1017855
    Brian
    Member

    Hello,

    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

    in reply to: Slug notification #1017847
    Brian
    Member

    Hi 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

    in reply to: Month-View Tooltip Not Working #1017846
    Brian
    Member

    I 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!

    in reply to: Calendar not showing after update #1017845
    Brian
    Member

    I 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!

    in reply to: Email Attendees Prior to Event? #1017831
    Brian
    Member

    Hi 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

    Brian
    Member

    Hi 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

    in reply to: Allow users to subscribe to calendar #1017828
    Brian
    Member

    HI,

    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

    in reply to: Get event's date & time in SQL time format #1017826
    Brian
    Member

    Hi,

    I updated the coding again. I realized I did not have the correct variable in the 2nd line.

    That should work better now.

Viewing 15 posts - 3,286 through 3,300 (of 11,256 total)