unktehi
Forum Replies Created
-
So, let me make sure I understand correctly.
It is possible with the premium version of the plugin – you just need to hide empty term sets. However, will this effectively hide higher/parent categories when they aren’t truly empty?
If I use the shortcode, it sounds like I’d have to create a different widget for each category/subcategory – am I understanding this correctly?
Forum: Plugins
In reply to: [WP-Spreadplugin] Rows not lining up?Thank you
Forum: Plugins
In reply to: [WP-Spreadplugin] Rows not lining up?But what if I still want all the details?
Forum: Plugins
In reply to: [WP-Spreadplugin] Hide Cart/BasketThanks I’ll play with it.
Forum: Plugins
In reply to: [WP-Spreadplugin] Hide Cart/BasketOK – so I got that to work, but now when I hide the cart in the regular chunks with products it messes up the whole page.
Thoughts?
https://laughingmormon.mindybollinger.com/brace-yourselves-24th-of-july-is-coming-2/
Forum: Plugins
In reply to: [WP-Spreadplugin] Hide Cart/BasketIs there documentation on the basket widget? I’m not aware of it.
Forum: Plugins
In reply to: [WP-Spreadplugin] Hide Cart/BasketThank you!
Can I recommend maybe making it an option to hide the basket or cart in the shortcode so that css hacks like this don’t need to be done?
Forum: Plugins
In reply to: [WP-Spreadplugin] Hide Cart/BasketWith this in mind, I also tried this:
.spreadplugin-menu:not(:first-of-type) {
display: none;
}Because really, I just want to hide any additional div class of spreadplugin-menu that is not the first.
This did not work either.
Forum: Plugins
In reply to: [WP-Spreadplugin] Hide Cart/BasketI don’t think that will work because each section is a new set – not just a new child element of the same set.
Forum: Plugins
In reply to: [WP-Spreadplugin] Hide Cart/BasketThis doesn’t seem to work.
I then tried:
div#spreadplugin-menu.spreadplugin-menu:not(:first-child) {
display: none !Important;
}Here’s a test page I put up with inline css:
https://laughingmormon.mindybollinger.com/test-page-3/Forum: Plugins
In reply to: [WP-Spreadplugin] Hide Cart/BasketThere is only one basket on that page – because that is a production page and I didn’t want to show the basket four times.
Forum: Plugins
In reply to: [WP-Spreadplugin] Hide Cart/BasketI don’t want to hide them all – just all but the top one…
Forum: Plugins
In reply to: [WP-Spreadplugin] Hide Cart/BasketThe code or the URL?
Here’s the URL
https://laughingmormon.mindybollinger.com/brace-yourselves-24th-of-july-is-coming/
Forum: Plugins
In reply to: [WP-Spreadplugin] Hide Cart/BasketI understand that but I’d really prefer not to create 4 pages for each design I have (Mens, Womens, Kids & Babies, Accessories).
Forum: Plugins
In reply to: [WP-Spreadplugin] Grid-view CSS helpThanks – I don’t want the column content to shrink though – that just makes everything inside the existing column smaller – how can I expand the columns to make them a bit wider?