Digital experiences for all disciplines
Forum Replies Created
-
-
This reply has been marked as private.
Hi Kyle
Sorry – i wasn’t clear. I’m looking to create a sort of ‘drag and drop’ page for the end user
so for example – you can drag / move a product to a grid – this grid is then made up of all the products and the total is then added to the basket.I’ll add an example in a Private mail
It can be a standalone page.
Just trying to find someone who can build this using woocommerce – I’ve been searching for days for a plugin!
Thanks
David
Hey Mohammad
Can I ask if you’ve tried to tackle this before?
D
Just read the Isotype pages, which is full of these requests… I feel i know the answer!
Sorry – someone else deleted it.
you can log back it now.When your in – you can see ive got it working… but as a fudge (not ideal)
do you think theres another way?
li:nth-child(3)
Did the trick – thanks so much.
The only issue – its now a guess game in finding out which number(3) works with which category… but then again – the list is alphabetical – and I only want to hide dates!Simple !!??
Thanks again
D
Hey
The category name / slug is 1988
so I’ve tried your code:li.has-items < .1988 { display: none; }
This is the code which i’m trying to hide the title (from the ‘filter our work)
<li class="span2"><a href="#" title="View all 1988 items" class="1988" data-filter=".1988"><span class="item-name">1988</span><span class="item-count">0</span></a></li>
Thanks
David
Hi Mohammad
Thanks
I’ve tried that – no luck.
D
or the page code is as follows:
<div class="row"> <div class="spb_portfolio_widget spb_content_element span12"> <div class="spb_wrapper portfolio-wrap"> <div class="filter-wrap row clearfix"> <a href="#" class="select"><i class="fa-align-justify"></i>Filter our work</a> <div class="filter-slide-wrap span12 alt-bg alt-one"> <ul class="portfolio-filter filtering row clearfix"> <li class="all selected span2"><a data-filter="*" href="#"><span class="item-name">All</span><span class="item-count">0</span></a></li> <li class="span2"><a href="#" title="View all All items" class="all" data-filter=".all"><span class="item-name">All</span><span class="item-count">0</span></a></li> <li class="span2"><a href="#" title="View all 1988 items" class="1988" data-filter=".1988"><span class="item-name">1988</span><span class="item-count">0</span></a></li> <li class="span2"><a href="#" title="View all 2011 items" class="2011" data-filter=".2011"><span class="item-name">2011</span><span class="item-count">0</span></a></li> <li class="span2"><a href="#" title="View all ACCESSORIES items" class="accessories" data-filter=".accessories"><span class="item-name">ACCESSORIES</span><span class="item-count">0</span></a></li> <li class="span2"><a href="#" title="View all CURATION items" class="curation" data-filter=".curation"><span class="item-name">CURATION</span><span class="item-count">0</span></a></li> <li class="span2"><a href="#" title="View all FURNITURE items" class="furniture" data-filter=".furniture"><span class="item-name">FURNITURE</span><span class="item-count">0</span></a></li> <li class="span2"><a href="#" title="View all HIGHLIGHTS items" class="highlights" data-filter=".highlights"><span class="item-name">HIGHLIGHTS</span><span class="item-count">0</span></a></li> <li class="span2"><a href="#" title="View all KITCHEN_DINING items" class="kitchen_dining" data-filter=".kitchen_dining"><span class="item-name">KITCHEN_DINING</span><span class="item-count">0</span></a></li> <li class="span2"><a href="#" title="View all LIGHTING items" class="lighting" data-filter=".lighting"><span class="item-name">LIGHTING</span><span class="item-count">0</span></a></li> <li class="span2"><a href="#" title="View all RECENT items" class="recent" data-filter=".recent"><span class="item-name">RECENT</span><span class="item-count">0</span></a></li> <li class="span2"><a href="#" title="View all UNIQUE items" class="unique" data-filter=".unique"><span class="item-name">UNIQUE</span><span class="item-count">0</span></a></li> </ul></div></div>
This reply has been marked as private.attached!
Hi
I did – Roger’s code didn’t work for me.
The only code I’ve got working so far is:
.portfolio-filter [data-filter ~= ‘.name’]{display: none;}– This removes the title, but not the bar/ styling / space. See attached.
Any help to remove <li class=”span2″> which surrounds that – would be great.D
darn, I’m using neighborhood
Hey Roger – I’ll give that a go… and report back.
I noticed, and also commented on ED / Your post about this issue too.
D
Hi
I’d like to join this request too – Roger and Ed are both discussing the same issue I brought up last week: the display of portfolio categories.
D
-
Posted in: Reply To: Filterable Portfolio