Dekadinious
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Remove tooltips on product imageThank you so much for your help and time, I truly appreciate it.
But sadly, that did not work 🙁 The script removes the alt tag with + 5, but not the title tag with + 7 and title=” in the correct field.
Any more suggestions? Would really appreciate it!
Forum: Plugins
In reply to: [WooCommerce] Remove tooltips on product imageHello again!
Thank you for the reply. The alt-tag was strippet out, but the tooltip still shows. I changed it to this:
add_filter ('woocommerce_single_product_image_html', 'my_function'); function my_function($html) { $start = stripos($html, 'title="'); if ($start) { $end = stripos($html, '"', $start + 5); $html = substr($html, 0, $start - 1).substr($html, $end + 1); } return $html; }But then nothing is stripped out. I probably have to strip out both the title and alt tags, but I don’t know how. Would appreciate the help!
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Product filter hangs / displays wrongCould I PM you or something? It’s really not live or anything 🙂
Forum: Plugins
In reply to: [WooCommerce] Wrong product opensThank you, the database edit worked 🙂
Forum: Plugins
In reply to: [WooCommerce] Wrong product opensDoes anyone know?
Forum: Plugins
In reply to: [WooCommerce] Remove tooltips on product imageClaudio, do you know?
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Remove tooltips on product imageThank you for answering.
Mike, the [edit: information in the] link you posted sadly did not work.
Claudio, could you please explain a bit closer? Can I make a filter to put in my functions.php that fixes this for me? 🙂
Forum: Plugins
In reply to: [WooCommerce] Remove tooltips on product imageThank you for answering me.
So there is no solution to just remove the fact that when you hover over the image with the mouse on the product page, the image name shows? If I don’t want to have the text there at all?
Forum: Plugins
In reply to: [WooCommerce] Remove tooltips on product imageHello! The site is in maintenance right now, but yes, if I remove the image title=”whatever” when I inspect the element, the tooltip does not show.
Forum: Plugins
In reply to: [Stripe Payment Gateway WooCommerce Addon] Translate error messages!I also sent a function that can be used to get the order-number from SONP 🙂
Forum: Plugins
In reply to: [Stripe Payment Gateway WooCommerce Addon] Translate error messages!Hello again!
Sorry for the late reply! I have the SONP-plugin, yes!
Forum: Plugins
In reply to: [Stripe Payment Gateway WooCommerce Addon] Translate error messages!Is the http://www.woothemes.com/products/sequential-order-numbers-pro/ plugin also supported?
See how to add support here: http://docs.woothemes.com/document/sequential-order-numbers/#section-8
I would also pay for this.
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Move the processing payment spinner/animationThis is happening across themes, so I think it’s WooCommerce specific. The spinner is centered on the checkout page, but since all the fields make the page quite long, the user will not see the spinner if he/she has scrolled all the way down to view the card input form for example.
At least not with a normal sized laptop screen that is. So I was just wondering if it is possible to not center it, put maybe make it appear 100 – 150 px down on the page from where it is now?
Thank you for you answer!
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Language not workingHi again!
I am using WooCommerce WooCart Popup Lite to do this, and I’m adding the subcription field and button through a shortcode. I don’t see how any of the other plugins would be different? It would still be shortcodes or iFrame, so the error would still display the same way?
Forum: Plugins
In reply to: [Stripe Payment Gateway WooCommerce Addon] Translate error messages!Hello!
I see other plugins for Stripe have a localization feature for the error messages. Maybe you could look into this and add it for a donation?
I would really like this feature to make my site more trustworthy to customers in my own language. I am willing to pay!
Thank you!