H S
Forum Replies Created
-
SCREENSHOTS:
https://prnt.sc/NP-MtWGb8EEzInstead of
https://prnt.sc/qZRzr65RHcJ2- This reply was modified 5 months, 2 weeks ago by H S.
How is that issue resolved? did you fixed the translation bugs?
Hello,
Thank you for your reply.
Do you have any expected version/time?
If not, is there any workaround ? like for example duplicate the JavaScript files and translate them manually after adding the language code to its path or something?
For example: /assets/js/build/masteriyo-interactive.js to /assets/js/build/masteriyo-interactive-fr.js and /assets/js/build/masteriyo-interactive-de.js
Thank youHere is an example:
The Code on W3 School ExampleProduce the following view (Screenshot) when send Notification Email to Gmail:
https://ibb.co/XkNq3zQHello,
(This is something you can easily test)
I think there is no need to share my HTML since any valid HTML with DIVs and tables (with tr. th, td ) will cause problems … even when I copy any outer HTML of a newsletter sent to my Google inbox and show perfect and use in my Notification Email it changes to completely wrong tables with borders and extra columns and/or rows as explained above
I tried different layouts.
The plugin also keep inserting breaks tags … 10 tags somewhere and 15 in other place and so on especially after <h3> tag.
<br>Hello,
Thank you for the answer and sorry for the delay.
Login form after submitting. There is a notification appears only when the admin email is not verified yet. Screenshot https://ibb.co/6nS3Tnb
Thank you,
Hello,
I think you are right, Thank you for the detailed answer 🙂
I can manage that with multiple ways even hiding them using CSS then adding as Branda items but even this needs an eye on the back-end and its changes.#toplevel_page_googlesitekit-dashboard { display: none; }Many thanks for the premium support here!
Hello,
I have found the file in media (this is for the blue abstract template background – uploaded 20 APR) >> here is the link : https://ibb.co/BjVMtpLAnyway it didn’t happen again and I can’t replicate it.
Thank you 🙂
- This reply was modified 4 years ago by H S.
Hello,
Thank you for your reply 🙂
I still can’t figure out how to replicate the issue! most likely it’s in some step when changing the login template then choose to delete and upload a new background. I think it happened when uploaded a large landscape when the template require a vertical image size. all I know that I have files that had to delete them and the screenshot below from my Plesk/hosting panel trash https://ibb.co/c1L5M4sI will keep testing that plugin because I really love it and love how you guys made all the effort to make it that way! Promise will back if there is anything or figured why that happened.
=====================
System info:
– PHP version: 7.3.30
– OS: Linux
– Server software: Apache
– CP : PLESK
Wordpress info:
– Version: 5.8.3`
====================Thank you 🙂
Forum: Plugins
In reply to: [Coupon Box for WooCommerce] How to perfectly fit a background image fullyHello,
The problem with this plugin with its current status is adjusting it for responsive use and different scenarios.– You may try to use (display:none) for the header.
– Try to use background that fits the popup size you decide in the following CSS code.
– Don’t include graphical text or titles in this background image cause it might differ from device to another.
—-
Try similar CSS in the plugin custom CSS:
—-
Adjust the min-height / height and same for width for your needs.wcb-coupon-box .wcb-md-content .wcb-modal-body .wcb-coupon-message {
text-align: left;
position: relative;
padding: 50px 0px 0px;
}
.wcb-coupon-box .wcb-md-content .wcb-modal-body {
position: relative;
padding: 0 2% 0 2%;
}
.wcb-md-modal {
max-width: 720px !important;
min-width: 320px !important;
min-height: 390px;
}
.wcb-coupon-box .wcb-modal-body {
padding: 40px;
min-height: 340px !important;
}
.wcb-coupon-box .wcb-content-wrap .wcb-md-content .wcb-gdpr-field a { color:#fff; }
.wcb-coupon-box .wcb-modal-body .wcb-coupon-box-newsletter .wcb-newsletter-form input {
border-radius: 50px;
}
.wcb-coupon-box .wcb-content-wrap .wcb-modal-body .wcb-guide, .wcb-coupon-box .wcb-content-wrap .wcb-modal-body .wcb-text-follow-us, .wcb-coupon-box .wcb-content-wrap .wcb-md-content .wcb-gdpr-field, .wcb-coupon-box .wcb-content-wrap .wcb-md-content .wcb-warning-message, .wcb-coupon-box .wcb-content-wrap .wcb-md-content .wcb-modal-body .wcb-coupon-message, .wcb-coupon-box .wcb-modal-header {
text-align: left !important;
}
.wcb-coupon-box .wcb-footer-text-after-subscribe, .wcb-coupon-box .wcb-footer-text, .wcb-coupon-box .wcb-guide {
text-align: left;
}
.wcb-coupon-box .wcb-md-content .wcb-modal-header {
display:none;
}#vi-md_wcb .wcb-md-content div.wcb-modal-body {
padding: 30px;
}
.wcb-coupon-box .wcb-content-wrap .wcb-md-content .wcb-modal-body .wcb-coupon-box-newsletter {
width: auto !important;
margin: 0 auto;
}
@media screen and (max-width: 640px) {
#vi-md_wcb.wcb-coupon-box .wcb-content-wrap {
padding: 30px;
}
}
@media screen and (min-width: 1024px) {
#vi-md_wcb .wcb-md-content div.wcb-modal-body {
padding: 30px 30px 30px 30px !important;
}
}- This reply was modified 4 years, 12 months ago by H S.