Forum Replies Created
-
AuthorPosts
-
Trisha
MemberHello, Josette!
Thank you for checking The Events Calendar! I can help with this ?
You can certainly achieve layouts like this with Events Calendar Pro. We don’t have anything ‘out-of-the-box’ exactly like this but through the use of templates and queries, almost any layout is possible.
It might be helpful to scan our Knowledgebase to get an idea of what you can do. In particular, the ‘Themer’s Guide‘, ‘Using tribe_get_events‘ and ‘Crafting Custom Event Queries‘ are particularly relevant.
Does this help answer your question? Let me know how it goes!
Cheers,
TrishaApril 26, 2017 at 10:16 pm in reply to: We changed our domain name and our key license key deactivated #1275078Trisha
MemberHello, Tom!
Thank you for using The Events Calendar! I can help with this ?
Check out the knowledge base article “Moving Your License Key” for information on how to do that. You can find the article here: https://theeventscalendar.com/knowledgebase/moving-your-license-keys/
Does this help answer your question? Let me know how it goes!
Cheers,
TrishaTrisha
MemberHello, Petr!
Thank you for using The Events Calendar! I can help with this ?
I think I know what is going on but in order to confirm it, I need a couple of things from you.
First, can you send me a screenshot of the settings for the event? I’d like to see how that is set up in the admin area.
Secondly, would you be so kind as to share your system information? That will allow me to check for possible conflicts and see your current calendar settings. You can snag that by heading to Events > Help, copying the information that is at the bottom of the screen, then pasting it here for me as a private reply.
Looking forward to your reply!
Cheers,
TrishaTrisha
MemberHi, Elke!
I’m glad this worked for you!
To answer your other questions:
- Use this snippet to hide the code on the front end.
add_action('tribe_get_custom_fields','tribe_hide_custom_meta', 100);
function tribe_hide_custom_meta() {
//If viewing a single event, then return no data
if( tribe_is_event() && !is_admin() ) {
return '';
}
}
- It looks like your theme is overriding some of the styling on the form. You will need to add some custom CSS to get the look you want. The easiest way to add custom CSS is to use the Customizer. When you’re logged in, click on the Customize link at the top of your site. Then go to the bottom of the customizer panel and open the tab that says ‘Additional CSS’. You can add anything you want there.
- To change the time to European format see this snippet https://gist.github.com/andrasguseo/77073707356b4e9bc55e23bb7ebd67bc
Does this help answer your question? Let me know how it goes!
Cheers,
TrishaTrisha
MemberOk, I checked it out and totally see what you mean. The link looks to be right but is redirecting for some unknown reason.
I compared with our demo site at http://wpshindig.com/ and a quick check of a recurring event on that site and I get the expected behavior (linking to the event)
My suspicion is that your theme or another plugin is somehow causing a conflict that leads to this redirect behavior. It would be super helpful if you could go through our ‘Testing for Conflicts’ guide. You can find that here: https://theeventscalendar.com/knowledgebase/testing-for-conflicts
Let me know what you find out and we can go from there 🙂
Cheers,
TrishaApril 26, 2017 at 8:21 pm in reply to: How do I remove featured image from the event listing? #1275042Trisha
MemberHello, Petr!
Sorry to hear you’re having the same issue.
Since the answer for Julie is specific to her theme — it would be awesome if could open a separate topic. We will be here to help you out and you will get your own personal consultant who will be focusing on your issue.
Cheers,
TrishaTrisha
MemberHello, Rogier,
Yes, that is what my testing indicated. When you do the following all events are added/updated appropriately
- Add a new event to the Google Calendar and at the
- Update an existing event on the same calendar.
- Run the import for the Google Calendar
In the scenario, the text is changed and the event is moved to the new date.
A deleted event will be deleted from your calendar on the next import.
Does this help answer your question? Let me know!
Cheers,
TrishaApril 25, 2017 at 9:23 pm in reply to: Events Cal Pro Google Maps Not Displaying with API Key #1274488Trisha
MemberThis reply is private.
Trisha
MemberHi, Janet,
Can you send a screenshot of the message you’re seeing? That would help us track down what might be happening.
Would you be willing to share your system information? That will allow me to check for possible conflicts and see your current calendar settings. You can snag that by heading to Events > Help, copying the information that is at the bottom of the screen, then pasting it here for me as a private reply.
Thanks so much for your help!
Cheers,
TrishaTrisha
MemberHello, Khalid!
I can’t give you a specific time for the resolution, our engineers are working on it now and will update it as soon as they have a fix.
You can install the license and the plugin will operate without issue, it is just the messaging that is broken.
I hope this helps! Let me know.
Cheers,
TrishaTrisha
MemberHello, Nick!
Thank you for using The Events Calendar! I can help with this ?
I took a look at your site and I am seeing the same thing you are. Further inspection showed a javascript error which is disabling javascript on the page and breaking the layout. See the screenshot below:

As a first step to resolving this issue would you mind going through our ‘Testing for Conflicts’ guide? you can find that here: https://theeventscalendar.com/knowledgebase/testing-for-conflicts/
Let me know what you find out and we can go from there!
Cheers,
TrishaTrisha
MemberHello, Adam!
Thank you for using The Events Calendar! I can help with this ?
It’s definitely possible to add the image to the month view. I threw this together to show that it can be done!

Once you purchase the plugin head over to our Premium Forums and one of our support staff will show you how it’s done 🙂
…or if you have any other questions please reach out, I’m happy to help 🙂
Cheers,
TrishaApril 25, 2017 at 8:08 pm in reply to: How do I remove featured image from the event listing? #1274467Trisha
MemberHello, Julie!
Thank you for using The Events Calendar! I can help with this ?
The easiest way to do this would be to modify your existing ‘event-mod.css’ file. The file is located in your theme directory in the folder ‘config-events-calendar.
Look for Line 182 and change it from
.single-tribe_events .tribe-events-event-image{}to
.single-tribe_events .tribe-events-event-image{ display: none; }That should take care of it for you! If you have any questions about it or need anything else don’t hesitate to reach out. I’m happy to help 🙂
Cheers,
TrishaTrisha
MemberHello, Marcel!
Thank you for using The Events Calendar! I can help with this ?
I totally see what you mean andI’m sorry to see you’re having this issue! It was a bit fidgety as first for me as there were times the menu appeared but it’s definitely an issue more often that not.
I’ve narrowed it down to a conflict between one of the scripts in The Events Calendar Plugin and the theme. See the screenshot below for details:

There’s good news and maybe not-so-good news. The good news is that if you use any view other than the Photo View it will work just fine. The bad news is that you can’t use Photo View.
You might check with the theme developer and see if there might be a workaround on their end.
Does this help answer your question? Let me know how it goes!
Cheers,
TrishaTrisha
MemberHello, Jamie!
Thank you for using The Events Calendar! I can help with this ?
I’m not sure I totally understand what you’re asking. Are you wanting to import events using Event Aggregator or is there some other way you’re thinking events should be added.
Typically, events are added manually. Perhaps our New User Primer will help you. You can find that here: https://theeventscalendar.com/knowledgebase/new-user-primer-the-events-calendar-and-events-calendar-pro/
Let me know if this helps, also let me know if it doesn’t! I’m happy to continue troubleshooting with you until we get this figured out!
Cheers,
Trisha - Use this snippet to hide the code on the front end.
-
AuthorPosts
