Nico

Forum Replies Created

Viewing 15 posts - 4,486 through 4,500 (of 6,506 total)
  • Author
    Posts
  • in reply to: NOINDEX by default #1088734
    Nico
    Member

    Hi Ivan,

    Thanks for reaching out! I’ll try to help you here.

    A Barry indicated in the thread you mention, we are doing this to avoid duplicate results. If you are not sure about this I would recommend leaving as it is.

    If you think you need to index that page then the way to go would be to add the snippet Barry indicated: http://pastebin.com/YtnFtRZa. And then if you don’t want the next/prev months links to get followed, what Barry suggests is to create a template override of the month view template (def check the themer’s guide for more info on this) in order to add a rel="nofollow" attribute to the prev/next links. Does this makes sense to you? Can you give a try?

    Please let me know about it,
    Best,
    Nico

    in reply to: tribe_create_event: event website #1088678
    Nico
    Member

    Hey Keith,

    Thanks fro reaching out to us! Interesting question here.

    The meta key for the event website field is _EventURL, have you tried passing the value with that key in the function args array?

    Please let me know about it,
    Best,
    Nico

    Nico
    Member

    Hey Justin,

    Thanks for reaching out to us!

    We have a knowledge base article that covers this: Changing the browser title for calendar views. Please give a read and let me know about it,

    Best,
    Nico

    Nico
    Member

    Hi Leah,

    Thanks for reaching out to us on this!

    I see this thread is on the Community Tickets forum, but it seems you don’t have a Community Tickets license. I guess maybe your issues is not related to said plugin? I suspect not.

    Can you please indicate which e-commerce plugin is the site using? And also it would be great if you could share your system information with me so I can check if everything looks right on that end.

    Please let me know about it,
    Best,
    Nico

    in reply to: Change Search Words #1088656
    Nico
    Member

    Glad to hear. Thanks for confirming 🙂

    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: search text box #1088579
    Nico
    Member

    Hi Stavros,

    Thanks for reaching out to us on this!

    We do not have a specific “event search” widget. Here’s the full list of our widgets: Events Calendar Widgets.

    I’m not much familiarized with the Smart Mag theme, so not sure about their search widget, but if you use the default WordPress search widget events will show up in the results. Have you tried that already?

    Please let me know about it,
    Best,
    Nico

    in reply to: Change Search Words #1088569
    Nico
    Member

    Hi Dario,

    Thanks for reaching out to us 🙂

    Use the following snippet to change the label and placeholder of the search field in the events bar. Just paste it into your theme (or child theme) functions.php file, and change the text to the appropriate one:


    /*
    * Change the label and placeholder texts in Events Search Bar
    */
    add_filter( 'tribe-events-bar-filters', 'modify_searchbar_label', 100 );

    function modify_searchbar_label( array $filters ) {

    if ( ! isset( $filters['tribe-bar-search'] ) ) return $filters;
    $filters['tribe-bar-search']['caption'] = 'Search Cap';
    $filters['tribe-bar-search']['html'] = str_replace( 'Search', 'Search Desc', $filters['tribe-bar-search']['html'] );

    return $filters;
    }

    Please give it a try and let me know if it works for you,
    Best,
    Nico

    in reply to: Filter on custom attribute? #1088564
    Nico
    Member

    Hey Karl,

    Thanks for reaching out! Hopefully it’s possible since version 4.0 🙂

    Is there anything else I can help you with?

    Best,
    Nico

    in reply to: The Event Calendar PRO – Daylight Saving Time Issues #1088539
    Nico
    Member

    Thanks for confirming Gus! We will update the thread when it’s out.

    Have a great week,
    Cheers,
    Nico

    in reply to: Importing Attendees #1088538
    Nico
    Member

    Hey Phil,

    So glad this worked 🙂 Thanks for summing up the process hope many folks can benefit from this as well!

    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

    Nico
    Member

    Josh,

    Un gusto poder ayudarte 🙂

    Me gustarĂ­a hacerte la siguiente consulta: necesito anunciar en mi nueva web una serie de talleres de cocina en la que los asistentes que quieran apuntarse puedan seleccionar el taller y realizar el pago desde mi web. NecesitarĂ­a saber quĂ© plugins necesito para dejar solucionado este apartado tan importante para nosotros de nuestros nueva web… SegĂşn he estado mirando vuestros plugins, necesitarĂ­a el EVENTS CALENDAR PRO + EVENT TICKETS PLUS ????

    En realidad no necesitas Events Calendar PRO para la venta de tickets especĂ­ficamente. PRO agrega muchas funcionalidades al plugin base pero no es estrictamente necesario para la venta de tickets. Lo que necesitarias seria:

    Si bien no contamos con periodo de prueba para nuestros plugins, si tenemos una polĂ­tica reembolso de 30 dĂ­as. Por lo cual si quieres puedes comprar los plugins para probarlos en tu sitio. En caso de no estar contento puedes pedir un reembolso por el total de la compra dentro de los 30 dĂ­as de haberse efectuado la misma.

    Hazme saber si todavĂ­a tiene preguntas en las que pueda ayudarte,
    Saludos y buena semana,
    Nico

    in reply to: Display Previous Events on Page (Embedded) #1088022
    Nico
    Member

    Hey @ief1634i,

    Thanks for following up!

    That’s odd. the widget should display any content of a certain category regardless of whether it was in the past or future.

    I guess it is for your use case but makes sense for most folks. We can look into modifying the widget query args to show past events. Do you think that would work for you? This might change the behaviour of all event list widgets, is that ok?

    the link of previous events http://www.ilpfoundry.us/events/list/?tribe_paged=1&tribe_event_display=past does not display our most recent event: http://www.ilpfoundry.us/event/internet-law-policy-foundry-west-coast-open-house/ I don’t know why. If you didn’t have the direct link it would be hard to find.

    To change the order of past events, check out this knowledgebase article featuring a snippet to do so: Show past events in reverse chronological order.

    Please let me know about it,
    Best,
    Nico

    in reply to: Disabling ajax in month view #1088018
    Nico
    Member

    Hey,

    Thanks so much for clarifying on this! On the top off my head I’m not sure how to do this. But I guess I can run some tests, to see if we can “alter” the link behaviour via JS, and prevent the ajax call.

    I’ll dive into this and give you a heads-up soon,
    Have a great weekend,
    Nico

    in reply to: Importing Attendees #1088014
    Nico
    Member

    Hey Phil,

    Thanks for following-up on this!

    Make sense to mark them to be imported as completed, but can you try to do so as pending and then completing then manually? I guess you are right and seems that importing it as complete is not the same as doing so manually, hopefully this test will help us prove this theory!

    Please let me know about it,
    Best,
    Nico

    Nico
    Member

    Well, that’s great 🙂

    Hopefuly get are getting this right in 4.1! I’ll go ahead and close out this thread, but if after the release you find this still an issue please create a new ticket linking back to this one so we can take the steps for this to be solved as soon as possible.

    Thanks for the patience,
    Best,
    Nico

Viewing 15 posts - 4,486 through 4,500 (of 6,506 total)