themifyme
Forum Replies Created
-
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Problem with using “and” filtersCan you give an example how the product filter is not working as expected?
If you select “March” and “3”, it seems to return the correct result: https://share.zight.com/P8uOwjlm
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Problem with using “and” filtersThe logic should be “AND” if you want all selected filter options to meet.
On Products > Attributes, make sure you have attributes & terms setup.
Then make sure you have published products with the attributes assigned.
Hi,
Conditional Menus doesn’t change/affect the menu on tablet/mobile. That is a theme styling feature. Conditional Menus only swap the menus in source code, not the styling.
Forum: Plugins
In reply to: [Conditional Menus] Compatibility with WPML for bilingual sitePlease contact us via: https://themify.me/contact
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Show products in all categoriesWhere did you enter the code? Please check if the code is being output on the page.
Your site seems to be broken now, so we can’t check it.
Forum: Plugins
In reply to: [Conditional Menus] Compatibility with WPML for bilingual siteCould you provide the URL and screenshots?
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Styling Child CategoriesThis might be a bug or conflict. These options can’t seem to be selected at the same time: https://share.zight.com/NQu9wmE7
Forum: Plugins
In reply to: [Conditional Menus] Compatibility with WPML for bilingual siteDo you have the menus translated with WPML?
Can’t visualize what you mean. Could you provide the URL and screenshot to show the issue?
On the product filter form > Category module, you can enter the category IDs on the “Exclude” field.
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Show products in all categoriesJust confirmed with our dev. If you are on product category view, it will filter within that category. That is why it only return 1 product if you search on that category view.
You can add the following Javascript before closing
</body>
to achieve what you want:<script>
let forms = document.getElementsByClassName('wpf_form');
for ( var i = 0; i < forms.length; i++ ) {
let input = forms[ i ].querySelector('input[type="hidden"][name="wpf_cat"]');
if ( input ) {
input.remove();
}
}
</script>- This reply was modified 1 month ago by themifyme.
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Toggle expanded by defaultSorry, it doesn’t have that option.
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Show products in all categoriesHi,
On the relation between taxonomies (https://share.zight.com/YEubQOdD), do you have “OR” selected?
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] on-sale & category pagesCould you provide the URL where to see the issue?