Home Forums Basel support forum Disable Promo Popup

Disable Promo Popup

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #8256

    kapilgbhalala
    Participant

    Disable Promo Popup

    #8258

    kapilgbhalala
    Participant

    Returning customer? Click here to login,
    How to open this div signup div and how to place shortcode in that sign div & shop page widget not working in another page
    try this link
    http://fashionkanya.com/index.php/test/

    #8264

    Artem Temos
    Keymaster

    Hello,

    Thank you for contacting our support center.

    You can disable promo popup in Theme Settings -> Shop -> Promo popup.

    What do you mean in your second reply, could you please explain a bit better? Thank you

    Kind Regards
    XTemos Studio

    #8291

    kapilgbhalala
    Participant

    i am trying to use shop widget in another page but it cant working

    #8294

    Artem Temos
    Keymaster

    Unfortunately, WooCommerce doesn’t allow use filters widgets on any other pages than shop page. They will not work anywhere else.

    #8320

    kapilgbhalala
    Participant

    what is BASEL_SHOP_CONTAINER,BASEL_PAGINATION_CONTAINER,BASEL_RESULT_COUNT_CONTAINER i required these class name from Yith Filter Plugin not working

    #8324

    Artem Temos
    Keymaster

    Hello,

    It is not quite clear for us what do you mean by BASEL_SHOP_CONTAINER? Could you please send a link to the plugin documentation or a screenshot of the settings in admin panel where do you need to specify it?

    Regards

    #8327

    kapilgbhalala
    Participant

    i want to add this code in function.php for yith product filter
    =============================
    if( ! function_exists( ‘yith_wcan_frontend_classes’ ) ){
    function yith_wcan_frontend_classes(){
    return array(
    ‘container’ => ‘YOUR_SHOP_CONTAINER’,
    ‘pagination’ => ‘YOUR_PAGINATION_CONTAINER’,
    ‘result_count’ => ‘YOUR_RESULT_COUNT_CONTAINER’

    );
    }
    }

    add_filter( ‘yith_wcan_ajax_frontend_classes’, ‘yith_wcan_frontend_classes’ );

    #8328

    Artem Temos
    Keymaster

    Ok, try these classes products, woocommerce-pagination, woocommerce-result-count.

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