Stefano Monteiro
Forum Replies Created
-
Forum: Plugins
In reply to: [Bold Page Builder] Add attribute to background-image elementsHi, thanks for quick response and code snippet. Unfortunately, it didn’t work. Though no matter what I change in the
$outputvariable nothing happens. I cleaned all cache and deactivated plugins, cloudflare etc. And nothing. I have also added the snippet tobt_bb_column_inner.php.Forum: Plugins
In reply to: [Merge + Minify + Refresh] Enable HTTP2 Server Push also try to load httpFair enough. Just asking so I know if I make it manually (i.e. webpack) I should get even better results.
Thanks again for helping and the plugin!!
Awesome job!!Forum: Plugins
In reply to: [Merge + Minify + Refresh] Enable HTTP2 Server Push also try to load httpYep. That did the job. Thank you very much.
One more question, just general about the plugin. Does it also eliminates unused code when it minify js and css. Sort of a tree shaking or purgecss?
Forum: Plugins
In reply to: [Merge + Minify + Refresh] Enable HTTP2 Server Push also try to load httpHi.
I am using Cloudflare.Forum: Plugins
In reply to: [Subscriber Discounts for WooCommerce] Is it possible to add expiration date?In create-discount.php at the very end paste
$expDate = date('Y-m-d', strtotime("+30 days")); update_post_meta( $new_coupon_id, 'expiry_date', $expDate );- This reply was modified 7 years, 11 months ago by Stefano Monteiro.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] API Key not savingSOLVED!!
It turned out the issue was with the Localhost. I uploaded it in a live server and it worked as it should
Thank you very much @voltronik. Let me know when you have something about it.
Thanks