Dekadinious
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Move the processing payment spinner/animationBump! ??
Sorry for the double post.
I got this fixed by changing
echo apply_filters( 'woocommerce_single_product_image_html', sprintf( '<a href="%s" itemprop="image" class="woocommerce-main-image '.$zoom.'" title="%s" rel="prettyPhoto' . $gallery . '" data-url="%s">%s'.$html.'</a>', $image_link, $image_title, $image_link , $image ), $post->ID );
To
echo apply_filters( 'woocommerce_single_product_image_html', sprintf( '<a href="%s" itemprop="image" class="woocommerce-main-image '.$zoom.'" title="%s" rel="prettyPhoto' . $gallery . '" data-url="%s">%s%s</a>', $image_link, $image_title, $image_link , $image, $html ), $post->ID );
Turns out WordPress did not like the percentage sign in my span that was going to show in the sales badge, because of the way the ROEN theme is coded.
I tell you man, lot’s of weird code in that theme.
I got this fixed by changing
echo apply_filters( 'woocommerce_single_product_image_html', sprintf( '<a href="%s" itemprop="image" class="woocommerce-main-image '.$zoom.'" title="%s" rel="prettyPhoto' . $gallery . '" data-url="%s">%s'.$html.'</a>', $image_link, $image_title, $image_link , $image ), $post->ID );
To
echo apply_filters( 'woocommerce_single_product_image_html', sprintf( '<a href="%s" itemprop="image" class="woocommerce-main-image '.$zoom.'" title="%s" rel="prettyPhoto' . $gallery . '" data-url="%s">%s%s</a>', $image_link, $image_title, $image_link , $image, $html ), $post->ID );
Turns out WordPress did not like the percentage sign in my span that was going to show in the sales badge, because of the way the ROEN theme is coded.
I tell you man, lot’s of weird code in that theme.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Language not workingThat sadly did not work.
And I also have the problem that the error appears off page since I have a pop-up that is on the bottom right. Is it possible to just have a red border around the textbox where you input the e-mail, or just a red X as the error?
Thank you.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Language not workingI have configured WordPress to use nb_NO (Norwegian Bokm?l). nn_NO also exists, which is Norwegian Nynorsk.
I guess the answer would be nb or no?
See Wikipedia:
Indo-European Norwegian Bokm?l Norsk bokm?l nb nob nob nob Covered by macrolanguage [no/nor] Indo-European Norwegian Nynorsk Norsk nynorsk nn nno nno nno Covered by macrolanguage [no/nor] Indo-European Norwegian Norsk no nor nor nor + 2 macrolanguage, Bokm?l is [nb/nob], Nynorsk is [nn/nno]
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Language not workingOr can I disable them?
Forum: Plugins
In reply to: [WooCommerce] Can't find string in translation fileOk, I solved this.
For anyone else with the same problem, I had an old translation file without the “Customer Details” string. It had, however, a “Customer details” string, that made me think I had already translated everything.
As it has taken me a lot of time to fix the bad wording in the norwegian translation, I did not want to overwrite what I had already fixed. I therefore used https://localise.biz/free/poeditor to add the “Customer Details” string, and then translated it.
This way I may run into problems with other strings being english or with bad wording later, but things are OK for now.
Forum: Plugins
In reply to: [WooCommerce] E-mails going to spam filterPS: This was testing through the webmail service, not WP!
Forum: Plugins
In reply to: [WooCommerce] E-mails going to spam filterHello! Thank you for taking the time to help me!
The answer I got from Bluehost was “sending scripted emails through external SMTP servers is completely disallowed on shared, full stop. the ports aren’t even open.”
So I don’t know… I could use a plugin that kind of sends the e-mails to the provider that is going to send them out, but in a way that is not blocked.
This is really not good for an online store. I have many domains on Bluehost, and I have tried some experimenting now. Sending from one domain, I can recieve just as normal on my hotmail account. But sending mail from another domain it gets stuck in the junk folder. So maybe it’s not my host, but something about the domain/URL that is the problem?
I don’t know how this works, but would appreciate the help by people who do!
This should really be integrated into the plug-in.
Seeing as how e-mail newsletters have the highest rate of conversions, it is really not smart for me to have this box unchecked at checkout. A lot of customers really overlook it.
Forum: Plugins
In reply to: [Stripe Payment Gateway WooCommerce Addon] Plugin looks bad on ROEN-themeThank you, sir!
I will send a donation your way ??
Forum: Plugins
In reply to: [Stripe Payment Gateway WooCommerce Addon] Plugin looks bad on ROEN-themePS: Do you have an option to change “Stripe” to something else in the settings? For example “Pay by card” or something I can choose myself? ??
Forum: Plugins
In reply to: [Stripe Payment Gateway WooCommerce Addon] Plugin looks bad on ROEN-themeSorry for a late answer!
That worked perfectly, I can’t thank you enough for fixing this so quickly. Do you have a donate option? I want to contribute ??
Forum: Plugins
In reply to: [Stripe Payment Gateway WooCommerce Addon] Plugin looks bad on ROEN-themeYes, that seems quite right!
Forum: Plugins
In reply to: [Stripe Payment Gateway WooCommerce Addon] Plugin looks bad on ROEN-themeThat would be fantastic!
So you can change error messages and all the front end text ??