iammarta
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Need better translation fileHi @marcizus ,
Thank you for getting in touch!
I’d suggest trying out Loco Translate for your translation needs, as it’s quite straightforward and easy to use. You can check out the details here.
Additionally, you might find this extension for The Events Calendar useful. It allows you to customize the labels for “Events” and “Event” text.
Hope this helps!
Best regards,
MartaForum: Plugins
In reply to: [The Events Calendar] Finding Events page titleHello @kmattson2003 ,
Thanks for your message. Unfortunately, we cannot provide support in this forum for premium users.
For us to help you better, please open a Support Ticket on our Help Desk.
You’ll hear from one of my colleagues soon!
Hi @strahinjao ,
Thanks for reaching out!
We are already aware of the problem, and our development team is diligently working on a solution to get it fixed as soon as possible.
Your case has been added to our internal ticket [TEC-5104],? and we will keep you updated on the progress.
Best regards,
MartaForum: Plugins
In reply to: [The Events Calendar] Month and List view on same page from same calendar?Hi @simplifydata ,
Thanks for reaching out!
You can easily display the calendar on a page with using shortcodes. This article should be helpful: https://theeventscalendar.com/knowledgebase/embedding-calendar-views-with-the-tribe_events-shortcode.You can use the [tribe_events] shortcode along with the view attribute to showcase the calendar in a specific format. For example:
[tribe_events view=”month”]
[tribe_events view=”list”]Please keep in mind that these shortcodes are part of our PRO plugin.
If you have any further questions, feel free to ask!
Best regards,
MartaForum: Plugins
In reply to: [The Events Calendar] Event times on frontend keep changing back to UTCHi @ispacecrusader ,
Thanks for reaching out!
To start troubleshooting this, would you mind going through this guide just to discard any potential conflicts with other plugins or themes you may have on your site?
Best regards,
MartaForum: Plugins
In reply to: [Event Tickets and Registration] Modify Attendance Overview informationHi @lilleweb ,
You can view our Full guide on customizations here:https://theeventscalendar.com/knowledgebase/guide/customization/?as well as our Developer Docs here:?https://docs.theeventscalendar.com/?.
Best regards,
MartaForum: Plugins
In reply to: [The Events Calendar] Event Title not respecting color settings in list viewHi @jbryden530 ,
There appears to be a lot of incorrect and unsupported code inside your Additional CSS section, which is preventing the CSS rule from being applied properly.
You can use the WPCode plugin to add custom CSS, following the instructions here: https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/#custom-css-using-plugin.
Best regards,
MartaHi @towiwakka ,
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] Duplicate eventYou are always welcome. We’ll go ahead and mark this one as Resolved for now.
Forum: Plugins
In reply to: [The Events Calendar] This event has passed infoHi @velomanpl ,
Thanks for reaching out!
Can you try adding the following CSS rule to wp-admin >> Appearance >> Customize >> Additional CSS?.single-tribe_events .tribe-events-notices ul li {
color: red;
background-color: green;
}Does it work?
Best regards,
MartaForum: Plugins
In reply to: [The Events Calendar] Event Title not respecting color settings in list viewHi @jbryden530 ,
Could you please share a screenshot showing where you added the CSS rule we provided?
Best regards,
MartaForum: Plugins
In reply to: [The Events Calendar] Event Title not respecting color settings in list viewHi @jbryden530 ,
You can override the color of the title with custom CSS rule.
Please add the following CSS rule to wp-admin >> Appearance >> Customize >> Additional CSS:h3.tribe-events-calendar-list__event-title.tribe-common-h6.tribe-common-h4–min-medium a {color: #81d742;}
Does it help?
Best regards,
MartaForum: Plugins
In reply to: [The Events Calendar] The Events Calendar causing site audit issues in AhrefsHi @erinhybartrealtor ,
Thanks for reaching out!
If you find that the canonical URLs are incorrect, update them. This can often be done directly within the settings of your SEO plugin (such as Yoast SEO or All in One SEO Pack) or directly in the code of your theme or plugin.
If you have persistent redirect issues, consider using the Redirection plugin to manage and monitor your redirects effectively.
Best regards
MartaForum: Plugins
In reply to: [The Events Calendar] Tickets Notice Not DismissableHi @umbc,
Thanks for reaching out!Please try adding the following snippet to functions.php or with a plugin like?Code Snippets.
define( 'TEC_HIDE_UPSELL', true ); add_filter( 'tec_common_telemetry_show_optin_modal', '__return_false' );
Best regards,
Marta