Viewing 15 replies - 1 through 15 (of 17 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi,

    I think that your theme don’t use standard WooCommerce classes. Please, can you send me a link where i see the shop page ? Thanks!

    Regards

    Yithemes

    WPman

    (@hardwaremaster)

    The same problem, how to help solve it?
    Template MediaCenter – Electronics Store WooCommerce Theme

    Plugin Author YITHEMES

    (@yithemes)

    Hi WPman,

    Please, send me the shop page link. Thanks.

    Let me know
    YITHEMES

    WPman

    (@hardwaremaster)

    Thanks for the answer.

    My Site on the local host. I think that this is due to non-standard page structure products, ie not ul.product.

    Sorry for my English ??

    Hi,

    I am using in the7 template the Shop version basic demo:
    https://the7.dream-demo.com/shop/default-shop/
    and my page:
    https://muanyagraklap7.d3v.hu/uzlet/

    Unfortunately product filter not reload, but if I refresh my page, the product will be filtered. It is not good.

    Thank you,
    László Mészáros

    Plugin Author YITHEMES

    (@yithemes)

    Hi meszaroslaszlo adn WPman,

    My Site on the local host. I think that this is due to non-standard page structure products, ie not ul.product.

    Of course. If the theme don’t use standard WooCommerce classes the plugin doesn’t work correctly. Our developer team add a special hook to change the default classes and release the new version of plugin in the next few days.

    Thanks for patience.

    WPman

    (@hardwaremaster)

    Thanks you!

    Hi Team,
    I am also facing the same problem.
    Developing it on my local-host so can not share the URL.
    I am using the latest version of WordPress and your Plugin with the Ducan Theme : https://themeforest.net/item/ducan-start-an-online-store-woocommerce-wp-theme/8625137

    Please help me find a solution.
    Thank you so much.

    Hi,
    I am facing the same problem. Developing it on localhost so can not share the URL. I am using the latest WordPress version with your plugin and the Ducan Theme – https://themeforest.net/item/ducan-start-an-online-store-woocommerce-wp-theme/8625137

    Please help me.
    Thank you so much!

    Plugin Author YITHEMES

    (@yithemes)

    The issue could be related to the fact you are using a non-standard template for a WooCommerce shop page. To solve it, you should ask to the theme’s author to use WooCommerce standard HTML classes.
    As an alternative, you can use this piece of code in the functions.php file of your theme:

    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’ );

    If you don’t know which classes you should use, ask to the developer of your theme.

    Hello,

    Thank you team for your help. In my theme – Ducan, there are product styles to choose from. The YITH ajax product filter works only when the default product style is selected, it does not work when any other product style is selected.

    I did place the above code in my functions.php – it made no difference when any product style except the default is selected.

    Is there anything that I can do to overcome this problem ?

    Waiting for your kind help.
    Thank You.

    Hello, I am maxwell!

    When updating your plugin find a mistake, you can help me.
    Follows the file:

    /public_html/wp-content/plugins/yith-woocommerce-ajax-navigation/includes/class.yith-wcan.php on line 116

    Waiting for your help.
    Thank You.

    Plugin Author YITHEMES

    (@yithemes)

    Hi Maxwell,

    wich problem you have with this file ?

    Plugin Author YITHEMES

    (@yithemes)

    Hi,

    jamkaret wrote:

    I have the same error, i just updated 10 minutes ago:
    Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in:
    /var/www/websites/folder/wp-content/plugins/yith-woocommerce-ajax-navigation/includes/class.yith-wcan.php on line 116
    Stopped my entire site from working.
    Any solutions known yet?

    Please, can you tell me which PHP version your website use ?

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘AJAX not reloading the page with results’ is closed to new replies.