madthomas1986
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Photo thumbnails in the event list are not clickableI copied the featured-image file responsible for the daily view from the old calendar version to the newest one, and it works. Admittedly, other things have come up on the website, and I’m working on them now. But I think we can close this thread. In pain (as after every update).
Forum: Plugins
In reply to: [The Events Calendar] Photo thumbnails in the event list are not clickableThe calendar has been rolled back to an older version. I’ve now updated it to the latest version. The day view images are no longer clickable.
Forum: Plugins
In reply to: [The Events Calendar] Photo thumbnails in the event list are not clickableSo here it is: I’ve tried several PHP plugins, and none of them work. I tried pasting it into both a child theme and the original theme, and nothing. I asked Chat GPT why this code (I pasted the code into gpt) wasn’t working for this website: https://conamiescie.info/events/2026-02-08/ And he spit out a lot of information that might point you to a solution. Will you give it a try?
*Its a “DAY VIEW” not a “LIST VIEW” – will this help?
- This reply was modified 3 months, 3 weeks ago by madthomas1986.
Forum: Plugins
In reply to: [The Events Calendar] Photo thumbnails in the event list are not clickableI disabled the autoptimize and WP Super Cache caching plugins, but that didn’t help. I’m sending a screenshot of the code implementation.
The code has been copied.Screen: https://files.fm/u/xy9hu8nwjh
Forum: Plugins
In reply to: [The Events Calendar] Photo thumbnails in the event list are not clickableUnfortunately, I’ve tried clearing the cache multiple times, and it doesn’t work. The cause must be somewhere else.
And i tried autoptimize settings from you guys.
- This reply was modified 3 months, 3 weeks ago by madthomas1986.
Can you help me? Screenshot – https://ibb.co/rFkqB4z
What should I enter?
Forum: Themes and Templates
In reply to: [Hestia] Hestia changing the blog view in mobileCan I ask for such a custome code?
Forum: Plugins
In reply to: [The Events Calendar] Disable tooltip in month viewStill google page speed detects pictures in the tooltip :/
Forum: Plugins
In reply to: [The Events Calendar] Disable tooltip in month viewI did everything rather correctly and it still doesn’t work. Below is a screenshot
Forum: Plugins
In reply to: [The Events Calendar] Disable tooltip in month viewUnfortunately, I can’t find it:
[your-theme]/tribe/events/v2/month/calendar-body/day/calendar-events/calendar-event.php
I’m using hestia and both the root and child theme don’t have this file.
Forum: Plugins
In reply to: [The Events Calendar] Disable tooltip in month viewI found this code on your site and it works half way.
.post-type-archive-tribe_events .tribe-events-tooltip-theme {
display: none !important;
}The tooltip is no longer displayed, while google page speed shows that the photos from the tooltip previews are all uploaded at once (only mobile) and this slows down the page a lot. I’d like to turn them on at all, or remove.
Screen -> https://freeimage.host/i/HOKVRR9
- This reply was modified 3 years, 1 month ago by madthomas1986.
Forum: Plugins
In reply to: [The Events Calendar] Wanted to share a cool tool!How can I test this plugin?
Forum: Plugins
In reply to: [LiteSpeed Cache] Purge not working – must refresh site using F5It’s about the buttons at the top of the page that lead to the list of events with not refreshed posts.
Forum: Plugins
In reply to: [LiteSpeed Cache] Purge not working – must refresh site using F5Thank you. I guess it works.
The main page now refreshes, but some subpages do not. Is there any way to refresh all pages?
Forum: Plugins
In reply to: [LiteSpeed Cache] Purge not working – must refresh site using F5I made a mistake in the entry and now in the entry the correction along with your code.
SetEnvIf Request_URI “/$” change_header
Header set Cache-Control “no-cache, max-age=0, must-revalidate” env=change_header