Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1123630

    Hi! Im trying to get filter by size box on top of the product page next to “sort by” window and tried this plugin : Themify – WooCommerce Product Filter. Please see picture in private, i got result more less what i wanted but when picking any size it takes me back to old woocomerce sorting menu. Not sure this plugin will work due to custom coding ( for auction sorting menu) but maybe you got some idea how to get this size filter horizontally above products.

    Thank you in advance.

    #1124219

    Hey,

    Could you please post a link to your page where we can see the issue?

    Best regards,
    Yigit

    #1124276

    Hi! Pls check link in private & i also added FTP if needed. Thanks

    #1124696

    Hi,

    Are you using shortcode to display size filter? If so, which one is it? Filter is currently outside of main content.

    Best regards,
    Yigit

    #1124769

    Hi Yigit! Plugin Themify generates shortcode based on filter setting – currently – [searchandfilter id=”size_filter_horz”]
    I have added access to WordPress so you can check plugin settings. This generated shortcode must be added to pages where you want product filter.

    #1125128

    Hi,

    I deleted shortcode from your page and added following code to bottom of functions.php file of your child theme

    add_action( 'woocommerce_before_shop_loop', 'avia_woocommerce_frontend_size_sort', 21 );
    function avia_woocommerce_frontend_size_sort(){
    	echo do_shortcode( '[searchandfilter id="size_filter_horz"]' );
    }

    Now filter shows up but is not working after a size is chosen. Could you please contact plugin authors and learn the correct way to add the filter?

    Best regards,
    Yigit

    #1125214

    Hi Yigit! This is free plugin and i can see that he does not respond to question so went for WOOF plugin instead and it does function better only cant seems to get checkbox in full row. Could this be down to Theme?. Can you please check this as i want full row with size filter checkboxes across full page instead of current 5 checkboxes in row.

    p.s
    Same page link as above

    #1125313

    Hi,

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .woof_sid_auto_shortcode .woof_container {
        width: 100%;
    }

    Best regards,
    Yigit

    #1125413

    Hi Yigit! Great it works thanks! One more thing when there is zero items for certain size is there a way to hide this size box.

    #1125507

    Hi,

    There is no selector defined for zero items, so using CSS, no. But maybe plugin authors might be able to offer an alternative. There might be an option to hide them in plugin settings :)

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.