Forum Replies Created
-
AuthorPosts
-
Nico
MemberGreat Mark! Please post here when that happens. Thanks a lot for taking the time to test this 🙂
Have a great weekend,
NicoNico
MemberHey Michael,
Thanks for confirming this! I’ll take a look for sure to see if this issue is back…
Could you try the solution suggested here: https://theeventscalendar.com/support/forums/topic/html-shows-as-text/#dl_post-1003968 ?
Please let me know,
Have a great weekend,
NicoNico
MemberHey Tony,
You are welcome! Thanks for understanding there some things that are easily to customize and other (like this one) that are not so 🙂
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,
NicoNico
MemberHey Allyson,
Thanks for following up on this!
1) I want to know how you removed the link for the venue name in your plugin screenshot.
That’s because Events Calendar PRO adds venue and organizer pages. In core version, those don’t have a ‘single page’ for them so they are not linked. To achieve this same behavior in Events Calendar PRO you can create a template override of the venue template module located at ‘wp-content/plugins/the-events-calendar/src/views/modules/meta/venue.php’ (for details on how to create the template override check out our Themer’s guide) and replace:
tribe_get_venue()
with:
get_the_title( tribe_get_venue_id() )
Same goes for organizers: the template is located in the same folder and it’s called ‘organizer.php’. In the template override you should replace:
tribe_get_organizer( $organizer )
with:
get_the_title( $organizer )
2) I have discovered that the organizer field isn’t showing up on the front end, but I see there is an open thread on that, so I’m waiting for a fix.
I see Geoff got back to you, and will surely keep you posted on this.
3) Do you know what would cause the time fields to sit under one another like this?
This is a styling issue, a general input style from your theme is affecting the fields. You should re-set / override the style for those fields!
Please let me know if there’s anything else I can do for you,
Best,
NicoNico
MemberHola Carlos,
Gracias por confirmar las cosas que vamos solucionando!
Lo del plugin de proximos evento lo hago cargando en la url el parametro ?tribe-bar-date=2015-11-22. ¿Cómo puedo añadir la vista de día al plugin?
Al parecer ya esta configurado con la vista de día (muestra los eventos para el día indicado solamente), no lo había notado. Por lo que veo deberías agregarle el ‘/events/’ a la redireccion. Por ejemplo: http://216.172.184.212/~initcoms/vouaxenda.com/events/?tribe-bar-date=2015-11-28 funciona correctamente.
Sigo con el problema de la página http://216.172.184.212/~initcoms/vouaxenda.com/events al usar el events bar, si que es un problema de Ajax y el plugin del calendario del sidebar pero la verdad no se como areglarlo.
No estoy seguro de lo que esta ocurriendo aquí. Creo que en este caso deberías consultar con los autores del theme, por lo que veo parece tener mas que ver con el funcionamiento ‘ajax’ del mismo y con nuestro plugin en si.
También queria saber como cambiar el estilo del evento único, por ejemplo: http://216.172.184.212/~initcoms/vouaxenda.com/events/mercado-solidario-de-stop-desafiuzamentos-ourense-5/
Todo depende de que te pido de ajustes necesites hacer, si son ajustes visuales (cambiar tipografia, colores, etc) puedes lograrlo con un poco de CSS que puedes agregar a la hoja de estilos de tu theme o via Simple Custom CSS plugin. En caso de que necesites modificar la estructura y el código HTML, los detalles para hacerlo están desarrollados en nuestra Themer’s guide.
…y si se puede añadir un plugin de compartir en redes sociales en las paginas de evento.
Claro, hay varias opciones para hacerlo checkea este articulo por favor: Adding Social Media to Events.
Espero haber sido de ayuda, si necesitas algo mas hacemelo saber!
Buen finde,
NicoNico
MemberHey Uroš,
Sorry for the delay in my update! I chatted about this issue with the developer who was in charge of this integration. It seems the problem as a whole is a limitation of how receivers are configured in PayPal but perhaps there’s some way we can put in alerts or something to prevent tickets from being created without the proper PayPal settings. This is definitely an oddity that should be accounted for in some way. Unfortunately there is no quick fix for this 🙁
I’ve logged this as a bug in our product backlog, and most probably this can be reviewed shortly. We are about to release a new version of the plugins, but all the code is being tested right now so it won’t make it to version 4.0 coming out shortly. I know this a bummer! If you feel this is a show stopper you can request a refund to support /at/ theeventscalendar /dot/ com, linking to this thread.
Please let me know if you can hold until a fix is out,
Have a great weekend,
NicoNico
MemberHi Laura,
Thanks for reaching out, and yes each plugin costs $89 right now. Bundles is something we have been working on and hopefully will be available really soon on our site, I have no specific date for that and please bear in mind plans can change but if everything goes well they will be live soon.
Please let me know if there’s anything else I can do for you,
Best,
NicoNico
MemberHi @obr,
Thanks for reaching out to us! I’ll help you figuring out what’s happening to the event list…
I see you indicated that you have tested this with default theme and with no other plugins active, Can you confirm this is still happening under those conditions? From what you describe it sounds like this might be a theme or plugin conflict.
Please let me know about it,
Best,
NicoNovember 19, 2015 at 2:07 pm in reply to: How do I style the upcoming events widget to include thumbnail images? #1028250Nico
MemberHi Tracy and David,
Thanks both for reaching out to us! Hopefully there’s an article that describes the process of adding thumbnails to the event list widget. Please give that a try and let me know how this goes.
Tracy, regarding the CSS for the plugin, if your intention is to add just a few lines then you can add those with Simple Custom CSS plugin or just by adding them to your theme stylesheet. The following CSS snippet will hide the ‘date icon’:
.tribe-events-adv-list-widget .tribe-mini-calendar-event .list-date {
display: none;
}
Please let me know if this works for you,
Best,
NicoNico
MemberHowdy Krister,
Welcome to our support forums and thanks for reaching out to us. I’ll try to help you here!
In the error description I see that you are running WordPress with Microsoft SQL Server? I’m not sure if that’s possible at all!
Also, How did you migrate the events to the new site?
Please let me know about this,
Best,
NicoNico
MemberHey Iain,
Thanks for reaching out! I see you also post in the pre-sales forum but I’ll help you out anyway here.
Regarding the ‘random’ pattern you want to achieve, this can be done by adding exclusions to the recurrence pattern. Other way can be to create a recurrence pattern that creates all the events you need and then go back to the event listing and delete the instances that you don’t need. Does this makes sense?
Please let me know about it,
Best,
NicoNico
MemberHi Iain,
Thanks for your note. We do not provide support in our pre-sales forum, but we are happy to assist our premium users with support issues via our premium forums. Log into the account you made when you purchased your license(s). You’ll then be able to post a new thread in the relevant forum.
If you have not purchased one of our premium plugins, you can post in our open source forum. We review that forum weekly to check for bug reports.
Please post a thread in the relevant forum and someone in the support team will be happy to assist you,
Best,
NicoNovember 19, 2015 at 12:27 pm in reply to: Events Calendar using same email template a Woocommerce Sensei #1028212Nico
MemberHey Chris,
Thanks for reaching out to us! I’ll try to help you getting this right…
Well, let me see if I get this right. When you install Sensei, and purchase tickets for an event instead of getting the tickets email in the ‘Events Calendar format’, you are getting it in the ‘Sensei format’. Strange thing because our plugin uses it’s own template to send ticket (located at ‘/plugins/the-events-calendar/src/views/tickets/email.php’) as far as I’am aware. You can check if there’s a ‘tribe-events’ folder in the theme containing a template override for the email.
Please check on that and let me know,
Best,
NicoNovember 19, 2015 at 11:40 am in reply to: All instances of recurring events are showing on the home page above recent news #1028201Nico
MemberHey Cinthia,
Thanks for reaching out to us! I’ll try to help you getting this right 🙂
At first glance the code seems to be good, Can you please make sure it’s still in place after the update? Maybe you updated / changed the theme as well and it went away or something unexpected? If not I’ll give it a try locally and try to find where it’s failing.
Thanks,
NicoNico
MemberHey Mark,
Thanks for sharing the update! It would be great if you could set up a testing site (with default theme and no other plugins active but ours) to try to reproduce this. If you can do so and in fact confirm the duplicates are appearing in the test site, it would surely help us to solve this!
Please let me know if you can do, it’s alright if you don’t have time or you are not able to do it,
Best,
Nico -
AuthorPosts
