Forum Replies Created
-
AuthorPosts
-
Victor
MemberYou are welcome Alex!
Since you marked this resolved, I’ll go ahead and close it. But don’t hesitate to open a new topic and we’d be happy to help 🙂
Best!
VictorVictor
MemberHello Cheryl!
I’m sorry you are having that issue. Let me help you troubleshoot that.
This might be related to a JavaScript conflict with other theme or plugin. So, could you please see if there are any console errors by inspecting that page? Here is an article on how you can do that > https://theeventscalendar.com/knowledgebase/using-google-chrome-developer-tools/
If there are any errors, please share those with us by sending us a screenshot of them.
Thanks,
VictorJuly 10, 2017 at 4:25 pm in reply to: EVENT CALENDAR – Event Edit – Event left coumn is too narrow #1319203Victor
MemberHello Art!
Thanks for getting in touch! Let me help you with that issue.
This issue generally happens depending on the amount of columns for the table and the width of your browser window.
From the screenshot you shared, I can see there are some extra columns which are not included by our plugins. If you are using Yoast SEO plugin, then that might be adding them.
If you go to the top right corner of your page you will see the Screen options tab, where you’ll be able to select which columns to show for your table.
Let me know if that works for you.
Best,
VictorVictor
MemberHello Saeid!
Thanks for reaching out to us!
Changing the events permalink structure is not something possible without doing some custom coding.
And, as you will find in the following article it is a best practice to use “Post Name” option > https://theeventscalendar.com/knowledgebase/permalinks-best-practices/
Let me know if you have other questions and I’d be happy to help.
Best,
VictorJuly 10, 2017 at 3:45 pm in reply to: Page title/tab title/page heading all displaying differently #1318669Victor
MemberThis reply is private.
July 10, 2017 at 10:44 am in reply to: Data collected in ticket fields are not shown for some purchases again #1318530Victor
MemberThis reply is private.
July 10, 2017 at 8:46 am in reply to: 'Find out more' when hovering over event in monthly view #1318438Victor
MemberHi AJ!
I’m glad it worked out for you! Thanks for following up to let us know about it.
Don’t hesitate to open a new thread if anything else comes up 🙂
Cheers!
VictorVictor
MemberHi Matthias!
Only adding them in the frontend form, won’t get them saved when purchasing a ticket. So yes, you could add the frontend fields for the tickets by customizing that template file, but you will also need to create the backend logic for them to be saved upon submission.
I hope it helps! 🙂
Best!
VictorVictor
MemberHello Alex!
The ‘tribe_tickets_plus_hide_attendees_list’ filter will allow you to hide the Attendees List for a specific event or all of them, regardless of what you select for the Display attendees list checkbox when creating/editing an event.
For example, if you place the following line of code in your functions.php file it will hide the attendees list for all events:
add_filter( 'tribe_tickets_plus_hide_attendees_list', function() { return true; } );To hide the event series options you can use the following css snippet:
tr.recurrence-row.tribe-datetime-block {
display: none;
}I hope it helps! 🙂
Best,
VictorJuly 7, 2017 at 8:47 pm in reply to: query performance issues on update_meta with new meta chunker #1317763Victor
MemberHello Nicolas!
I’m sorry to hear about not being able to try memcached on your server. This caching system is a way to cache the venues and other data in memory to reduce the number of times it reads the database.
I will reach the team to take another look at your database and to analyse the time it takes to publish/edit a post and we’ll get back to you with any findings we have.
Thanks again for your patience.
Best,
VictorVictor
MemberHello Alex!
Thanks for reaching out to us! 🙂
Let me go through each of your questions:
- It really depends on where you want to change this. Is it in the single page for an event? You can send us a screenshot of where you want it changed and I’d be happy to point you in the right direction.
- I couldn’t find a way to hide it through css but I did find a filter hook that you could use to hide it. Try adding the following snippet into your theme’s functions.php file and see if it works for you:
add_filter( 'tribe_tickets_default_purchase_limit', function(){ return 0; } ); - Try adding the following css snippet:
td.tribe_sectionheader.updated{ display: none !important; } - Like you say, the css approach will hide both fields. Instead, you can make use of the ‘tribe_tickets_plus_hide_attendees_list’ filter to filter and hide the Attendees List for a specific post or all of them. You can find this filter in Attendees_List.php file located at /wp-content/plugins/event-tickets-plus/src/Tribe/
I hope that helps. Let me know if you have other questions.
Best,
VictorJuly 7, 2017 at 5:31 pm in reply to: updated plugin, now all images in photo view have shrunk to 100×100 #1317733Victor
MemberHello Luis!
Thanks for reaching out to us!
That is a bug we had with a previous version of Events Calendar PRO. I can see you are using version 4.4.7, so could you please update to version 4.4.13 and see if you still experience the issue.
Thanks,
VictorJuly 7, 2017 at 5:09 pm in reply to: Same-day recurring events link to same page showing first event start time. #1317725Victor
MemberHello John!
Thanks for reaching out to us!
Unfortunately, we are already aware of this issue and the team will address it in a future maintenance release. I will change this thread’s status to “Pending fix” and link it to the bug report. This way we’ll let you know as soon as a bugfix is released.
We apologise for the inconvenience and we’d appreciate your patience.
Please, don’t hesitate to ask any other questions.
Best,
VictorJuly 7, 2017 at 4:47 pm in reply to: Extension Add Event and Attendee information with woocommerce integration error #1317719Victor
MemberHello Amy!
I’m sorry you are having that issue.
I could not reproduce the error on my end, so let me help you troubleshoot that.
First, please make sure you are using the latest versions of our plugins and also the latest version of the extension from here > https://theeventscalendar.com/extensions/
Then, as this could be related to a plugin or theme conflict, please go through the complete steps in this guide > https://theeventscalendar.com/knowledgebase/testing-for-conflicts/ and let us know what you can find in the process.
Also, when coming back could you please share with us your latest system info by following this guide > https://theeventscalendar.com/knowledgebase/sharing-sys-info/ ? Somehow we are not able to access it entirely, so you can post it in a private reply.
Thanks,
VictorVictor
MemberHi Celeste!
I tried reproducing the issue in my own installation but failed to do so.
This could be related to a plugin or theme conflict, so could you please go through the complete steps in this guide > https://theeventscalendar.com/knowledgebase/testing-for-conflicts/ and let me know what you can find in the process?
Thanks,
Victor -
AuthorPosts
