Forum Replies Created

Viewing 15 posts - 136 through 150 (of 164 total)
  • Posted in:
  • in reply to: Looking for a freelancer / woocommerce pro #93220
    davidll
    Member
    Post count: 205
    This reply has been marked as private.
    in reply to: Looking for a freelancer / woocommerce pro #93219
    davidll
    Member
    Post count: 205

    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

    in reply to: Portfolio filter and page pagination #86364
    davidll
    Member
    Post count: 205

    Hey Mohammad

    Can I ask if you’ve tried to tackle this before?

    D

    in reply to: Portfolio filter and page pagination #86346
    davidll
    Member
    Post count: 205

    Just read the Isotype pages, which is full of these requests… I feel i know the answer!

    in reply to: Portfolio filter – hide certain categories? #84696
    davidll
    Member
    Post count: 205

    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?

    in reply to: Portfolio filter – hide certain categories? #84663
    davidll
    Member
    Post count: 205

    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

    in reply to: Portfolio filter – hide certain categories? #84610
    davidll
    Member
    Post count: 205

    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

    in reply to: Portfolio filter – hide certain categories? #84573
    davidll
    Member
    Post count: 205

    Hi Mohammad

    Thanks

    I’ve tried that – no luck.

    D

    in reply to: Portfolio filter – hide certain categories? #84561
    davidll
    Member
    Post count: 205

    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>
    
    in reply to: Portfolio filter – hide certain categories? #84559
    davidll
    Member
    Post count: 205
    This reply has been marked as private.
    in reply to: Portfolio filter – hide certain categories? #84550
    davidll
    Member
    Post count: 205

    attached!

    in reply to: Portfolio filter – hide certain categories? #84548
    davidll
    Member
    Post count: 205

    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

    in reply to: Filterable Portfolio #84168
    davidll
    Member
    Post count: 205

    darn, I’m using neighborhood

    in reply to: Portfolio filter – hide certain categories? #84081
    davidll
    Member
    Post count: 205

    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

    in reply to: Filterable Portfolio #84071
    davidll
    Member
    Post count: 205

    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

Viewing 15 posts - 136 through 150 (of 164 total)