Harry Talamini
Forum Replies Created
-
Hi Jorge, Would it be possible to have all tags excluded from being lazyloaded if you place a parent class in the exclusion list? I would like to put
.wrapper
in the list with this example.<div class='wrapper'> <img> <img> <img> </div>
- This reply was modified 3 years, 11 months ago by Harry Talamini.
Forum: Plugins
In reply to: [One Click Demo Import] export/import of term metadataWhat would be an example format of the XML file so I can import taxonomies and term fields?
- This reply was modified 7 years, 11 months ago by Harry Talamini.
Forum: Plugins
In reply to: [One Click Demo Import] export/import of term metadataYou the man! I gotta try this out!
Forum: Plugins
In reply to: [WooCommerce] Payment methods in accountYou would not be saving a check to your account, but telling the system that you want to pay offline. Ie. pay with a check or settle up offline.
https://docs.woocommerce.com/document/cheque/
You can use Check Payment to act like invoiced billing; send a paper invoice through the mail. Of course you need a different system to create the invoice and send it, but Woo has hooks to trigger other systems.My question is:
If a person wants to stop using their credit card and start paying by invoice, can they change their payment method to be the built in Check Payment gateway?Forum: Plugins
In reply to: [WooCommerce] Payment methods in accountCan confirm. I have Stripe gateway 3.0.2 right now and see the Payment Method tab.
I want to know, how can I enable this for Check Payment checkout method?
Forum: Plugins
In reply to: [W3 Total Cache] Rackspace CDN stopped working…As I understand W3 Total Cache is using the rackspace api v1.0 which connects and views a default datacenter, in my case DFW. Containers and folders created in DFW will work with the current default W3 Total Cache install, but you will not be able to see containers in a different zone.
W3 Total Cache needs to update their code to use the version 2.0 api. “php-cloudfiles” the version 1.0 api, is depreciated and will be unsuported as of August 1st 2013. https://github.com/rackerlabs/php-cloudfiles
php-opencloud is the replacement with api v2.0
for those who want to modify their own code to support api v2.0 visit github and look at some of the samples https://github.com/rackspace/php-opencloud