madthomas1986
Forum Replies Created
-
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 1 year, 11 months 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_headerForum: Plugins
In reply to: [LiteSpeed Cache] Purge not working – must refresh site using F5Works!
Solution for others.
You need to paste in .htaccess (public_html) the following code:
(after END WordPress)
Header always set Cache-Control “no-cache, no-store, must-revalidate”
Forum: Plugins
In reply to: [LiteSpeed Cache] Purge not working – must refresh site using F5Thanks for the advice. Can you tell me where to find cache-control? I checked in public_html —-> .htaccess, and this command is not there.