Forum Replies Created
-
AuthorPosts
-
Nico
MemberThanks for following up Jack!
Sorry for the delay we do not monitor the forums during weekends.
Please try this updated version of the snippet:
https://gist.github.com/niconerd/466453697713a569dcc97d924340fa01
Please let me know if it works as intended now,
Best,
NicoNovember 21, 2016 at 11:55 am in reply to: I pasted a code you gave me, my site is not working #1195458Nico
MemberBuenisimo Bruno 🙂
Para esconder los elementos que mencionas podes usar el siguiente snippet de CSS (pegandolo en la hoja de estilo de tu tema o con Simple Custom CSS plugin):
.tribe-events-ical.tribe-events-button,
.tribe-events-gcal.tribe-events-button {
display:none !important;
}
.tribe-events-event-meta {
display:none;
}
Avisame si funciona!
Saludos,
NicoNovember 21, 2016 at 11:37 am in reply to: Change TEC layouts to full width, especially in photo, map, & calendar views. #1195447Nico
MemberHey Mike,
Thanks for getting in touch with us! I’ll help you getting this right 🙂
Let me start by saying a gave the snippet a try and it’s working as intended. By this I mean it’s making sure the full_width class is added to the body for calendar pages that are not single event page.
Maybe this was a theme specific solution? Can you elaborate a bit more on what you are trying to achieve and send sample links of ‘full width’ in your site?
Please let me know about it,
Best,
NicoNico
MemberHi Paul,
Thanks for getting in touch with us! I’ll help you here…
Unfortunately the template override method is not available for admin views (although we are exploring this possibility). So the options here are:
1) Re-do your customization after every update.
2) Explore alternatives (probably JS snippet) to do the same thing from outside the core files. I can help you getting started with this one.
Please let me know about it and I’ll help as possible,
Best,
NicoNico
MemberHey Ollie,
Thanks for getting in touch with us! I can help you here 🙂
– Can I remove ‘Archive’ from the browser tab so that the page is just shown as ‘Events’?
Sure, check out this knowledgebase article → Changing the browser title for calendar views.
– Can I remove or hide the ‘EVENTS FROM Date’ field at the top?
Yes, you can with the following CSS snippet, just paste it in your theme stylesheet or via Simple Custom CSS plugin:
.tribe-bar-date-filter {
display: none;
}
– Can I add a second heading like ‘Upcoming Events’ further down the page called ‘Past Events’ or similar and then link to an actual archive page displaying old events?
Yeah, this is possible as well! Use the ‘Add HTML after event content’ field in WP-Admin > Events > Settings > Display. The link should point at http://sitename/events/past.
Best,
NicoNico
MemberHi there Deepak,
Thanks for getting in touch with us and for your interest in our plugins 🙂
Can we add google map on backend (instead of text fields) to drop a pin for the location of event?
This is not a feature of a our plugins! You are welcome to suggest this feature request at The Events Calendar user voice page, where we gather feedback from our community.
Finally I’d say it’s possible to create a JavaScript snippet to achieve this!
Please let me know if there’s anything else I can help you with,
Best,
NicoNovember 21, 2016 at 8:41 am in reply to: Backup and restore on dev-website results in error #1195362Nico
MemberHi there Jos,
Thanks for getting in touch with us!
As the error message states this is a file permission issue. Can you please review this guide on WordPress permissions? If you are not sure about permissions and how to change them, you can ask your hosting support to help you out on this!
Please let me know if adjusting permissions fixes the issue,
Best,
NicoNico
MemberHey Sandrine, thanks for confirming this worked for you 🙂
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
MemberYou are welcome Norbert!
Do you think we are good to close this thread out or you still need help with the excerpt?
Please let me know about it,
Best,
NicoNico
MemberWooot! Stoked to hear Norbert, 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
MemberStoked to hear Tom 🙂
do let me know what I need to do to make this permanent.
I’d say leave it for now in the child theme functions.php file. I’ve asked our devs to review this and see if there’s anything we can do on our side to prevent this or suggest an improvement in the theme code.
I’ll be back to you when I have more info to share,
Have a great week,
NicoNovember 21, 2016 at 8:16 am in reply to: Vertical Filter Bar Opens at 100% Width on Desktop #1195338Nico
MemberThanks so much for confirming Dan 🙂
As this is solved now by the plugin update 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 there Niels,
Thanks for getting in touch with us to report this incompatibility 🙂
which, in case woocommerce and enfold are active, gets jQueried to a type=”text” with some additions, namely buttons besides the input field for increasing and decreasing the quantity.
I guess it must be the theme modifying the input as RSVP shouldn’t be affected by WooCommerce. Can you please try to disable Woo and see if this still happens? Can you also check if there’s a template override for the RSVP form? To check this you can look for a file named rsvp.php in themes/krisi_folder_name/tribe_events/tickets/.
Let’s review this and if makes sense I’ll log a ticket for our devs to look into adding this attribute.
Best,
NicoNico
MemberStoked to hear Shaun, 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,
NicoNovember 18, 2016 at 9:51 am in reply to: JS Error Preventing Date Picker, New Venue, and Extra Ticket Fields #1194602Nico
MemberHi there Kendall,
Thanks for reaching out to the premium forums, hopefully we can better server our customers here 🙂
In the WordPress.org forums you mentioned:
I’ve tried deactivating non-critical plugins to try to find the conflict, but no luck there either.
Were the cache plugins de-activated? Sometimes double minification of the JavaScript files cause issue.
Can you please do a full disable of theme and plugins? If the issue is not present then re-enabling one by one and re-checking should lead to the cause of the conflict.Please let me know about it,
Best,
Nico -
AuthorPosts
