gluecklichezwerge
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] General (and noobish) questionHey Caleb,
thanks for your reply.
With ‘active’ I mean only the icon should be clickable. Currently you can click the link even outside of the icon.
Editing rollOver behaviour might be more difficult that’s why I tried with resizing the html widget. But maybe I’m thinking of it the wrong way. Is there another way to add the buttons?Thanks again,
-Bj?rn
Hi Ewout,
thanks for your reply. And now that you mention it, I was indeed wondering about the cm scale unit, but thought, hey, quite interesting to know you can use that as well. ??
I will check it out, thank you so much for taking your time.Have a great day,
-Bj?rn
Hello Slava,
I have the exact same error-code (400). Surprisingly the error is not identical with the error given on:
https://wpforms.com/how-to-securely-send-wordpress-emails-using-gmail-smtp/
I am not sure if authentication is missing.Versions: WordPress: 4.9.4 WordPress MS: No PHP: 7.2.2 WP Mail SMTP: 1.2.5 Params: Mailer: gmail Constants: No Client ID/Secret: Yes Auth Code: Yes Access Token: Yes Server: OpenSSL: Yes PHP.allow_url_fopen: No PHP.stream_socket_client(): Yes PHP.fsockopen(): Yes PHP.curl_version(): Yes Debug: Error while sending via Gmail mailer: { "error": { "errors": [ { "domain": "global", "reason": "failedPrecondition", "message": "Bad Request" } ], "code": 400, "message": "Bad Request" } }
Plugin and configuration has been done by simply following the instructions from my link above. No other SMTP or caching plugin is installed. Everything is up-to-date. Somehow I am assuming it might have sth to do with security restrictions I added. See error code line:
PHP.allow_url_fopen: No
I tried to follow the instructions you’ve given above, but I have no g suite account. Because I wasn’t sure where to put thehttps://www.googleapis.com/auth/gmail.send
I tried it in my Gmail API (see scrrenshot: https://ibb.co/b8O5h7). You will find this part in the credentials tab -> restrictions.
I will go through my .htaccess and functions.php to look for security restrictions I set. Hope to find the error and will report back, maybe someone else is having same issue.
If you have other ideas leading to the goal, they are highly appreciated. ??Best regards,
-Bj?rn
Edit:
Neither it was the implemented 6g firewall or xss-header configuration, nor the PHP.allow_url_fopen setting. This is set to ‘Yes’ now, but with same result.- This reply was modified 6 years, 8 months ago by gluecklichezwerge.
Hi,
isn’t debug showing you more informations on the ‘Send a Test Email’ page?
Below should be sth stated like:Debug: Error while sending via Gmail mailer: { "error": { "errors": [ { "domain": "global", "reason": "failedPrecondition", "message": "Bad Request" } ], "code": 400, "message": "Bad Request" } }
Here is a short overview about error codes:
https://wpforms.com/how-to-securely-send-wordpress-emails-using-gmail-smtp/
Hope this helps you figure out the reason for your error.Best of luck,
-Bj?rn
- This reply was modified 6 years, 8 months ago by gluecklichezwerge.
Forum: Plugins
In reply to: [W3 Total Cache] Uncaught ReferenceError: r is not definedHi Fist Full of Crisco,
thank you for your help. I already realized what you mentioned, but wasn’t sure where to add code (to which file/path).
In the meantime I’ve been lucky, Storefront released an update on their theme today, which solved the issue.
Thank you for your statement regarding the site, was a real nice project for me. ??All the best to you, best regards,
-Bj?rn
Hello Ewout,
are you talking about my site footer or the footer from the invoice PDF? Maybe I wasn’t able to make that clear. :/
I was referring to the invoice footer. For now I re-ordered my invoice footer text and everything is fully readable.Thank you, have a great day!
-Bj?rn
Forum: Plugins
In reply to: [WooCommerce] Add small text below priceHi Lorro,
thanks for your input, but that’s where I ended up the last time.
The gap between text and price is just too big and I didn’t brought them any closer.
I’ll just leave the result for now so you can take a look at it when being online again.
Example:
https://www.gluecklichezwerge.de/produkt/schluesselanhaenger-glitzerkrone-stern/Thanks for your effort, guys!
Edit:
Omg, coming from one topic to another isn’t helpful at all.
After taking a few minutes I figured it out.
Add this to Custom CSS to display additional text direct below pricep.price { margin-bottom: 0px !important; }
- This reply was modified 6 years, 8 months ago by gluecklichezwerge.
Forum: Plugins
In reply to: [WooCommerce] Add small text below priceHello,
thanks for your reply. ??
That added my text right after the price. Not exactly what I was looking for, I’d prefer it to be direct below the price. But I think, because I didn’t came up with another solution yet, I’ll just leave it the way it is now. So, thank you for this snippet.Best regards,
-Bj?rn
Forum: Themes and Templates
In reply to: [Storefront] Storefront headerYEAH! \o/
That made it. Was just about to read into vertical alignment. Thank you once again, Mikey! You really are an Automattic Happiness Engineer! =) Have a great day!Hello again,
now that PPOM has been updated, I wanted to use string translation, but I wasn’t asble to find a free version for WPML string translation, all require WPML to be installed.
Currently I’m reading into this topic, but do you have some hints guiding me in the right direction?Thank you very much. Best regards,
-Bj?rn
Forum: Themes and Templates
In reply to: [Storefront] Storefront headerHi Mikey,
sorry to bother. ??
I did, but when I am resizing its height, the result is the same.
My code in detail:.primary-navigation { background: #82ddcd; height: 50px; }
Forum: Themes and Templates
In reply to: [Storefront] Storefront headerHello again,
seems like I need another small push. I’m just not able to figure out how to align my menu navigation with its background color?
The text should be positioned as shown in this picture (small black line):
Any idea?
https://www.gluecklichezwerge.de- This reply was modified 6 years, 8 months ago by gluecklichezwerge.
Forum: Themes and Templates
In reply to: [Storefront] Storefront headerOMG! Just as expected…I was thinking way too complex.
Because several ways can lead to success I decided to go with your code snippet and give the header background a color by code. I wanted to have the same for the footer so I just went on.
And then all of a sudden my fault became obvious…because not the entire footer area (width) was colored now. Making a small adjustment to your code solved my issue.
Instead of .site-header I am directing the class .main-navigation now and I end up with the desired result: A header and a footer being lined up with the main body. ??/* CSS For Colored Header Bar */ .main-navigation { background: #82ddcd; }
/* CSS FOR COLORED CREDIT FOOTER */ .site-info { background: #82ddcd; }
//replace color code with any color hex code you want
This way I hope to avoid having issues in responsive mode.
Thank you for your fast replies and support, Mikey! You’ve been a big help pointing me to the right direction!Forum: Themes and Templates
In reply to: [Storefront] Storefront headerOk, will give this a try and report back.
Thank you so far!Forum: Themes and Templates
In reply to: [Storefront] Storefront headerHi Mikey,
thanks for your fast reply, but that’s not what I am looking for. But you are right, I feel like I’m missing some basic knowledge here.
Please take a look at the following image:
The two thin black lines to the left and the right of ‘site-navigation’. Is it possible to limit background to this area?Thank you,
-Bj?rn