Using the Events Calendar plugin on the events page above. When going to the site on mobile (iPhone) we are noticing that clicking around doesn’t seem to update showing the different events on the day. It seems to stay on the page. When resizing the screen using the Chrome Dev Tools, or on Safari we aren’t noticing any issues. It seems to be mobile specific and on the month view. Noticing that on mobile unable to switch to the other type of views though.
]]>I came across the guide at https://theeventscalendar.com/knowledgebase/template-hooks/
What caught my attention was the last example described there:
add_action( 'tribe_template_before_include:events/v2/components/events-bar/views', function( $file, $name, $template ) {
echo '<a href="#">My Link</a>';
}, 10, 3 );
This works, but there appears to be a catch (not sure I’d dare call it a bug just yet, may well be the intended behaviour). It appears that the function does not run if one is looking at the current month that has no events. However, if to use the datepicker and navigate to a month that has no events, it runs just fine. It also works with the current month, if there are events in it. In my case, month is the only view used.
I’ve tried hooking to other templates as well. No luck. Where to hook to have the code run at all times (i.e with or without events in the view)?
Thanks in advance
]]>In the Calendar desktop view when I changed to month view it’s showing dots in calendar. When I refreshes the page then it is showing correctly. Also when I switch to list view the page is loading and loading and after refresh it is displaying.
I don’t have cache plugin installed and have created folder inside child theme (copy of twentytwentyone theme)
Please help me in this topic.
Peter K.
]]>Month view, see toggle at top right:
…and List view, see toggle:
]]>I tried using “display:none;” on its CSS ID but it didn’t work. Can you help guide on an easy way to do this?
Thank you
]]>I would like to report an issue with a plugin that displays an events calendar on my website. Specifically, when the current month is empty in terms of events, the plugin doesn’t show the calendar but simply states that there are no events and displays a list of past events. However, if I switch to view another month, even if it’s also empty, the plugin displays the empty calendar (which is what it should do consistently, even for the current month).
I’ve noticed that other users have reported a similar problem in these two links:
The responses in those threads suggest that this is the intended behavior, but it seems strange to me that the calendar behaves differently depending on whether it’s set to the current month or another month.
Could you please investigate this issue and consider making the plugin consistently display the empty calendar for all months, regardless of whether it’s the current month or not? This would provide a more consistent user experience and better align with user expectations.
Thank you for your attention to this matter!
Best regards,
Andrea De Angelis
I installed Your plugin few days ago and sadly are not able to make it work properly. The Plugin works well and is installed on the Events Settings Tab, hence I can change the colors of all available categories. The categories show up with the right color on mini-widget type month calender views that are found on static pages, but not on the main event page, where all the events are shown together and where the general calender is to be found (link attached). Even though I turn the color to “transparent” in the Divi settings, it seems like the Divi settings still have the win over the power of changing the color from the category color plugin. Any help would be greatly appreciated on how to fix this
Thanks & rock on,
David
]]>
I'm trying to remove the links from the events (by category) to the single events posts. I followed the advice on https://theeventscalendar.com/.../how-to-disable.../... and created the category "nolink" and added
.tribe_events_cat-nolink h3 a {
pointer-events: none;
}
.tribe-events-view--photo .tribe_events_cat-nolink a {
pointer-events: none;
}
to my css. I even cleared the caches just to be on the safe side. I'm not seeing any changes, the single event pages still open up.
Any idea what I'm missing?
Edit: I added the Events Calendar Tweaks extension and disabled links on the calendar, day, and list options. It works on list and day but not on Month (calendar). And I really need to only disable by category so this was a Hail Mary.
]]>