goldmanas
Forum Replies Created
-
Nevermind, it was caching problem. Cleared cache and optimization plugins and it started working again.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Send pdf by handThanks! I feel stupid now, because I didn’t think of it 😀
Forum: Plugins
In reply to: [Title Limit for WooCommerce] Tittle Limit in front pageHi,
It didn’t work for me, I had to change:
else if ( is_home() && get_post_type( $id ) === 'product' ) {
to
else if ( is_front_page() && get_post_type( $id ) === 'product' ) {I hope someone will find this useful.
Forum: Plugins
In reply to: [Tiled Galleries Carousel Without Jetpack] Doesn’t work full width ?Very helpful! Exactly what I was looking for. Thanks man!
Forum: Plugins
In reply to: [WP Image Zoom] Old versionThanks for the information 🙂
I have the same problem. And this is not resolved!
Hi,
Yes I’m.
Thanks a lot
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Move ‘Add to Wishlist” buttonHi,
Sorry for long respons. Works perfectly. Thanks. 🙂
Forum: Plugins
In reply to: [Lana Facebook Share] Sharing only last postHi,
Sorry for the super late response! I was using gantry5 framework with hydrogen theme 🙂 I ended up not using the share function in the blog, so I kinda forgot to write you back.. Sorry.
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Multi Language EmailsHi, actually qtraslatex is working everywhere expect when I try to translate “Goodbye email”. This is the only place I can’t translate strings. Apparently this editor don’t understand [:en] [:fr] codes sadly. But ONLY in this particular “Goodbye email”.
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Newsletter stuck at sendingNvm, I just stopped delivery, reschedule and it works again.
@wdsupport Hi,
Thanks for your answer, but I already fixed it 🙂
- This reply was modified 9 years, 4 months ago by goldmanas.
Forum: Reviews
In reply to: [Image Slider - Responsive Slider] I don’t like the pluginIn your plugin description I found “Responsive Slider – best free wordpress tool for slideshow.” But in reality you can’t use free version, because you can’t even add a text or descriptions the the slider, which is absolute insane and angers me. And feel free to be offended and angry and even report me, if you think my account is fake or what ever, but free version of this plugin is barely usable and I wouldn’t recommend to anyone.
Forum: Plugins
In reply to: [WP Image Zoom] Probably z-index problemHello again,
I found a solution.
.zoomContainer{ z-index: 1 !important; }