Nico

Forum Replies Created

Viewing 11 posts - 6,496 through 6,506 (of 6,506 total)
  • Author
    Posts
  • in reply to: Events Calendar title and breadcrumbs not showing #965724
    Nico
    Member

    Hi Torbjøn,

    Thanks for reaching out and sorry to hear that integration is not working smoothly. To elaborate a fix I’ll need to know how the theme is generating the title/breadcrumb part. Can you find that for me in the template files?

    If you need to share a big piece of code you can create a public Gist and share the link in your reply.

    Thanks,
    Nico

    in reply to: Events incorporate into blog #965673
    Nico
    Member

    Hi Katherine,

    Thanks for hitting the forums with your question.

    I’ll need more information to better understand your issue. Can you describe they way you are incorporating events into posts?

    If you need to share a piece of your code you can create a public Gist and share the link in your reply.

    Looking forward to solving this,
    Nico

    Nico
    Member

    Hi Adam,

    Thanks for hitting the forums with your inquire. Let’s try to get that working.

    Paste this lines in your ‘functions’ file, located at wp-content/themes/<your_theme>/functions.php

    function tribe_modify_strings( $translated_text, $text, $domain ) {
    switch ( $translated_text ) {
    case 'Narrow Your Results' :
    $translated_text = 'Sort by EVENT Category';
    break;
    }
    return $translated_text;
    }
    add_filter( 'gettext', 'tribe_modify_strings', 20, 3 );

    If that doesn’t work please try replacing ‘Narrow Your Results’ with ‘Sort by Category’. Please let me knows if this code does the trick.

    Happy to help you,
    Nico

    Nico
    Member

    Hi Chris,

    Great to hear your enjoying the awesomeness in our products 😉

    A quick way to achieve what you are looking for is to paste the code from “modules/meta/venue.php” directly into “single-event-allday.php”, and input the current venue ID in the functions retrieving the venue data. With those changes your “single-event-allday.php” should look like this:

    https://gist.github.com/niconerd/526de72c0476d1efd6ce

    Let me know if this fix makes it work,
    Nico

    PS: Please bear in mind that many template overrides might need a refactor after upgrading to upcoming release 3.10.

    in reply to: Sending an email upon specific event ticket purchase #965399
    Nico
    Member

    Hi there,

    Sorry to inform you that helping out with a customization like this is beyond our product support scope. One thing that might help you figuring this is out is the fact that the event ID is stored in _tribe_wooticket_for_event meta field of the Product.

    We don’t reply by e-mail since the purpose of the forums is to make answers available for other users also.

    Hope you can get that working soon, please don’t hesitate to create new topics if you need help with anything else.
    Nico

    in reply to: View All x events showing more #965389
    Nico
    Member

    Glad it’s solved, just saw you reply after I posted. I’m going to close this topic then. Please don’t hesitate to create new topics if you need help with anything else.

    Best,
    Nico

    in reply to: View All x events showing more #965388
    Nico
    Member

    Hi Richard,

    Thanks for reaching us on this issue. Let’s get more info about it.

    Have you gone through the steps provided in our Testing for conflicts guide? The site you imported the events from has the same setup than the one you are importing to?

    From what I see in the URL you provided this is happening in days where recurring events are present. Can you confirm this? Not sure if this is related with the other thread you point out, is the site on Multisite network too?

    Thanks,
    Nico

    Nico
    Member

    Hi Bruno,

    Thanks for considering The Events Calendar as a possible solution for your site update. Our product is a WordPress plugin, and WordPress runs on PHP, so no native support for .NET. However WP.NET is a project that enables WordPress to run smoothly in a .NET environment.

    Regarding the import, our product comes with a CSV Importer that lets you import venues, organizers and events directly from csv files into your WordPress site. You can find further information about the CSV Importer in this Knowledge base article.

    Do you think this might work for you?

    Best,
    Nico

    in reply to: Empty dates generating crawl errors #965239
    Nico
    Member

    Hi Susan,

    Thanks for reaching us in the forums. Let me see if I got this right:

    All the URLs you listed have robots meta set to “no-index, follow”, so you are safe with those. And since the “Datepicker URL” is only reachable via form submission it won’t be crawled at all.

    There’s a Knowledgebase post on 404s and SEO that will help you better understand this.

    Please let me know if this answers your inquire.

    Nico

    in reply to: Woo tickets with recurring events in Pro #965214
    Nico
    Member

    Hi Rami,

    Sorry to say it’s a limitation of those two working together. It is noted in the “More Information” section of the Tickets page, and we are aware it’s something users need. It will probably be included in upcoming releases.

    Please let me know if I can help you with anything else.

    Nico

    in reply to: 500 internal server error upon install #965203
    Nico
    Member

    Hi kris10haley,

    Sorry to hear you are hitting difficulties updating to PRO. Hopefully I can help you with it.

    Can you try the steps provided in our Testing for Conflicts guide? Also, can you access the server’s error log? Those steps should provide us more information to see what is causing the error.

    Looking forward to solving this,
    Nico

Viewing 11 posts - 6,496 through 6,506 (of 6,506 total)