Brian

Forum Replies Created

Viewing 15 posts - 3,871 through 3,885 (of 11,256 total)
  • Author
    Posts
  • in reply to: Calendar Pro #1007013
    Brian
    Member

    Hi,

    Sorry for the issues you are having.

    You have to update Pro to the latest version of 3.12.

    You can download the latest version from your account here on theeventscalendar.com

    And follow these steps for manually updating it:

    Manual Updates

    I would also recommend setting up your license and reading through these articles to get Automatic Updates working:

    Finding and Inputting Your License Key

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Login Page Template for Community Events #1007011
    Brian
    Member

    Hi Joe,

    Thanks for using our plugins. I can help out here.

    The Login Form for Community Events uses the Standard WordPress form: wp_login_form

    https://codex.wordpress.org/Function_Reference/wp_login_form

    It does not have a template as a function checks if it should show or not and then calls wp_login_form if it should show.

    If you want a custom login form the best thing to do is add a check at the top of the community template. Then you could add the form the way you would like and only let people pass to our coding once logged in and this would bypass our form.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: WOOCOMMERCE button on the event pages #1007008
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can help out here.

    Can you show all the settings for an individual ticket you created. Include the Start and End Sale Dates.

    Let me know and we can go from here.

    Thanks

    in reply to: Make organizer email required #1007006
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can help out here.

    It looks like the Multi Organizer Feature prevents the traditional Required Fields from working.

    I got this snippet to work for me:

    add_filter( 'tribe_events_community_required_fields', 'tribe_ommunity_required_fields_org_email', 10, 1 );
    function tribe_ommunity_required_fields_org_email( $fields ) {

    $required_email = $_POST['organizer']['Email'];

    foreach( $required_email as $email) {
    if ( empty( $email ) )
    $fields[] = 'Organizer Email';
    }

    return $fields;
    }

    Add that to your theme’s functions.php and let me know how that works out for you.

    Thanks

    in reply to: Next event button disapears after 1 click event. #1007002
    Brian
    Member

    We have this list of customizers that could help:

    https://theeventscalendar.com/knowledgebase/find-a-customizer/

    Or you could search in your local area for developers through a WordPress Meetup Group.

    in reply to: Fatal error: Class 'Tribe_Template_Factory' not found #1006971
    Brian
    Member

    For the home page try this:

    If you uncheck this setting here:

    Events > Settings > General Tab > “Recurring event instances”

    Does the home page work again?

    If so that is a bug and we are working on a patch to release hopefully this week.

    Let me know.

    Thanks

    in reply to: Events page showing "Blog Archives" as title #1006969
    Brian
    Member

    Hi,

    The coding goes in your theme. I do not know how your theme creates the titles, but you would use the conditionals to change the title output.

    It is not an advanced level activity, but does take some knowledge of php.

    The best I can do on this is provide some css that would hide it on the Events Views.

    Let me know if you would like me to provide that.

    Thanks

    in reply to: Event Bright Question & ticket design #1006964
    Brian
    Member

    Hi,

    You’re Welcome.

    I am not sure what you mean by Donation Based Events.

    If you would like to request Donation Based Events 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

    Cheers

    in reply to: Photos view not working in Spanish #1006961
    Brian
    Member

    Hi gonzalosanza,

    We are working on the issue with both and hope to have a patch very soon to resolve.

    We will update this ticket when it is released.

    in reply to: Reset search/category filter #1006960
    Brian
    Member

    Hi,

    That other coding is for the Filter Bar plugin, which is separate from Pro.

    On clear you could maybe set it to go to the default view, which would clear everything.

    I do not have any other coding for clearing and reloading the search bar unfortunately.

    in reply to: Shortcode Arguments for list view #1006957
    Brian
    Member

    Hi Tom,

    There is no shortcode argument to set the width.

    That would have to be done by css.

    Cheers

    in reply to: Additional Field URL displays as HTML on event page #1006956
    Brian
    Member

    Great glad it helps.

    I am going to close this ticket to new replies, but we will update it once we have a resolution for the additional field url issue.
    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: Printing multiple tickets in e-mail #1006955
    Brian
    Member

    Thanks for the information!

    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: Customize Event Display Duration #1006954
    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!

    in reply to: Fatal error: Class ‘Tribe__Events__Pro__Geo_Loc_Filter’ #1006617
    Brian
    Member

    Hi,

    Ok lets take these two errors:

    This warning looks to be coming from a custom function you have. Was this provided by us? Can you show the coding from that function so we can see what is wrong?
    Warning: Missing argument 4 for mt_tribe_event_featured_image() in /nas/wp/www/staging/mauitime/wp-content/plugins/9s-core-functionality/inc/custom-tribe-events.php on line 49

    This error is from Advanced Custom Fields the_field() is their function to get a custom field. Is that plugin active:
    Fatal error: Call to undefined function the_field() in /nas/wp/www/staging/mauitime/wp-content/themes/mauitime/tribe-events/single-event.php on line 58

    Let me know what you find out about these two.

    Thanks

Viewing 15 posts - 3,871 through 3,885 (of 11,256 total)