Viewing 8 replies - 16 through 23 (of 23 total)
  • Thread Starter westornric

    (@westornric)

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    ok.

    Change ‘Before Update’ to:

    jQuery('#content > .content-before').remove();
    jQuery('#content > .toolbar').remove();
    jQuery('#content > .content-after').remove();
    jQuery('#content > .pager').remove();

    This will control sorting toolbox and pagination.

    As for amount of the product try to change this
    add_filter( 'loop_shop_columns', 'wc_loop_shop_columns', 1, 10 );
    to this
    add_filter( 'loop_shop_columns', 'wc_loop_shop_columns', 999, 10 );

    If this will not work you need to go deep into the theme, find how they are limiting output and add code that will connect your theme with plugin.

    Regards,
    Dima

    Thread Starter westornric

    (@westornric)

    Огромное Вам спасибо. Вы очень мне помогли!

    Thread Starter westornric

    (@westornric)

    Я наверное уже Вам надоел))
    Но есть еще один вопрос.
    Как исправить вот это: https://yadi.sk/i/dzUN_iPDf9UR6
    Цена не вмещается полностью.

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    westornric,

    In your
    wp-content/themes/<your_theme(better child)>/style.css
    add

    .berocket_aapf_widget .slider.price input {
        width: 80px !important;
    }

    Regards,
    Dima

    Thread Starter westornric

    (@westornric)

    Не вожможно перейти на следующую страницу
    https://yadi.sk/i/5gahBISGf9Vkg

    Thread Starter westornric

    (@westornric)

    Это не исправить?

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    westornric,

    Your theme have too specific layout for shop/category page. As I see my plugin just don’t feet well for it. Try to search some other plugin or hire a developer to make it for you.

    Regards,
    Dima

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘Нужна помощь’ is closed to new replies.