Home Forums WoodMart support forum Rename Show Sidebar to Show Filters and change icons

Rename Show Sidebar to Show Filters and change icons

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #452329

    email
    Participant

    Hey there can you please help

    In the mobile site, I want to Rename Show Sidebar to Show Filters and change the burger icon to /f0b0 (filter icon).

    Thank you

    #452380

    Hello,

    You can translate/rewrite all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

    Please check the video tutorial to see how to save the translation file correctly. You can remove the plugin and translations would remain. Also, translations would remain after each theme update.

    In order to translate the WooCommerce strings, you need to create a separate translation in Loco > Plugins > WooCommerce in the same way as shown in the video.

    Could you kindly provide the icon URL wich you want to set?

    Best Regards

    #452884

    email
    Participant

    Thank you for your reply the text part is resolved but the icons aren’t I have used below CSS for icon in mobile

    .wd-burger-icon>a:before {
    content: “\f0b0” !important;
    font-family: ‘Font Awesome 5 Free’;
    }

    but in mobile android devices, it’s looking like a bank box

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

    Hello,

    Most likely this icon is not supported. You can add a free FontAwesome icon.

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

    Best Regards

    #453550

    email
    Participant

    I’m using the free font awesome 5 icons from the link: https://fontawesome.com/v5/icons/filter?f=classic&s=solid
    and it’s version 5 but still, it’s not reflecting.


    @media
    (max-width: 576px)
    .wd-burger-icon>a:before {
    content: “\f0b0” !important;
    f

    #453779

    Hello,

    This type of icon is not supported https://gyazo.com/6f97d7c35208670068af3e7aaa1b289a

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

    Best Regards

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