Forum Replies Created
-
AuthorPosts
-
Patricia
MemberHi LaVonne,
Thanks for sending us further information on this! Unfortunately I didn’t receive the screenshots in your previous reply either, but based on what you described, I believe you want to remove this title from Community Events submission form and events list, is that correct?
“Ideas & Insights for Artists & Makers, Teachers & Students”
To get started, could you please add the following constant in wp-config.php and let me know if it helps to solve your problem?
define('TRIBE_MODIFY_GLOBAL_TITLE', true);If that constant doesn’t help you, you could add a code snippet like this one in your theme’s functions.php file (I didn’t test, but it might help you to get started):
add_filter( 'tribe_events_community_form_before_template', 'change_title' ); function change_title() { if (tribe_is_community_edit_event_page()){ ?> <style type="text/css">.fusion-page-title-bar .fusion-page-title-row h1{display: none !important;}</style> <?php } }I hope this helps! Let me know if you have any other questions and I’ll be happy to assist!
Best Regards,
Patricia
Patricia
MemberHi Cody,
Thanks for sending us further information on this! That’s odd, specially because you are having this problem with one single event and not all of them.
To identify the cause of this issue, I would recommend you to enable WP_DEBUG and WP_DEBUG_LOG and share with us any messages you see while accessing this event and trying to edit/publish it. All WP_DEBUG messages will be stored in a debug.log file in /wp-content.
Thanks!
Patricia
Patricia
MemberHi Eric,
Thanks for sharing the Facebook URL with us!
I could reproduce the issue you are experiencing from here while importing one of your Facebook recurring events.
I’m linking this thread to our internal bug report so our development team can take a look. I cannot guarantee when it will be fixed, as it’s in the development team’s hands now, but the good news is that you will be contacted as soon as a solution is available.
Thanks for your understanding and if you have any other questions, please let me know and I’ll be happy to assist!
Best Regards,
Patricia
Patricia
MemberHi Adam,
Thanks for your confirmation regarding the temporary fix! I’ve just opened a new internal bug report so our development team can take a look.
I am going to set the status of this ticket to “pending fix”: you will be contacted as soon as a solution is available.
In the mean time, you can stick with this temporary fix or simply set WP_DEBUG_DISPLAY to false and in conjunction with WP_DEBUG_LOG (so you can review errors later).
Thanks for your understanding and if you have any other questions, please let me know and I’ll be happy to assist!
Best Regards,
Patricia
Patricia
MemberHi Nora,
You are welcome! Let me know if you need anything else and have a great day ?
Cheers,
Patricia
Patricia
MemberHi Marcus,
Glad to hear that everything is working as expected now!
Let me know if you need anything else and have a great day 🙂
Cheers,
Patricia
Patricia
MemberHey Buko,
Thank you for reaching out to us!
You can easily move your license from your sub-domain to live site by following the instructions provided in the following article:
https://theeventscalendar.com/knowledgebase/moving-your-license-keys/
I hope this helps! Let me know if you have any other questions and I’ll be happy to assist!
Best Regards,
Patricia
Patricia
MemberHey Clay,
Thank you for reaching out to us!
I’m sorry to hear that you are having problems with our calendar widgets!
I’ve ran some tests in my own WordPress install (with Twenty Seventeen and Genesis themes) and couldn’t reproduce the issue you ar experiencing from here: if I add the mini calendar in different sidebars and footer widgets, all of them work as expected/are properly displayed.
I believe that this issue is caused by a theme or plugin conflict. If you want us to further investigate, please send us a copy your theme directory and we will be happy to assist!
Cheers,
Patricia
Patricia
MemberHey Sara,
I’m glad to hear that everything is working as expected now!
Let me know if you need anything else and have a great day 🙂
Cheers,
Patricia
October 20, 2017 at 4:18 pm in reply to: Updated Events Calendar and Events Calendar Pro but lots of Events are missing #1366887Patricia
MemberHey Kevin,
Thank you for reaching out to us!
I’m so sorry to hear that you are having problems with your calendar! Let me help you to solve this!
Regarding the events missing from your month view calendar, could you please send us some examples/screenshots? I’ve just accessed your calendar and it is working properly as I can see from here.
We had an issue related to the display of events in the default Month View with WordPress 4.8.2, but the bug was solved with the release of The Events Calendar 4.5.12.3 a few weeks ago.
Regarding the events missing from the back-end of your site, that’s odd! Plugin updates won’t cause your events to be removed from the database. I would recommend you to check if someone from your team didn’t accidentally remove them. If these events were in fact removed, I would recommend that you contact your hosting provider to help you recover the database from backup.
I hope this helps! Let me know if you have any other questions and I’ll be happy to assist!
Best Regards,
Patricia
Patricia
MemberPatricia
MemberHey Marcus,
Thank you for reaching out to us!
You can use the CSS overflow property to achieve what you want:
.tribe-events-viewmore { overflow: auto !important; }You can set the overflow property to auto or hidden to achieve what you want.
I hope this helps! Let me know if you have any other questions and I’ll be happy to assist!
Best Regards,
Patricia
Patricia
MemberHey Cheryl,
Thank you for reaching out to us!
I’m afraid there’s no out-of-the box way to exclude specific categories from The Events Calendar shortcodes. The simplest workaround would be to create a shortcode including all categories you want, something like:
[tribe_events_list categories=”party, black-tie”]
You can supply a list of several categories (you just need to separate them with commas).
We appreciate your feedback and would recommend proposing this feature in our User Voice page to let us know.
Other users can then up-vote it, giving us a great idea of how much demand there might be (or, if you can find a suitable existing request, you can in turn up-vote that).
Thanks!
Patricia
Patricia
MemberHey LaVonne,
Thank you for reaching out to us!
For some reason we didn’t receive your screenshots: could you please attach them and also send us the link to your Community Events submission form so we can try to help you to remove this title bar?
Thanks!
Patricia
October 20, 2017 at 10:31 am in reply to: How to Hide the Number of Remaining Tickets Available #1366702Patricia
MemberHey Peyman,
Welcome back!
I’ve just accessed your site (thetudorhouse) and the number of available tickets is hidden as I can see from here.
Could you please clear your browser cache and check again? Thanks!
Patricia
-
AuthorPosts
