erfanv
Forum Replies Created
-
Forum: Plugins
In reply to: [FeedWordPress Advanced Filters] Cannot display Image due to file nameI’m having this exact same problem – related to images from Blogger. Thanks decarn, you’re solution worked for me! Did you try Bas Schuiling’s solution?
Figured it out! Sorry.
For anyone else struggling – once you had the premium Isotope plugin install, you generate the shortcode from within a page/post. The nimble portfolio icon appears above where you enter your page/post content, click that to generate a shortcode, and you have the option of choosing your default filter. Awesome! Thanks Nimble 3.
I just purchased the extra isotope addon and I don’t see the option for setting a default filter. Is that actually a feature? I’m still having trouble with this problem.
Ouch. Two capital “VERY”‘s?!? Humph… now to learn about filters, how they work, and how to use them…
WOOCOMMERCE 2.0
For those of you who have upgraded to WooCommerce 2.0, modify this file:
woocommerce/classes/abstracts/abstract-wc-product.phpAs suggested by boluo33
“There are three instances of:
$availability = __(‘Out of stock’, ‘woocommerce’);
within the file.”Change all three ‘Out of Stock’ to whatever you so desire. (In my case, I made it ‘ ‘, so that nothing shows and purchasing is simply unavailable). Cheers.