3vance
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed not serving images in .webp formatHow can I resolve this?
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed not serving images in .webp formatExample 1
The image: https://gachoki.com/wp-content/uploads/2024/11/Gachoki-Studios.png
It’s webp version: https://gachoki.com/wp-content/uploads/2024/11/Gachoki-Studios.png.webpExample 2
The image: https://gachoki.com/wp-content/uploads/2025/02/How-to-Import-FBX-Files-into-Blender-3D-768×403.jpg
It’s webp version: https://gachoki.com/wp-content/uploads/2025/02/How-to-Import-FBX-Files-into-Blender-3D-768×403.jpg.webpForum: Plugins
In reply to: [LiteSpeed Cache] Litespeed not serving images in .webp formatYes. https://gachoki.com/
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed not serving images in .webp formatAnd yes i can see the .webp version of all images in my file system under /wp-content/uploads folder.
The issue is replacement of jpeg, png and gif with webp version of the images. The code below is also contained in my .htaccess file.
###marker WEBP start###
RewriteCond %{HTTP_ACCEPT} “image/webp”
RewriteRule .* – [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+webp]
RewriteCond %{HTTP_USER_AGENT} iPhone.Version/(\d{2}).Safari
RewriteCond %1 >13
RewriteRule .* – [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+webp]###marker WEBP end###
Forum: Plugins
In reply to: [LiteSpeed Cache] Litespeed not serving images in .webp formatYes image optimization is complete. See attached screenshots below:
Thanks. Looking forward to it.
It worked. Thanks!
Thanks for your response.
I want this ‘TYPE’ archive template to look like
https://gachoki.com/clients/edmor/apartment-type/studio-apartments/this ‘LOCATION’ archive template.
https://gachoki.com/clients/edmor/apartment-location/kileleshwa/Here is a screenshot https://postimg.cc/YLwFv10c
I did as you recommended and it worked. Thank you.
I have followed the 3 steps you recommended, I still get the same result. Kindly assist.
Thank you for your reply. I’m trying to add a shortcode via Gutenberg editor. The green Estatik icon is missing from the editor. How do I enable it?
Forum: Plugins
In reply to: [Calculated Fields Form] Google maps distance intergrationI want to create a real-time quotation form for a borehole drilling business.
The drilling business location (Point A) will be the default starting point on the map.
A website visitor will get a quotation by adding their location (Point B) by dragging Point B marker on the map or typing their location (Point B) inside a text field.
Then the distance from the above will be automatically factored in calculations by the form when adding the total cost.Is this possible with Developer version of this plugin?
Forum: Plugins
In reply to: [Calculated Fields Form] Google maps distance intergrationThanks for the response. I have looked at the documentation links you provided above. It was a little confusing. Is there a video tutorial showing step by step how to use Distance module in a calculated fields form?
Never mind, I have sorted out the issue.
Thanks!Hi
I deactivated all the plugins apart from wpl. There was no change unfortunately.However I discovered something.
When I change Main Permalink in the SEO settings section from properties page to none, the canonical URL of a listing on facebook debugger (https://developers.facebook.com/tools/debug/) changes from properties page url to homepage url.
I went ahead and created and published a normal test post on wordpress, the url is as follows http://crystalvaluers.com/test/
Facebook picks the latter both Fetched URL and Canonical URL correctly without issues. But picks the properties page as the Canonical URL when you share a listing with wpl realtyna.
Could I have tampered with a setting somewhere?
Kindly assist.