Home Forums Basel support forum Some issues

Some issues

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #82293

    ZUZUVECHAX
    Participant

    Hello,

    I’m experiencing some issues and need your help.

    1.- Icons on homepage don’t load. Icons as arrow, search, loging. wishlist, cart do not load and it apears as squares.
    2.- On product page, the image show a line with the next image.
    3.- On categories page, we are always changing the text “seleccionar opciones” for “COMPRAR” on hover, but in some days it change again and it’s not possible to fix this.
    I’ve attaches pics of all this issues.
    Thank you

    Attachments:
    You must be logged in to view attached files.
    #82345

    Artem Temos
    Keymaster

    Hello,

    1. We are testing your website and don’t see this problem on your home page https://gyazo.com/a4981c774b0eb2a2b6cb45f6efa76421

    2. Try to use the following CSS code to fix that

    .woocommerce-product-gallery .owl-carousel .woocommerce-product-gallery__image {
        padding-left: 2px;
        padding-right: 2px;
    }
    .slick-slider.slick-vertical .slick-prev,
    .slick-slider.slick-vertical .slick-next {
        position: relative;
        top: -2px;
        height: 28px;
    }

    3. Could you please specify where exactly do you change it and send us a screenshot? Provide us your admin access so we can check it.

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)