elaaf
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [YITH WooCommerce Affiliates] Page formatting on mobileHi ..
I am sorry, I should have updated you. The issue was resoled after adding the following CSS.
html {
direction: ltr !important;
} @media (max-width: 991px) {
.woocommerce-account .yith-wcaf-dashboard .yith-wcaf-dashboard-navigation {
display: block;
}
}
@media(max-width: 480px){
.yith-wcaf-registration-form .login-form, .yith-wcaf-registration-form .register-form {
padding: 20px !important;
}
.register-form input[type=text], .register-form input[type=email] {
padding: 10px;
}
.yith-wcaf-dashboard-generate-link a.copy-trigger {
position: relative !important;
margin-top: 20px;
margin-left: 16px !important;
display: block !important;
}
.yith-wcaf-dashboard-generate-link input.copy-target {
padding-right: 0px !important;
word-break: break-all;
width: 100%;
} }
Thank you so much.
Regards,
AzizForum: Plugins
In reply to: [YITH WooCommerce Affiliates] Page formatting on mobileHi Juan,
Thank you for responding. I have activated your affiliate account on the website.
I have also updated the CSS in the customizer but nothing has changed. Please find the full CSS snippet for your review:
html { direction: ltr !important; } @media (max-width: 991px) { .woocommerce-account .yith-wcaf-dashboard .yith-wcaf-dashboard-navigation { display: block; } }
Regards,
Aziz
Forum: Plugins
In reply to: [YITH WooCommerce Affiliates] Creating Commissions based on ProductsHi,
I am sosrry, just verified it again and it is working fine. Thank you so much.Forum: Plugins
In reply to: [YITH WooCommerce Affiliates] Creating Commissions based on ProductsHi Juan,
I have replaced the hook as advised but the default commission is still being used.
Regards,
Aziz
Forum: Plugins
In reply to: [Translate Multilingual sites - TranslatePress] Filed TranslationGood Morning,
As I was testing, I have deactivated the plugin. It is now activated for your troubleshooting.
Regards,
Aziz
Viewing 5 replies - 1 through 5 (of 5 total)