Nico

Forum Replies Created

Viewing 15 posts - 6,436 through 6,450 (of 6,506 total)
  • Author
    Posts
  • in reply to: google maps api script enqueue handle #968093
    Nico
    Member

    Hi Susan,

    Thanks for hitting the forums. Taking a look at what you described, I’m not sure why you are using ‘tribe-gmaps’ at all. Pasting this snippet in your ‘functions.php’ should do the trick:


    add_action( 'wp_enqueue_scripts', 'tribe_always_include_gmaps_api' );
    function tribe_always_include_gmaps_api(){
    if ( !wp_script_is( 'tribe_events_google_maps_api', 'queue') ){
    $url = apply_filters( 'tribe_events_google_maps_api', '//maps.googleapis.com/maps/api/js' );
    wp_enqueue_script( 'tribe_events_google_maps_api', $url, array(), false, true );
    }
    }

    This is working for me with latest version of The Events Calendar (3.9.3) and Event Calendar PRO (3.9.3) installed. Can you try this on your end?

    Please let me know how this goes,
    Best,
    Nico

    Nico
    Member

    Mike,

    Regarding the multiple calendar question, that’s not possible. A way around would be to use Event Categories, so you can point users to example.com/events/category/something and to example.com/events/category/something-else.

    Have a great Monday,
    Nico

    Nico
    Member

    Hi Mike,

    Thanks for your interest in our products. For sure that’s possible.

    In our product we support: Events (Classes), Organizers (Instructors) and Venues (Locations). The plugins comes with a search bar that lets yo select a Date from, a Search term and a location. To power up filtering you might want to check out our Filter Bar plugin. Filtering criteria is customizable, you can combine various options: Event Category, Venue, Organizer, Cost, Day of the week, Tags and Time.

    Hope our product fits your needs! Please let me know if there’s anything else I can help you with,
    Best,
    Nico

    Nico
    Member

    Shaun,

    Sorry to hear you opted out from using our product, but glad you could find the way to do what you needed with the site.

    Hope you can give Events Calendar PRO a second try in the near future.

    I’m going to close this topic – but please don’t hesitate to create new topics if you need help with anything else.

    Have a great Monday,
    Nico

    in reply to: MOVE TICKETS #967929
    Nico
    Member

    Hi Paul,

    Thanks for reaching out! Let me help you out with these issues.

    To move tickets below the featured image you should use the following code in your funcitons.php file:


    if (class_exists('TribeWooTickets')) {
    remove_action( 'tribe_events_single_event_after_the_meta', array( TribeWooTickets::get_instance(), 'front_end_tickets_form'), 5 );
    add_action( 'tribe_events_single_event_before_the_content', array( TribeWooTickets::get_instance(), 'front_end_tickets_form'), 5 );
    }

    The article you found was prematurely updated with the code that will work with upcoming release 3.10. Please remember to change the code to the one in the article if you update to WooCommerce Tickets 3.10.

    For removing Event Details & Organizers, you need to override the ‘modules/meta’ template. The process is simple, just copy the file ‘wp-content/plugins/the-events-calendar/views/modules/meta.php’ to ‘wp-content/themes/[your-theme]/tribe-events/modules/meta.php’. The go ahead and edit ‘meta.php’ in your theme, comment out line 28 to remove ‘Event Details’ and line 46 to do so with ‘Organizer’. You can find detailed information about template override in our Themer’s Guide.

    Please let me know if this works for you,
    Best,
    Nico

    in reply to: In over head – but encouraged not to give up. #967864
    Nico
    Member

    Hi Dan,

    Welcome to our support forum! Thanks for choosing our product and reaching out.

    Glad to help a “resourceful new events calendar user” 🙂

    #1
    For the page builder issue it would be great to have access to the front-end of the site, so I take a look at the code and craft a CSS fix for that. Do you think that’s possible? Do you have a test site online?

    #2
    To customize the colors of the mini calendar you can add the following lines to your CSS file:

    .tribe-mini-calendar td.tribe-events-past {
    background: blue;
    /* you might whant to change opacity for this also
    opacity: 1; */
    }
    .tribe-mini-calendar td.tribe-events-othermonth {
    background: black!important;
    }

    .tribe-mini-calendar td.tribe-events-has-events {
    background: red!important;
    }
    .tribe-mini-calendar td.tribe-events-present {
    background: yellow;
    }
    .tribe-mini-calendar td.tribe-events-future {
    background: green;
    }

    Let me about #1 and also if the code in #2 worked for you,
    Have a great Monday,
    Nico

    Nico
    Member

    Hi omtr,

    Thanks for you interest on WooCommerce Tickets and for reaching out.

    I think that what you are trying to achieve is more on the WooCommerce side, that WooCommerce Tickets itself. Let me break this down:

    – Giving the client options upon checkout:
    There’s a WooCommerce plugin to edit fields in the checkout, you can also find how to do it yourself here.

    – Giving the client an option to receive the ticket via snail mail:
    You can customize a shipping method within WooCommerce settings for this.

    – Receiving ticket via mail or via download:
    WooCommerce sends emails for ‘New Orders’, ‘Completed Orders’, etc. You can customize the template for the ‘Completed Order email’ and give the client the possibility to print it as the actual Ticket.

    Does this makes sense to you? Please let me know if it does, and if you have any additional questions,
    Have a great Monday,
    Nico

    in reply to: WooTickets with WooThemes One Page Checkout. #967794
    Nico
    Member

    Hi scrumology,

    Welcome to our support forums, and thanks for choosing our product 🙂

    I took a look into One-Page-Checkout and I don’t see any potential incompatibilities. You should set up the event first, then add the tickets and then create the One-Page-Checkout with the tickets you want. Tickets created for events are regular WooCommerce products so I think you will have no problem setting that up.

    Also no known conflicts between this two.

    Best,
    Nico

    in reply to: How can I close "return to shop" button in cart page? #967783
    Nico
    Member

    Hi LIYIZHI,

    Thanks for reaching out 🙂

    I understand that by “close that button” you mean hiding it, right? To do so just add the lines below to your CSS file:


    .return-to-shop {
    display: none !important;
    }

    Let me know if this is what you where looking for,
    Best,
    Nico

    Nico
    Member

    Hi Shaun,

    Welcome to out support forum, and thanks for reaching out.

    I took a look at your site, and I’m seeing the same header/footer in Events and the other sections of the site. On single event page I don’t see the complete footer (About, Latest posts, etc are missing). Is that the problem?

    Are you using Jetpack on the site? There’s a know issue with widgets and Jetpack visibility feature. If that’s your case you might want to try out the solution described here.

    I’ll be waiting for your feedback on this,
    Best,
    Nico

    in reply to: This is for Nico…Was Pro Problem #967777
    Nico
    Member

    This reply is private.

    Nico
    Member

    Hi Mauricio,

    Thanks for the follow up. Sorry to say I can’t be of much help there, since it isn’t a problem with our plugin and digging into custom developed themes is out of the scope of our support duties.

    If you could debug a bit further and narrow down the problem to a specific issue we can continue from there. One thing I would search for is resources not getting loaded, the developer console might help you there. You can also check if your theme is dequeuing or unregistering scripts or styles.

    If there are no developers in you team to do so, you may consider hiring a freelance developer to look into this and help you update the theme. Check out our recommended developers.

    Sorry this is out of our scope and hope you can fix this soon,
    Best,
    Nico

    in reply to: Add additional fields to search form #967506
    Nico
    Member

    Hi shadesofgraywpg,

    Thanks for reaching out 🙂

    To modify the ‘events-bar’ you can override the ‘modules/bar.php’ template, and add the extra buttons to the form.

    To do so you need to copy the file ‘bar.php’ located at ‘wp-content/plugins/the-events-calendar/views/modules/bar.php’ to ‘wp-content/themes/YOUR_THEME/tribe-events/modules/bar.php’. At line 63 of this file you will find the input ‘Find Events’ and you can add the extra buttons there.

    You can find detailed information about template overrides on our Themer’s Guide.

    Let me know how that customization goes,
    Have a great weekend,
    Nico

    in reply to: This is for Nico…Was Pro Problem #967499
    Nico
    Member

    Hi Bill,

    I couldn’t reproduce that on my end. But give me more time to look into it.

    From what you are describing the error I should be looking for is: the link for “Customize” being ‘corrupted’ and when clicked instead of showing the Customizer it self, it shows the strange ‘edit event link on white page’. Am I right?

    Have you tried the above described with ‘twentyfifteen’ theme or another one? In the later case can you re-try with ‘twentyfifteen’?

    Thanks for being patient on this,
    Nico

    Nico
    Member

    Mauricio,

    Thanks for doing the test!

    It seems to be an issue with the Theme itself.

    Sorry, I don’t understand if you are talking about your theme or default theme. Have you tried with twentyfifteen, wordpress “default” theme? Do you see any errors being logged in the console? Hope that last one isn’t too technical for you…

    Thanks,
    Nico

Viewing 15 posts - 6,436 through 6,450 (of 6,506 total)