Home Forums Themes Support TeeSpace Filters not working

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #11950
    Dipesh
    Supported

    Hi Support,

    Filter function in product screen is not working after the update to the latest version.

    Can you please advise?

    Regards,
    Dipesh

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

    Hi,
    Thanks for contacting us and choosing our product!
    Please note our theme update files and doesn’t update database.
    You need to check WooCommerce Sidebar in Appearance => Widgets:
    https://texpro.ie/wp-admin/widgets.php
    Not it doesn’t have any widgets and you need to add them:
    https://prnt.sc/VORUu2Cajxwg
    Hope this helps!

    ****
    Regards,
    HaruTheme

    #11963
    Dipesh
    Supported
    This reply has been marked as private.
    #11978

    Hi,
    It seems you changed something on your server and the issue can resolve now.
    https://prnt.sc/3OGfPu4KQZxy
    1. We go to: wp-content/plugins/haru-teespace/ then open file haru-teespace.php
    https://texpro.ie/wp-admin/plugin-editor.php?plugin=haru-teespace%2Fharu-teespace.php&Submit=Select
    Go to line 627 and change the code from:

    wp_register_style( 'select2', plugins_url( HARU_TEESPACE_CORE_NAME . '/assets/lib/select2/select2.min.css' ), array(), false, 'all' );
    wp_register_script( 'select2', plugins_url( HARU_TEESPACE_CORE_NAME . '/assets/lib/select2/select2.full.min.js' ), array( 'jquery' ), false, false );

    to

    wp_enqueue_style( 'select2', plugins_url( HARU_TEESPACE_CORE_NAME . '/assets/lib/select2/select2.min.css' ), array(), false, 'all' );
    wp_enqueue_script( 'select2', plugins_url( HARU_TEESPACE_CORE_NAME . '/assets/lib/select2/select2.full.min.js' ), array( 'jquery' ), false, false );

    and the issue with widgets resolved.
    2. About the Shop page you can’t change layout with Elementor. You should change in Theme Options -> WooCommerce -> Archive Product (Shop) page.
    Hope this helps!

    ****
    Regards,
    HaruTheme

    #11989
    Dipesh
    Supported
    This reply has been marked as private.
    #11999

    Thanks for your feedback!

    ****
    Regards,
    HaruTheme

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

You must be logged in to reply to this topic.