Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
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 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.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…
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=6I hope this helps a little!
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
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; } }
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.
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.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.Oh, and for the dutch people among us, I’ve uploaded the .po & .mo files for the dutch version.
-
Posted in: We hit Power Elite.