Brian

Forum Replies Created

Viewing 15 posts - 2,026 through 2,040 (of 11,256 total)
  • Author
    Posts
  • in reply to: different registration forms #1052665
    Brian
    Member

    Hi,

    Thanks for the interest in our ticketing plugins.

    We currently do not have a registration feature as you describe. It could be possible to add custom fields through the eCommerce system at checkout, but that and adding any to our plugins is beyond the support we can provide.

    I do know we are working on a feature to add custom fields to our ticketing plugins, but I do not have a timeline for its release.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Pre-Built Single Event Page Templates or Code? #1052663
    Brian
    Member

    Hi,

    Thanks for using our plugins.

    Unfortunately, the answer is no to all your questions.

    It is possible that you could modify the template following our themer’s guide, but it would take knowledge in php, css, and html to do it:

    https://theeventscalendar.com/knowledgebase/themers-guide/

    I am able to answer some questions to help you get started on a customization, but for the most part that is beyond the support we can provide.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Max number of events #1052652
    Brian
    Member

    Hi,

    Thanks for the interest in our plugins.

    There is no limit we place on the events and some sites we know of have over 10K or more events.

    Once you start getting to higher amounts it is going to be important to have a better server and caching on your site to handle it.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: "Photo View" only for Desktop Computers #1052644
    Brian
    Member

    Hi,

    Sorry for the issues. There seems to be a glitch with iOS Safari causing this and maybe other mobile browsers.

    Try adding this css as a workaround:

    .tribe-events-list.tribe-events-photo #tribe-events-photo-events {
    opacity: 1;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    in reply to: photo view doesn't show anything on mobile devices #1052640
    Brian
    Member

    Hi,

    Sorry for the issues. There seems to be a glitch with iOS Safari causing this and maybe other mobile browsers.

    Try adding this css as a workaround:

    .tribe-events-list.tribe-events-photo #tribe-events-photo-events {
    opacity: 1;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    in reply to: Map view tooltip #1052639
    Brian
    Member

    This is a duplicate of this thread so it is being closed:

    Map view tooltip

    in reply to: Past Events #1052636
    Brian
    Member

    Hi Again,

    All the Previous Event Pages have a page you can link to.

    The previous months all have direct links such as this for December:

    http://yoursite.org/events/2015-12/

    At the bottom of the event views it will have a previous events link as well if there are previous events.

    I also explained the month view more in your other ticket:

    List View – Months

    Cheers

    in reply to: List View – Months #1052635
    Brian
    Member

    Hi,

    Thanks for using our plugins.

    That is an interesting feature request.

    It is not currently part of our plugin so I am limited in providing support for it.

    We have a themer’s guide to to making edits to our templates.

    https://theeventscalendar.com/knowledgebase/themers-guide/

    It might be possible to add it to the template, but would take php, html, and css coding to get it done.

    The month view does have Next and Previous Month Links at the bottom.

    If you use this css it will show the links above the month view too:

    #tribe-events-content #tribe-events-header .tribe-events-sub-nav li, #tribe-events-content #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a {
    display: block;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Also, by default those links do not show if an previous or next month has no events.

    If you would always like to show the links add the following to your theme’s functions.php:

    https://gist.github.com/jesseeproductions/411bf09ab2026977a2f1

    Let me know if you have any follow up questions.

    Thanks

    in reply to: How to edit the submit an event form #1052618
    Brian
    Member

    Hi,

    Please look at the snippet in the article I referenced.

    It is a piece of that snippet.

    Cheers

    in reply to: Wrong price $63,500 ticket showing as $63.00! #1052612
    Brian
    Member

    Ok glad it is working.

    We have a ticket to address both issues here.

    I am going to close this ticket to new replies, but the issue is still open and we will update this ticket once we release a fix.

    If you have any new questions or issues please create a new ticket and reference this one.

    Thanks

    in reply to: Importing Facebook Events Automatically #1052609
    Brian
    Member

    HI,

    The plugin does not auto sync so you can make changes in WordPress and they would remain.

    There is a manual sync that would overwrite changes if used.

    Cheers

    in reply to: Location search only returning 1 result per page #1052230
    Brian
    Member

    Great, glad it is working, 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!

    in reply to: Wrong price $63,500 ticket showing as $63.00! #1052117
    Brian
    Member

    Hi,

    Sorry for the issues.

    Please enter the price without commas:

    63000

    I find if I add the comma it shows as 63.00

    but without it, it shows correctly.

    That looks to be a bug, but this is a work around for now.

    Does that work?

    in reply to: Facebook import not working #1051990
    Brian
    Member

    Closing as this is a duplicate of:

    Facebook import not working

    in reply to: How to edit the submit an event form #1051983
    Brian
    Member

    Hi Mat,

    Sorry for the delay in getting to you on this.

    The files that controls this is an admin file here:

    plugins/event-tickets/src/admin-views/meta-box.php

    plugins/event-tickets-plus/src/admin-views/woocommerce-metabox-advanced.php

    plugins/event-tickets-plus/src/admin-views/price-fields.php

    So they cannot be directly edited or moved to the theme.

    We have this guide instead that might help change a word:

    Custom Wording in the Calendar

    The text domain is:

    event-tickets-plus

    and this might work for the custom text in the snippet on that guide:

    $custom_text = array(
    'Price:' => 'Price: (USD)',
    );

    Cheers

Viewing 15 posts - 2,026 through 2,040 (of 11,256 total)