elyasylum
Forum Replies Created
-
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Toggle-able child categories?Ok, now it works. New problem, though! ??
If someone checks Lyd->H?ytaler->Subwoofer but then unchecks H?ytaler, without unchecking Subwoofer, subwoofer is hidden, yet still checked. Customers might find this confusing. Is there a way to make unchecking a parent category automatically uncheck all child categories?
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Toggle-able child categories?I think it was a problem with all my products only having one category set each and the filter set to “or” instead of “and”. Testing it now.
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Toggle-able child categories?Hi there!
Added the code and now the filter hides and shows category labels as wanted. However, the shop doesn’t adjust after it.
For instance. If I select Lyd > H?ytaler > Soundbar it still just shows the shop front page and doesn’t actually filter.
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Toggle-able child categories?Hi!
That doesn’t happen on my end, for some reason. Anyway, I changed the code to this:
`.wpf_items_wrapper .wpf_item .wpf_submenu {
display:none;
}
.wpf_items_wrapper .wpf_item .wpf_submenu input[type=”checkbox”]:checked + label + .wpf_submenu{
display:block;
}And it now hides the first sub-menu like I wanted, but it still doesn’t show again, when I click the sub-menu.
See video:
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Open product links in new tabSolved.
- This reply was modified 3 years, 5 months ago by elyasylum.
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Open product links in new tabSo there’s no fix for this?
The filtered links open in a new tab when I use middle mouse button to click them, so it must be possible.
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Open product links in new tabSo, in this video, you see me click a product and it opens in a new tab, as I’ve added js to make all links on this page open in a new tab.
However, this doesn’t work when I use the filters. The products open instead within the iframe, which is not ideal. See video:
Hi again. As I said above I managed to make it work. I did it by embedding different pages with different shops and filters onto the same page. So I found a solution. ??
Thanks for the help, though! ??
- This reply was modified 3 years, 10 months ago by elyasylum.
Update:
I managed to make it work. I used iframe to embed three pages, with the filters on each page, into the tabs. This separated the functions, still got the interface result I wanted.
Have a look if you like:
Ahh.. I see. So there’s no way to confine the filters to just work for one specific module? That’s too bad.
Hi again!
The demo page was demolished, but I’ve set it up again.
Yes. That’s what I was hoping.
However, when I do have seperate filters for separate shops on the same page, they influence one another.