iammarta
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Change button titleWe’ll go ahead and mark this one as Resolved for now.
Forum: Plugins
In reply to: [The Events Calendar] Shortcodes don’t work on free versionHi @webbuilderguy,
Thank you for reaching out, and I understand your disappointment.
There are alternative options for setting the calendar as your HomePage. Redirects and Widgets can be utilized to achieve this.
For detailed instructions, please refer to the following article: How to Make Your Calendar Your Site’s Home Page.
If you encounter any challenges or have further questions, feel free to let me know.
Best regards,
MartaForum: Plugins
In reply to: [The Events Calendar] Agenda page title – French tarslationHi @spoujol,
Thanks for reaching out!
To change the meta title for calendar views, please check out this article: https://theeventscalendar.com/knowledgebase/changing-the-browser-title-for-calendar-views.
Please let us know if you need further assistance with this!
Best regards,
MartaForum: Plugins
In reply to: [The Events Calendar] Cannot skip Stellar WP community messageHi @erkv,
Thanks for reaching out!
I suspect some conflicts are happening here. To address this, I strongly recommend performing conflict testing, as outlined in the “Testing Conflicts With Themes and Other Plugins” documentation.
Let us know how it goes!
Best regards,
MartaForum: Plugins
In reply to: [The Events Calendar] The Events Calendar – events out of chronological orderWelcome. We’ll go ahead and mark this one as Resolved for now.
Forum: Plugins
In reply to: [The Events Calendar] Event Blocks not showing upHi @heidigay,
Yes, the Activate Block Editor for Events option is a part of the free plugin. When it is checked, it enables the Block Editor for your event edit screen.
Can you try temporarily switching to the default theme (e.g., Twenty Twenty) and see if the issue still exists?
To assist you better, could you please provide some screenshots of the issue?
Best regards,
MartaForum: Plugins
In reply to: [The Events Calendar] Change […] to Read more textHi @infoudoy,
Kindly try adding following lines of code to functions.php file of your theme,
add_action( 'tribe_template_after_include:events/v2/list/event/description', function ( $file, $name, $template ) { echo "<a href=" . tribe_get_event_link() . ">Read more...</a>"; }, 10, 3 );
Forum: Plugins
In reply to: [The Events Calendar] The Events Calendar – events out of chronological orderHi @thaisf,
Thanks for reaching out!
If you have caching plugins enabled, kindly try purging its cache to see if it resolves the issue.
?
If the problem persists, please perform conflict testing as outlined in our guide on Testing Conflicts With Themes and Other Plugins. This will help determine if the situation is caused by another plugin or the theme itself.
Let us know how it goes!
Best regards,
MartaForum: Plugins
In reply to: [The Events Calendar] Widget liste multiple dateHi @laetitia-godet,
Thanks for reaching out!
If you want to display multi-day events in a list view, you can try using thetribe_get_events()
function with the'eventDisplay'
parameter set to'list'
.
Our DevDocs might be helpful: https://docs.theeventscalendar.com.
Best regards,
MartaForum: Plugins
In reply to: [The Events Calendar] Core Functionality Broken with Pro Theme from ThemecoHi @brianjohnsondesign,
Thanks for reaching out!
Can you try downgrading your PHP version to 8.0 and see if the issue issue still exists?
Best regards,
MartaForum: Plugins
In reply to: [The Events Calendar] tag page tec_noindexHi @centoasa,
Thanks for reaching out!Please add the following PHP snippet into your theme’s functions.php file, or using the?Code Snippets?plugin:
function custom_remove_noindex() { $context = tribe_context(); if ( $context->is( 'tec_post_type' ) ) { add_filter( 'tec_events_add_no_index_meta_tag', '__return_false' ); } } add_filter( 'template_redirect', 'custom_remove_noindex', 999 );
Does it help?
Best regards,
MartaForum: Plugins
In reply to: [The Events Calendar] Date and Time fields are not availableHi @sophiebennett,
Great to hear ?? You are always welcome!I’ll go ahead and mark this one as Resolved for now, but feel free to open up a new thread if anything else comes up.
Best regards,
MartaForum: Plugins
In reply to: [The Events Calendar] Price blockHello @kyashan22,
Did you put “0” into the price block in the wp-admin? If yes, please remove it and leave the block empty.
Best regards,
MartaForum: Plugins
In reply to: [Event Tickets and Registration] Give Editor Roles Access to TicketsHi @schalkjoubert,
Thanks for reaching out!
You will need to use a third-party plugin for achieving this.See: https://theeventscalendar.com/knowledgebase/admin-roles-and-permissions.
Best regards,
MartaForum: Plugins
In reply to: [The Events Calendar] Price blockHi @kyashan22,
Are you referring to the block with the “Free” text? Do I correctly understand you?
Best regards,
Marta