Nico

Forum Replies Created

Viewing 15 posts - 541 through 555 (of 6,506 total)
  • Author
    Posts
  • in reply to: https://www.alchemyartsstudio.com/alchemyartstest/ #1293287
    Nico
    Member

    Hi there Pat,

    Thanks for getting in touch with us and for your interest in our products πŸ™‚

    1) Is there the capability in Pro Tickets to offer 1 booking time but with 10 or more price points?

    Yes, you can create different tickets for the same event with different prices but with one common stock level (https://theeventscalendar.com/knowledgebase/making-tickets/#dl_global-stock).

    2) Since this is in 1 class – am I able to put number of students in class (12 students) – and I don’t care if they all do project #1 or proj #2 as long as the limit is on the class itself.

    Pretty much the same reply as above. You can have different tickets with different prices (or maybe the same) and they can all share a common stock count.

    3) I give several classes a week – can I copy/paste this set up so I don’t have to enter a huge amount of data?

    Unfortunately this is not a feature of our product itself, but there are many plugins that help with content duplication β†’ https://wordpress.org/plugins/tags/clone/

    Please let me know if there’s anything else I can help you with,
    Best,
    Nico

    in reply to: Syncing Facebook Attendees #1293283
    Nico
    Member

    Hi there Trinitech,

    Thanks for getting in touch with us and for your interest in our plugins πŸ™‚

    Attendees are not synced with Facebook unfortunately. This has been suggested as a feature in our UserVoice page, you are welcome to upvote and or comment the idea to help move it forward. To be honest this doesn’t look like something we will have included soon.

    Please let me know if there’s anything else I can help you with,
    Best,
    Nico

    Nico
    Member

    Hi there Ted,

    Thanks for getting in touch with us! I’ll help you here…

    If we bring up the month view of a category, and view the source code, we can see events listed from other categories (they’re not on the page, just in the source).

    I don’t other events need to be queried. Can you please point me to the URL where I can see this? Please indicate which line or element I should be looking for.

    Best,
    Nico

    Nico
    Member

    Hi there Raj,

    Welcome to our support forums and thanks for reaching out to us. I can help you here πŸ™‚

    Basically Events Calendar PRO work as an add-on to The Events Calendar. This means both plugins need to be installed and activated.

    If you still have doubts please check out β†’ New User Primer: The Events Calendar and Events Calendar PRO.

    Best,
    Nico

    in reply to: remove expired download #1293190
    Nico
    Member

    Hi there Karen,

    Thanks for getting in touch! I’ve went ahead and cleared the license you indicated. Can you please let me know if it looks right on your end?

    Best,
    Nico

    in reply to: CSV Import Issue #1293181
    Nico
    Member

    Hi Michael,

    Thanks for reaching out to us and for the heads-up on the resolution of the issue πŸ™‚

    I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.

    Best,
    Nico

    in reply to: Filter Bar: Venue titles not showing #1293180
    Nico
    Member

    Hi Claire,

    Thanks for reaching out to us and for the heads-up on the resolution of the issue πŸ™‚

    I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.

    Best,
    Nico

    in reply to: QR Code Scanner #1292380
    Nico
    Member

    Hi there,

    Good news! As George informed, the MR is finally here. Now the customization we’ve been working in should be as simple as updating the plugins and pasting the following code in the active theme (or child theme) functions file (or the preferred method):

    add_filter( 'tribe_tickets_plus_qr_handle_redirects', 'tribe_modify_qr_redirects', 10, 4 );

    function tribe_modify_qr_redirects ( $url, $event_id, $ticket_id, $user_had_access ) {

    // check if the checking was allowed
    if ( $user_had_access ) {
    $url = home_url ('yes');
    } else {
    $url = home_url ('no');
    }

    return $url;
    }

    You’ll need to replace yes and no for the pages slug in your site.

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

    Nico
    Member

    Hi there Saloni,

    Thanks for the patience while we got to this issue! I’m reviewing the report to re-prioritize it and hopefully help moving it forward. The thing is that I’m not able to reproduce the issue based on your description and Hunter notes.

    Can you please let me know if you can still reproduce it with current versions of the plugins? If that’s the case can you please describe the steps in more detail or send over a screencast of the process if it’s not too much trouble?

    Thanks,
    Nico

    in reply to: QR Code Scanner #1290375
    Nico
    Member

    Thanks for the update folks! It’s great to work on this with you as well.

    Hopefully when the new filters get released later this week, this will be lot easier. And if for some reason this still doesn’t work for you I’ll continue to help πŸ™‚

    Cheers,
    Nico

    in reply to: Catchable fatal error: update #1290372
    Nico
    Member

    Hey John,

    I couldn’t reproduce the issue and without testing instructions devs couldn’t find anything obvious πŸ™

    Does this happened again? If so do you have any other details to help us reproduce the issue?

    Thanks,
    Nico

    in reply to: Mini calendar widget links to day #1290371
    Nico
    Member

    Thanks for clarifying Byor!

    Try this modified version instead:

    https://gist.github.com/niconerd/e338ce49a66c4dd4ae119633842c2d35

    Let me know if it now works for you,
    Best,
    Nico

    in reply to: Image Widget broke Max Mega Menu with latest update #1290365
    Nico
    Member

    Hey Satej,

    Thanks for getting in touch! We fixed the incompatibilities with ‘Max Mega Menu’ plugin shortly after it was reported.

    If you experience further issues, even with latest version of Image Widget, please post a new thread in the plugin’s support forum β†’ https://wordpress.org/support/topic/compatibility-with-max-mega-menu-2/

    I’m going to close out this thread, but please do post in the appropriate forum if you still have troubles with the plugin,
    Best,
    Nico

    in reply to: Licence for four schools #1288569
    Nico
    Member

    No problem Ben!

    I’ll keep this post open just in case you need more help on this at some point πŸ™‚

    Best,
    Nico

    Nico
    Member

    Hi there Katherine,

    Sorry for the delay in my reply! We don’t work during weeks + I was out at the start of the week. Will be more responsive moving forward πŸ™‚

    To add the link to ‘RSVP on Facebook’, just paste the snippet below into your theme’s (or child theme’s) functions.php file:

    https://gist.github.com/niconerd/75304432d4070d35f341993321d6fa7c

    Most probably you won’t need the PHP opening tag (<?) and you can delete it.

    Regarding the styling of the button you can go to the website from which you took the reference and copy the styles applied to the button!

    Please let me know if this helps,
    Best,
    Nico

Viewing 15 posts - 541 through 555 (of 6,506 total)