Home Forums WoodMart support forum Filters add the translation

Filters add the translation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #460825

    velvet.talents
    Participant

    Hello, where can I change the filters in the template? Another question, how can I add the translation to the website and change it? Supposedly, the template has translation, right?

    #461106

    Hello,

    You can edit or remove filters in the Appearance > Widgets > Shop page widget area. Please check this manual: https://xtemos.com/docs-topic/widgets-and-sidebars/

    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.

    Best Regards

    #462497

    velvet.talents
    Participant

    Good evening,

    But I need to change the short by, as it is in the attachment.

    And I want to eliminate some filters that are in the “Short By”.

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

    Hello,

    It is not possible to remove some of the items.

    We can remove it with custom CSS:

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

    #WOODMART_Widget_Sorting{
    display:none;
    }

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

    Best Regards

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