Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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&#8221; 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&#8221; 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
    Mauro

    #1485931

    Hey 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,
    Ismael

    #1485954

    Thank you, it is working.
    The output uses anyway HTML Entities and not HTML Characters.

    Please see private Content

    #1485995

    Hi,

    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,
    Ismael

    #1486150

    & quot; instead of “”

    I am not sure if it is a problem, but developers tool does not recognize as a valid HTML

    View post on imgur.com

    Thank you
    Mauro

    #1486180

    Hi,

    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,
    Ismael

    #1488493

    Hello 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

    #1488646

    Hi,

    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,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.