Home Forums Basel support forum remove the display of sorting by the price

remove the display of sorting by the price

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #127892

    noread
    Participant

    Please tell me how to remove the display of sorting by the price of the goods, even if there is a price of the goods. For all products, but so that you can then return this sorting..

    #127894

    noread
    Participant

    I found searching for the following advice but it doesn’t work.. sorting by price is still in place

    add_filter( ‘basel_use_custom_price_widget’, ‘__return_false’, 10 );
    add_filter( ‘basel_use_custom_order_widget’, ‘__return_false’, 10 );

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

    noread
    Participant

    how to change the quality of the goods “new” to another text?

    #127926

    Hello,

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

    .filters-area  #BASEL_Widget_Price_Filter {
    display:none;
    }

    You can translate 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

    Best Regards

    #127946

    noread
    Participant

    Thank you, the prices are gone, but the fourth block now does not stand next to the third.. There was a line break after three blocks..

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

    noread
    Participant

    I use translation with Poedit, can I use it to change the name “new”? Which translation file do I need to edit? There is no “new”line in the main file.

    #127979

    Hello,

    Please provide your site admin access to the private area for checking

    Best Regards

    #129196

    noread
    Participant

    Прикрепил

    #129299

    Hello,

    I do not see any plugins for the translation. You can translate all theme and plugin texts via with free Loco Translate plugin. Here is a video tutorial that should help you translate your website texts with the plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

    Check the Loco documentation on how to import your file.

    Best Regards

    #129305

    noread
    Participant

    I don’t understand why you need a plugin to translate.. the questions were as follows:

    1. I use translation with “Poedit”, can I use it to change the name “new”? Which translation file do I need to edit? There is no “new”line in the main file.

    2. Thank you, the prices are gone, but the fourth block now does not stand next to the third.. There was a line break after three blocks..

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

    noread
    Participant

    with the translation, I solved the question of how to remove the empty space..

    #129316

    noread
    Participant

    где я могу увеличить шрифт категорий и подкатегорий в сайдбаре? Если можно, пожалуйста покажите скрином.

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

    Hello,

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

    body .filters-inner-area>div:nth-of-type(4n+1) {
         clear: none;
    }

    You can change the font by means of Advanced typography option, which allows 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/basel/advanced-typography-settings-2/

    Best Regards

    #129547

    noread
    Participant

    how to make the menu adaptive? On some screens, the menu is superimposed on the pictures or Vice versa becomes very small.. although everything else is adaptive.

    I tried everything, but I couldn’t change the font size in “Advanced typography option”.. help pliz.. screenshot of the problem above in the post

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

    Hello,

    It is not possible to adaptation the category menu. You need to set a different column width as shown here: https://wpbakery.com/video-academy/responsive-column-control-width-offset-param-usage-explained/

    As for the typography: enter the Theme Settings > Typography > Advanced typography and set the font size as per your needs https://gyazo.com/49a4e5d13e03d9a6af0c86c5383a38ca and http://prntscr.com/o4tthy

    Best Regards

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