Home Forums WoodMart support forum quick view

quick view

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #125238

    russomedia
    Participant

    Здравствуйте, я включил в настройках опцию Quick view для вариативных товаров.
    При быстром просмотре в каталоге, когда я выбираю цвет товара, первая фотка меняется на тот цвет, а последующие нет. это Глюк?
    И как убрать атрибуты и категории с быстрого просмотра?

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

    Hello,

    Make sure you have added different images to the variations if you have and the problem remains, deactivate all the plugins not related to the theme and switch the parent theme, check the issue

    Best Regards

    #125319

    russomedia
    Participant

    Здравствуйте, не помогает.
    Эта проблема еще с первых дней покупки темы.
    И еще, как убрать артикул с панели быстрой покупки?

    #125376

    Hello,

    I have deactivated all the plugins and switched to the parent theme and everything works https://gyazo.com/f3641bec566cf28db596e3c979e82048

    Do the same, and activate one by one to detect which plugin causes the problem.

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .popup-quick-view .entry-summary .product_meta > .sku_wrapper {
    display:none;
    }

    Best Regards

    #125386

    russomedia
    Participant

    Вы не поняли меня.
    Я не говорю, что он вообще не работает.
    Плагины не причем. Зайдите на сайт мой, выберите товар который имеет 2-3 фотографии, нажмите на быстрый просмотр, и выберите любой цвет, листайте!Вы увидите что первые фотографии меняются,но если у товара 2-3 фотографии, то они не меняются!То есть если у iphone 7 plus 3 цвета, и каждый цвет имеет 3 фотографии, то главная фотка меняется в зависимости от цвета, а остальные нет.

    #125389

    russomedia
    Participant

    И еще. У меня не удалились категории в быстром просмотре. Артикулы удалились

    #125392

    Hello,

    The quick view works for the main image only. We shall add the functionality in one to our next updates.

    Replace the code with this one:

    body .popup-quick-view .entry-summary .product_meta > span {
    display:none;
    }

    Best Regards

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