Santiago
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] No aparece mi post luego de publicarloForum: Plugins
In reply to: [The Events Calendar] header menu missingHi @ashkanram,
Thanks for writing inI’d like to have a look at your site. Could you sent over the url?
Also, it’d be greta if you could paste your system information in your reply.
This article shows how to do that.Best
SantiagoForum: Plugins
In reply to: [The Events Calendar] Using get_the_title() in the main loopHi @taskotr
I don’t know why the code doesn’t work, but I’d first make sure $post->ID exists.Once you are sure about that, then do $title=get_the_title($post->ID)
Then see what’s inside $title.
It might sound obvious but it will help you finding where the issue comes from.Let me know how it goes
Best
SantiagoForum: Plugins
In reply to: [The Events Calendar] Events and Event Page Errors with Divi ThemeHi @varell ,
Thanks for reaching out,Could you try switching to a different template from Events->Settings->Display. The seccond option is “Events template”, could you make sure it is set to Deault Events Template?
About editing events pages with Divi builder, I’m afraid this is not possible. We do provide great knowledgebase articles that will help you customizing the events templates for any calendar view
Ket me know how it goes
Forum: Plugins
In reply to: [The Events Calendar] Support Disable Comments pluginHi @strarsis ,
Thanks for writing in,We do have a specific setting to show or hide comments on events pages if that’s what you need to accomplish.
You will find it in Events->Settings->General, under the label “Show comments”Let me know if it helps
Forum: Plugins
In reply to: [The Events Calendar] change month (purple) color cssHi @idelaware ,
Thanks for reaching outCould you please point me to the page where you need to change colors?
Also, about the notice message. The following CSS should change the colors to all the elements involved there.
.tribe-events-notices {
background: blue;
border: green;
color: black;
text-shadow: none;
}Let me know if it works for you
Cheers
SantiagoForum: Plugins
In reply to: [The Events Calendar] Mobile Version and Changing the Events Page NameHi @amarinhooliveira
Thanks for writing in,Let me help here:
1- There seems to be some styles conflict when in mobile view. I crafted this simple CSS rules and it seems to look much better. You can add it from Appearance-> Customize-> Additional CSS.
Note that this will take effect on screens 600px wide. But you can change that to the number you want to fit more devices.@media only screen and (max-width: 600px) {
.content .container{padding-top: 100px}
#tribe-events{padding-top:50px !important}
}2- Note that this title doesn’t come from our plugin but more likely from your Theme. There should be a way to change it if you dive into your theme’s template and find the piece of code where the title renders for archive pages.
Now, the workaround I can offer is just hiding with the following CSS..title_subtitle_holder_inner {
display: none;
}Let me know if it helps
Best
SantiagoForum: Plugins
In reply to: [The Events Calendar] problem visualisation editing EventHello @afspace ,
Sorry to hear about this issue. We are aware about some incompatibilities with Avada 6.2.I wonder if you are running the latest version of our plugin (5.0.2)?
Also, could you confirm if the issue happens for every event or just recurring events?Looking forward to your reply
Best
SantiagoForum: Plugins
In reply to: [The Events Calendar] Google Maps API Error Only in Gutenberg Block EditorHello there, thanks for the follow up,
No, this wouldn’t require billing information.
You could actually get your own API key for testing following the process indicated in the Knowledgebase article.Let me know how it goes
Forum: Plugins
In reply to: [The Events Calendar] Trying to move content in tribe-events-venue-detailsHi Mark,
Sure you can customize the templates and make the event render the way you need.Our knowledgebase will help you find the right template to customize deending on the version you are using in your calendar (V1 or V2 views).
Here is an article to get you started with it, but you can search for “customizations” and will find anything related.
I hope this helps
Best
Santiago- This reply was modified 6 years, 6 months ago by Santiago.
Forum: Plugins
In reply to: [The Events Calendar] Divi and The Events CalendarHi @cheryls ,
Thanks for reaching out,The straight answer is yes, you should try to keep all your plugins up to date to avoid incompatibility issues.
Please remember backing your site up before any update!
Please note that you will not be able to create events with Divi the same way yo create pages.
TEC will allow you to display a main calendar page (/events by default). But you can try using different templates for the calendar to make it match your site’s style.
If you go to Events->Settings->Display you can change the Stylesheet and the Template for your events.Let me know if it helps
Best
SantiagoForum: Plugins
In reply to: [The Events Calendar] Google Maps API Error Only in Gutenberg Block EditorHi @typecconsulting ,
Sorry to hear about this issue.This error message is saying that you don’t have your JavaScript API activated.
Let’s start from the beginning, could you please confirm that you followed the steps to set up your Google maps API key?
Specially make sure that both Geocoding and JS API are activated.
Let me know how it goes
Forum: Plugins
In reply to: [The Events Calendar] Events Calendar Date Picker z-indexHey @jupiter1955 ,
I’m happy to hear it works now!I will go ahead and mark this thread as resolved
Please reach out if anything comes up
Cheers
SantiagoForum: Plugins
In reply to: [The Events Calendar] Error layoutHello @goncalo-cruz ,
Thanks for contacting us,There seems to be a template conflict on your calendar page.
Could you try going to Events->Settings-> Display under Events Template make sure that you set the “Default Events Template”?About the shorcodes, unfortunately this is a feature that is only included on the PRO version.
https://theeventscalendar.com/knowledgebase/k/shortcodes/Let me know how it goes
Best
SantiagoForum: Plugins
In reply to: [The Events Calendar] cant move to the next monthHi @marcusjott
Im sorry to hear about this issue.I wonder if you managed to solve it already, as I’m having a look and everything seems to be in place now.
Please let me know if I’m missing something here.
Thanks
Santiago