Nico

Forum Replies Created

Viewing 15 posts - 2,686 through 2,700 (of 6,506 total)
  • Author
    Posts
  • in reply to: Google Map and Map links #1159503
    Nico
    Member

    This reply is private.

    in reply to: Fatal error accessing admin with PHP7 #1159490
    Nico
    Member

    Perfect, thanks for confirming Riccardo! I’ll be waiting for your report.

    Have a great weekend,
    Nico

    in reply to: seats available for an event #1159489
    Nico
    Member

    Thanks for following up Mr.Peri!

    I’ve extended your licenses a bit (6 months each) for your large contribution to our plugin’s translations 🙂

    but they aren’t working. I can’t get the translations to show on the site

    Sorry to hear about this! Translations added via WordPress.org have to be approved by a translator editor of your language in the site,a dn unfortunately there’s not much we can do to speed up things on that front. The translations you added via http://translations.theeventscalendar.com/ have already been aprroved. When we release a new version of the plugins, we fetch the latest approved translations from WordPress.org (for The Events Calendar, Event Tickets and Advanced Post Manager) and from our own translation site for the premium plugins. If you don’t want to wait for the next release, you can go ahead and manually download the po/mo files from the plugin translation page (for example: http://translations.theeventscalendar.com/projects/tribe-events-calendar-pro/af/default – after the title you’ll find the links to ‘export’ the mo/po files). Once you’ve downloaded these files, override the current version in your plugin folder, following the example the PRO folder would be: wp-content/plugins/events-calendar-pro/lang/.

    Hope that helps, please let me know if you still have issues with it,
    Have a great weekend,
    Nico

    in reply to: How do I batch delete hundreds of Events? #1159485
    Nico
    Member

    You are welcome Rodrigo!

    I still am not clear on how I would know which post ids to use with wp_delete_post or which event metadata to delete.

    For this you can use the get_posts function, passing ‘post_type’ => ‘tribe_events’. If you use wp_delete_posts then everything that is tied to it is deleted also. This includes comments, post meta fields, and relationships between the post and taxonomy terms. Just mentioned this because if you are going to delete and recreate hundreds of events daily orphan data in the database can grow fast! So make sure to do some tests making sure there’s no orphan data left behind.

    Also not clear on performance issues. Can you say more? I would think that the less rows in the db the faster the performance which would argue for deleting past events all together once they are no longer needed.

    By this I meant that for example running a loop to delete hundreds of events can crash the server, so you might want to do this in batches. So I was referring the performance of the clean up script no the site!

    Please let me know if this helps,
    Best,
    Nico

    in reply to: Add a button to the event template #1159423
    Nico
    Member

    Glad to hear this works now Christine 🙂

    Again, not sure why it wasn’t working in the first place, but stocked to see we could finally nail this!

    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.

    Have a great weekend,
    Nico

    in reply to: Fatal error: Class ‘WC_Product’ not found #1159384
    Nico
    Member

    Hey,

    Thanks for following up, and sorry for the delay in my reply. I was out yesterday so I’m just reviewing this right now.

    Checking the original file in our plugin, I can see this and it’s of course not correct to assume the user is working with WooCommerce. I’ll log a bug ticket for this to get fixed.

    Thanks once again keeping me posted with your great findings 🙂

    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.

    Have a great weekend,
    Nico

    in reply to: Custom position of Search Bar #1159378
    Nico
    Member

    Awesome! Thanks for confirming Greig 🙂

    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.

    Have a great weekend,
    Nico

    in reply to: Workaround to sell listings with Community Events #1158812
    Nico
    Member

    Thanks for elaborating a bit more Sarah! And yes your web guy will surely need to do some coding for this, he might also have other ideas of how to make this possible. Basically there are a couple of ways to do this!

    I want 3 different tiers, free and then two levels of premium adds that I charge for.

    So for the free one Community Events will do the job, and for the premium add here is what I think can work:
    – In the posting form (via template override as described in themer’s guide) add the option to convert the add to premium. These two options can link the user to different WooCommerce (or other e-commerce solution) products. Once the product is bought, add the user a ‘meta field’ indicating the amount of premium ads paid. Once the user goes back to the submission form, show the option to actually make the ad a premium add if there are ‘slots’ available in the metafield. After purchase just reduce the amount of premium ads in the user meta field, and add this information as meta too to the just created event.

    Rounding up, the method will be the following:
    – User purchases a product (digital), this adds the corresponding amount of ‘premium slots’ to use.
    – If the user has ‘slots’ available show the option to onvert the ad to premium in the posting form.
    – Once the event is submitted, adjust the amount of available slots and mark the event as premium.
    – Use the meta added to the event to give it a priority display in the front-end.

    I don’t know what “massiva” means, so don’t really understand your last sentence.

    Sorry I meant massive!

    Hope that helps,
    Please let me know if I can give further advice on this, once again this is just one way of doing it. Maybe yo can use WooCommerce Memberships plugin or similar add-ons to achieve the same result.
    Best,
    Nico

    in reply to: Add a button to the event template #1158790
    Nico
    Member

    Perfect, then just try this version of the final snippet:


    /* Tribe, insert event website ask enrol link before event content */
    function tribe_enrol_link ( ){

    $website = tribe_get_event_website_url( );

    // bail if no website
    if ( empty( $website ) ) return false;

    $website = esc_attr( $website );

    echo 'TILMELD';
    }

    add_action( 'tribe_events_single_event_before_the_content', 'tribe_enrol_link');

    I’m curious about why it didn’t work before, maybe it was just a copy/paste issue. Sometimes copying the code to a plain text editor helps out.

    Please let me know if it finally works now,
    Best,
    Nico

    in reply to: Downgrade to 4.2.3? #1158788
    Nico
    Member

    Thanks for following up and sorry to hear that this is still an issue for you 🙁

    Can you please follow-up with the feed URL (mark you answer as private if you want)? I’ll try to reproduce in my local install and see if this is still an issue.

    Please let me know about it,
    Best,
    Nico

    in reply to: how to download a calendar. #1158773
    Nico
    Member

    Hi there Priyanka,

    Thanks for reaching out to us and for your interest in our products 🙂

    Yes users can suscribe to or download an ICS feed of your events to import them to Google Calendar, Outlook or similar calendar software.

    Please let me know if this answers your question,
    Best,
    Nico

    Nico
    Member

    Thanks for following up!

    Sorry to say the plugins are a bit outdated in fact, here are the current versions:

    – The Events Calendar → 4.2.6
    – The Events Calendar PRO → 4.2.5
    – The Events Calendar Community Events → 4.2.4
    – The Events Calendar Eventbrite Tickets → 4.2.1
    – The Events Calendar Filter Bar → 4.2.2
    – The Events Calendar WooCommerce Tickets → was deprecated in favor of Event Tickets and Event Tickets Plus. You can read more about this here: Moving to Event Tickets Plus.

    I do not recommend updating the plugins in the live site but doing so in a staging/development environment so you can check everything runs smoothly with the new versions, specially if you have customizations. The updating process should be fairly simple and no data should be lost in the process, but we always recommend to do a full back up of the site just in case something goes wrong.

    Please let me know about it,
    Best,
    Nico

    Nico
    Member

    Hi Yolanda,

    I’m really sorry to say this was out of my radar 🙁

    I will make today to test this out and give you a reply.

    Thanks,
    Nico

    in reply to: translation issues #1158755
    Nico
    Member

    Thanks for following up Amir!

    I can see the error in there, but again I’m not getting the same when I test this is my local site:

    Regarding the translations, have you added custom translations to the files or you just downloaded and pasted the translations files from our translation site?

    It’s import to know this because the issue might come from your own translation, and that’s why I’m not seeing the issue in my local test site. If you are using your own translation files please send them over so I can try to reproduce this on my end.

    do you have any idea how to translate ‘Share this story, Choose your platform’ ?

    Aparently this string comes from the Avada theme. Please check if you are seeing it in TweentySixteen theme, if you are not the odds are it’s coming from Avada. If that’s the case then you should reach out to them to see how they accept translation strings.

    Thanks,
    Nico

    in reply to: Add a button to the event template #1158528
    Nico
    Member

    Thanks for confirming Christine! Let’s try to get closer to the complete snippet, please use this code now:


    /* Tribe, insert event website ask enrol link before event content */
    function tribe_enrol_link ( ){

    $website = tribe_get_event_website_url( );

    // bail if no website
    if ( empty( $website ) ) return false;

    // this line will print the website
    var_dump($website);

    $website = esc_attr( $website );

    // this line will print the website with escaped chars
    var_dump($website);

    echo 'TILMELD';
    }

    add_action( 'tribe_events_single_event_before_the_content', 'tribe_enrol_link');

    The above will print the configured website URL and the escaped website URL (which might be the same).

    Please let me know about the output and also if the link works this time,
    Thanks,
    Nico

Viewing 15 posts - 2,686 through 2,700 (of 6,506 total)