Home Forums WoodMart support forum Карусель записей редактирование

Карусель записей редактирование

Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #503234

    bortstas
    Participant

    Добрый день!

    Как в карусели записей блога:
    1) убрать дату?
    2) сделать из одинокого размера независимо от размера заголовка?

    Спасибо.

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

    Hello,

    Please consider using Mask on the image in the Style tab of the widget settings.

    If you have any questions please feel free to contact us.

    Best Regards

    #503511

    bortstas
    Participant

    Elise Noromit, добрый день!

    Я не просил показать мне другой вариант дизайна этого блока. Вопрос был:
    1) как поправить, настроить используемый вариант дизайна, чтобы блоки были одинаковыми?
    2) как убрать дату публикации с блока?

    #503605

    bortstas
    Participant

    Только стилями? Но так я и сам могу, возможно есть у вас другой способ?
    .blog-design-masonry.has-post-thumbnail .post-date {
    display: none;
    }

    #503612

    bortstas
    Participant

    И еще вопрос, не могу понять цвет на странице категории товаров : https://i.imgur.com/MQcFVWh.jpeg

    #503644

    bortstas
    Participant

    Как поменять иконку на кнопке при наведении? https://i.imgur.com/RfF1iTE.png

    #503808

    Hello,

    This button can be changed with custom CSS.

    What icon do you want to show instead?

    If you have any questions please feel free to contact us.

    Best Regards

    #503833

    bortstas
    Participant

    Добрый день!

    1) не могу понять цвет на странице категории товаров : https://i.imgur.com/MQcFVWh.jpeg
    2) Как поменять иконку на кнопке при наведении? https://i.imgur.com/RfF1iTE.png я хочу поставить эту иконку:
    https://fontawesome.ru/icon/external-link/
    3) Как сделать эти блоки одинаковыми по высоте? https://i.imgur.com/xfNPaEA.jpeg

    #504103

    Hello,

    You can change the image or set the color for the product category individually if you edit the category.

    You can set the Mas on the image, this design would make all the items of the same height.

    As for the icons, these icons are not supported by WoodMart.

    We can set the image on the button, please upload the image to the media library and provide the link, we will provide the custom CSS.

    Best Regards

    #504324

    bortstas
    Participant

    Hello,
    “You can change the image or set the color for the product category individually if you edit the category.” – в каких тут настройках меняется цвет текста в заголовке категории? https://i.imgur.com/Da0WvmR.png

    “You can set the Mas on the image, this design would make all the items of the same height.” – вы говорите установить дизайн блока маска на изображение, но он мне не подходит. https://i.imgur.com/bfzg24j.jpeg мне нужна карусель одинаковая.

    “As for the icons, these icons are not supported by WoodMart.” – вот ссылка на изображение, если я правильно понял, что нужно сделать: https://brestmeat.ru/wp-content/uploads/2023/10/open-page.png

    #504441

    Hello,

    1. The product category has the option I mentioned: https://gyazo.com/137430367c5eab4d0731ce3bcee5b353

    Post categories inherit the image that is set for the blog page: https://xtemos.com/docs-topic/options-for-pages/

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

    2.

    .blog-design-masonry .post-title {
        min-height: 100px;
    }

    3.

    .wd-add-btn-replace .add-to-cart-loop:before {
        display:none;
    }
    body .wd-add-btn-replace .add-to-cart-loop:before {
        content: "";
        font-family: "woodmart-font";
        background-image: url(https://brestmeat.ru/wp-content/uploads/2023/10/open-page.png)!important;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }
    

    If you have any questions please feel free to contact us.
    Best Regards

    #504636

    bortstas
    Participant

    Привет!

    2,3 пункты исправил, БОЛЬШОЕ СПАСИБО!

    1. мне нужно поменять не иконку и картинку категории, а цвет текста с черного на белый.
    https://i.imgur.com/bsrPOhY.jpeg

    #504727

    Hello,

    As for the image and background the product category has the option I mentioned: https://gyazo.com/137430367c5eab4d0731ce3bcee5b353

    A for the text:

    You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards

    #504756

    bortstas
    Participant

    Elise Noromit,

    Я знаю как менять изображения спасибо. Мне это не надо.

    Мне нужно поменять цвет текста с белого на черный только в разделе /product-category/.

    Я задаю цвет классу .page-title .title и это все что получается: https://i.imgur.com/BqsdSUw.jpeg Разве нет стандартной настройки как на страницах: https://i.imgur.com/tNILHOq.png только разделов категорий товаров.

    #504803

    Hello,

    I have added this code to your Theme Settings: https://gyazo.com/84ec228cccb402236d8337a1418e0133 to get this result: https://gyazo.com/29b93ba0e2ab8b60a35617f643a38e2f

    If you have any questions please feel free to contact us.

    Best Regards

    #504839

    bortstas
    Participant

    Elise Noromit,

    Я конечно вас замучал, но смотрите какую красоту мы с вами сделали:
    https://i.imgur.com/jTVQCGu.jpeg
    https://i.imgur.com/zGcCY4v.jpeg

    Большое спасибо за помощь!

    #504933

    You are welcome! We are here to help!

    If you have any questions please feel free to contact us.

    Best Regards

    #505375

    bortstas
    Participant

    Elise Noromit, добрый день!

    Код, который вы мне посоветовали прекрасно работает, но проходит некоторое время и иконка на кнопке не показывается: https://i.imgur.com/ybVZRVF.png , если я просто обновлю ссылку на иконку она опять появиться, но не надолго.

    .wd-add-btn-replace .add-to-cart-loop:before {
        display:none;
    }
    body .wd-add-btn-replace .add-to-cart-loop:before {
        content: "";
        font-family: "woodmart-font";
        background-image: url(https://brestmeat.ru/wp-content/uploads/2023/10/open-page.png)!important;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }
    #505577

    Hello,

    Please check the cache on your site, sometimes I cannot get to your site, and neither theme or code cause that.
    If you have any questions please feel free to contact us.

    Best Regards

    #505724

    bortstas
    Participant

    Добрый день,

    Наверно вы не можете зайти т.к. он закрыт, вход возможен только по логину паролю, которые я отправлял раньше вам.

    #505874

    Hello,

    I have double-checked with our developers, this icon is contained in WoodMart.

    Please replace the code with this one:

    body .wd-add-btn-replace .add-to-cart-loop:before {
        content: "\f11c";
        font-family: "woodmart-font";
       font-weight:400;
    }

    The category where the title is not white should be edited: https://prnt.sc/T57xW0c3mIOY please set light.

    Let us know if there are any questions.

    Best Regards

    #506901

    bortstas
    Participant

    Большое спасибо! правки внес.

    #507118

    You are welcome!

    Wish you a wonderful day!

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