Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • in reply to: YITH Ajax Product Filter classes #230173
    kiki1990
    Member
    Post count: 13

    In the Advance Options you see “Product Filter Init Action” type this
    woocommerce_before_shop_loop:167 This code I have from the adjusted theme frames from Atelier.

    Then I adjusted it with some CSS to look it somewhat better.

    I hope this helps! 🙂

    Attachments:
    You must be logged in to view attached files.
    in reply to: YITH Ajax Product Filter classes #227182
    kiki1990
    Member
    Post count: 13

    In the attachments you’ll find my screenshots of the plugin.

    Hope you’ll find it useful.

    Attachments:
    You must be logged in to view attached files.
    in reply to: YITH Ajax Product Filter classes #227170
    kiki1990
    Member
    Post count: 13

    I don’t work for Swift neither develop the plugin. I just want to help the people that have the same problem as I did, that’s why I posted the link to the plugin. I cannot show the website yet, because I’m still working on it for a client of mine. Maybe in a month it will be online, you can find it on http://www.kickfashion.nl.

    However, I don’t understand your negative response…

    in reply to: YITH Ajax Product Filter classes #227050
    kiki1990
    Member
    Post count: 13

    I didn’t got the right things with YITH ajax product filter filtering, so I bought a plugin at CodeCanyon.net. It’s $22, but it’s totally worth it. Easy to use and adjust, also wit a lot of features! I tried it with this theme, easy implementation!

    http://mihajlovicnenad.com/product-filter/
    http://codecanyon.net/item/woocommerce-product-filter/8514038?s_phrase=woocommerce%20discounts&s_rank=6

    I hope this helps a little!

    in reply to: YITH Ajax Product Filter classes #217568
    kiki1990
    Member
    Post count: 13

    I see it now when I look at the code in Chrome (Elements) and I think it is a problem of the plugin YITH Ajax Product Filter. The code of the products are there, I can even click on them, but I don’t see the products. I will contact YITH to help me out with this.

    Thanks for the help anyways!

    – Ghislaine

    in reply to: iPad view of Grid and List Lay-out #210179
    kiki1990
    Member
    Post count: 13

    Thanks for tip where to begin adjusting the CSS! Eventually I adjusted some of the code and for the people that has the problem with it as I did, here is the code that deleted the ‘Shop-Actions’.

    @media only screen and (max-width: 1024px) { 
    .product .cart-overlay .shop-actions {
        display: none !important;
    }
    .product figure .cart-overlay {
        opacity: 0;
        display: none !important;
    }
    }
    in reply to: iPad view of Grid and List Lay-out #209814
    kiki1990
    Member
    Post count: 13

    Yes! Eventually I thought that was the problem but on your website (swiftideas.com), I see the same thing (problem for me) on my iPad.

    in reply to: Modal in link instead of button #196057
    kiki1990
    Member
    Post count: 13

    I’ve resolved it myself, but like the attached screens.

    That instead of a button, the link to the modal is just text.

    I’ve resolved it like this:

    <a class="inline" href="#modal-1" data-toggle="modal">Neem contact op met de klantenservice om een bestelling te annuleren.</a>
    
    <div style="display: none;">[sf_modal header="E-mail Klantenservice" btn_colour="accent" btn_type="standard" btn_size="standard" btn_icon="" btn_text="Neem contact op met de klantenservice om een bestelling te annuleren"]
    [contact-form-7 id="13131" title="Contact Form"]
    [/sf_modal]</div>
    Attachments:
    You must be logged in to view attached files.
    in reply to: Just helping – Language editing #195999
    kiki1990
    Member
    Post count: 13

    Hi,

    No problem! There you go!
    Not everything is translated, but the main things on the front-end for WooCommerce and your theme.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Just helping – Language editing #195855
    kiki1990
    Member
    Post count: 13

    Oh, and for the dutch people among us, I’ve uploaded the .po & .mo files for the dutch version.

Viewing 10 posts - 1 through 10 (of 10 total)