Forum Replies Created
-
AuthorPosts
-
Nico
MemberHi 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,
NicoNico
MemberHey 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,
NicoMarch 14, 2016 at 1:25 pm in reply to: Changing how the event pages are titled in browser and FB shares etc (cont) #1088665Nico
MemberHey 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,
NicoMarch 14, 2016 at 1:19 pm in reply to: Event stock changing automatically or when user purchases #1088660Nico
MemberHi 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,
NicoNico
MemberGlad 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,
NicoNico
MemberHi 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,
NicoNico
MemberHi 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,
NicoNico
MemberHey Karl,
Thanks for reaching out! Hopefully it’s possible since version 4.0 🙂
Is there anything else I can help you with?
Best,
NicoMarch 14, 2016 at 10:38 am in reply to: The Event Calendar PRO – Daylight Saving Time Issues #1088539Nico
MemberThanks for confirming Gus! We will update the thread when it’s out.
Have a great week,
Cheers,
NicoNico
MemberHey 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,
NicoMarch 14, 2016 at 10:29 am in reply to: PROBLEMA AL INSTALAR THE EVENTS CALENDAR EN PLANTILLA ENOKI #1088533Nico
MemberJosh,
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:
- The Events Calendar (gratis)
- Event Tickets (gratis)
- Event Tickets Plus (pago)
- E-commerce plugin para gestionar los pagos, Event Tickets Plus funciona con: WooCommerce, Shopp, Easy Digital Downloads y WP eCommerce.
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,
NicoNico
MemberHey @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,
NicoNico
MemberHey,
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,
NicoNico
MemberHey 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,
NicoMarch 11, 2016 at 2:35 pm in reply to: units canceled in and canceled orders in the report and attendee list #1088007Nico
MemberWell, 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 -
AuthorPosts
