
-
AuthorPosts
-
June 24, 2025 at 11:34 am #1485834
Hello,
search lens and cart svg dimensions are too big. It is not the first time that it happens.
<svg version=”1.1″ xmlns=”http://www.w3.org/2000/svg” width=”25″ height=”32″ viewBox=”0 0 25 32″ preserveAspectRatio=”xMidYMid meet” aria-labelledby=”av-svg-title-2″ aria-describedby=”av-svg-desc-2″ role=”graphics-symbol” aria-hidden=”true”>……..
</svg><svg version=”1.1″ xmlns=”http://www.w3.org/2000/svg” width=”25″ height=”32″ viewBox=”0 0 29 32″ preserveAspectRatio=”xMidYMid meet” aria-labelledby=”av-svg-title-3″ aria-describedby=”av-svg-desc-3″ role=”graphics-symbol” aria-hidden=”true”>……
</svg>everything is updated to last version
How can we adjust?
Please see screenshot in private content
Thank you
MauroJune 26, 2025 at 7:58 am #1485931Hey profumopuntoit,
Thank you for the inquiry.
You can add this css code to adjust the width and height of the SVG icons.
.responsive #top #wrap_all .menu-item-search-dropdown >a > svg { width: 24px; height: 24px; } .responsive #top #wrap_all #menu-item-shop .cart_dropdown_link .av-cart-container svg { width: 24px; height: 18px; }
Let us know the result.
Best regards,
IsmaelJune 26, 2025 at 3:00 pm #1485954Thank you, it is working.
The output uses anyway HTML Entities and not HTML Characters.Please see private Content
-
This reply was modified 3 months, 1 week ago by
profumopuntoit.
June 27, 2025 at 7:45 am #1485995Hi,
Glad to know it’s working. What do you mean by “HTML entities and not HTML characters”? Please explain it a bit further or provide screenshots.
Best regards,
IsmaelJune 30, 2025 at 11:37 am #1486150& quot; instead of “”
I am not sure if it is a problem, but developers tool does not recognize as a valid HTML
Thank you
MauroJuly 1, 2025 at 4:58 am #1486180Hi,
Thank you for the screenshot.
Please note that the html or the value inside the data-avia-search-tooltip attribute will be converted into actual html by a script, and html entities such as & quot; will be rendered as actual quotation marks in the end. This is the search form that pops up when you click the search icon.
Best regards,
IsmaelAugust 25, 2025 at 3:41 pm #1488493Hello Ismael,
I added those styles, I repeatedly cleared the caches, but it still shows up incorrectly
Also, if you click on the lens, nothing happens. You have to click 10/15 pixels below it to open the search box, but who knows it.
Also, the search box looks strange.
Please see the attached screenshot
Thank you, Mauro
August 28, 2025 at 8:31 am #1488646Hi,
We’re not yet sure what’s causing the issue with the search icon. Did you modify the header.php file or override any templates in the child theme? Please provide the login details in the private field so we can inspect the issue further.
Best regards,
IsmaelSeptember 23, 2025 at 5:50 pm #1489498Dear Ismael,
we haven’t modified header.php
please see in private contentThank you
MauroSeptember 24, 2025 at 5:35 am #1489510Hi,
Thank you for the login info.
Looks like the issue only occurs when you’re not logged in. Have you tried temporarily deactivating the WP Rocket plugin? Please back up your WP Rocket settings first, then disable the plugin and let us know the result.
Best regards,
IsmaelSeptember 24, 2025 at 3:15 pm #1489529Dear Ismael,
I disabled Wp-Rocket.
Yes, as a logged-in user, the problem does not exist. But the 99,99% of the navigation on the website is made by non logged-in users.
But from my browsers, in incognito mode, so as a non-logged-in user, the problem is the same.
I tested in incognito mode with Brave, Opera, and Chrome.
I have re-enabled Wp_Rocket
September 25, 2025 at 5:55 am #1489546Hi,
The issue occurs when not logged in because the following cached file is not being loaded. We’ve tried disabling WP Rocket but it’s still the same.
https://site.it/wp-content/cache/min/1/wp-content/themes/enfold-child/style.css?ver=1756284923
Is there any other kind of caching enabled on your server? You may need to contact your hosting provider to confirm this.
Best regards,
IsmaelSeptember 25, 2025 at 11:07 am #1489566Hello Ismael,
The site is on Kinsta, which has its own caching system. Please see the direct link in the private content
We also use Asset CleanUp: Page Speed Booster, but I see that you have disabled it.
In fact, the file style.css was not there at the beginning. However, if you add a parameter after the URL, the file is loaded, and the click on the lens appears to be working correctly. It just looks too high, not aligned horizontally with the sandwich menu.
Actually, I see the file loaded three times. Please see the screenshot in the private content
Thank you, MauroSeptember 26, 2025 at 6:21 am #1489585Hi,
The style.css files you’re seeing are the following:
— https://site.it/wp-content/themes/enfold/wp-blocks/src/textblock/style.css
— https://site.it/wp-content/themes/enfold-child/style.css
— https://site.it/wp-content/themes/enfold/style.cssHowever, the required cached style.css file from the child theme is not loading when the query parameters are not set, meaning the cache is active:
— https://site.it/wp-content/cache/min/1/wp-content/themes/enfold-child/style.css?ver=1756284923
In your screenshot, the search field looks correct because you’ve added a query parameter. This is definitely an issue with a caching mechanism on your server. We recommend reaching out to your hosting provider for further assistance and ask them if Kinsta Cache can be disabled.
Best regards,
Ismael -
This reply was modified 3 months, 1 week ago by
-
AuthorPosts
- You must be logged in to reply to this topic.