Home › Forums › WoodMart support forum › Words are incorrectly displayed (distorted) in the wc marketplace plugin
Words are incorrectly displayed (distorted) in the wc marketplace plugin
- This topic has 21 replies, 4 voices, and was last updated 6 years, 1 month ago by
Elise Noromit.
-
AuthorPosts
-
January 8, 2019 at 1:05 pm #100637
jimmy-17ParticipantHello, I use the woodmart theme with the wc marketplace plugin in this section of the seller’s dashboard, the words are distorted so I should correct these errors.
Do you have an update to suggest to me to correct this? Please thank you.Attachments:
You must be logged in to view attached files.January 9, 2019 at 7:25 am #100818
Bogdan DonovanKeymasterHi,
We can’t have access to your login page due to 404 error. Please check.
Regards
January 9, 2019 at 8:57 am #100852January 9, 2019 at 9:19 am #100863
jimmy-17Participantproblem table of published products not centered in the screen
Attachments:
You must be logged in to view attached files.January 9, 2019 at 9:50 am #100879
Bogdan DonovanKeymasterHi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.wcmp-wrapper .form-control { background-size: auto; } .wcmp-wrapper .control-label { max-width: 100%; } .wcmp-wrapper .row { display: block; }
Regards
January 9, 2019 at 10:44 am #100901
jimmy-17ParticipantOkay, that’s better, but I’ve noticed other display errors.
Attachments:
You must be logged in to view attached files.January 9, 2019 at 12:55 pm #100934
Eric WatsonParticipantHello,
Try to add the following PHP code snippet to the child theme functions.php file to do this
function woodmart_dequeue_styles() { if ( function_exists( 'is_vendor_dashboard' ) && is_vendor_dashboard() ) { wp_dequeue_style( 'bootstrap' ); wp_dequeue_style( 'woodmart-style' ); wp_dequeue_style( 'child-style' ); } } add_action( 'wp_enqueue_scripts', 'woodmart_dequeue_styles', 10001 );
Kind Regards
XTemos StudioJanuary 9, 2019 at 2:06 pm #100945
jimmy-17ParticipantDisplay error with php code
Attachments:
You must be logged in to view attached files.January 9, 2019 at 3:32 pm #100957
Eric WatsonParticipantIn this situation are you able to provide us your FTP access so we could troubleshoot it and provide you with a solution?
January 9, 2019 at 5:25 pm #100995
jimmy-17Participantok
January 10, 2019 at 7:37 am #101057
Eric WatsonParticipantHello,
We have added the code for you, check how the admin panel of vendors looks now.
Kind Regards
XTemos StudioJanuary 10, 2019 at 9:10 am #101084
jimmy-17ParticipantI have a display error
Attachments:
You must be logged in to view attached files.January 10, 2019 at 9:24 am #101090
Eric WatsonParticipantСheck now, please.
Kind Regards
XTemos StudioJanuary 10, 2019 at 9:38 am #101091
jimmy-17ParticipantHello, now it works but I notice another display error in the seller’s dashboard. Images are displayed below the forms.
Attachments:
You must be logged in to view attached files.January 10, 2019 at 9:57 am #101105
jimmy-17ParticipantHello, I also notice that at the very bottom of the dashboard page, the cookie message appears.
Attachments:
You must be logged in to view attached files.January 10, 2019 at 10:44 am #101113
Bogdan DonovanKeymasterHi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body[class*="wcmp"] .cart-widget-side, body[class*="wcmp"] .mobile-nav, body[class*="wcmp"] .woodmart-cookies-popup, body[class*="wcmp"] .pswp, body[class*="wcmp"] .scrollToTop { display: none; }
Regards
January 10, 2019 at 11:05 am #101115
jimmy-17ParticipantHello, I have the same problem. And warning signs appear in my css code. Could you connect to my site to do it for me? Please thank you.
Attachments:
You must be logged in to view attached files.January 10, 2019 at 12:38 pm #101126
Bogdan DonovanKeymasterHi,
We have moved the code directly to the dashboard page custom code (https://prnt.sc/m5cqr7).
Please check now.Regards
January 10, 2019 at 1:20 pm #101143
jimmy-17ParticipantThank you the modifications are correct! Could you update woodmart with all the changes on envato? And let me know when it will be done, please.
January 10, 2019 at 2:19 pm #101157
Elise NoromitMemberHello,
We shall do that in our nearest update.
Best Regards
January 10, 2019 at 5:04 pm #101192
jimmy-17ParticipantOkay, thank you!
January 10, 2019 at 6:44 pm #101213
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
Tagged: other display problems
The topic ‘Words are incorrectly displayed (distorted) in the wc marketplace plugin’ is closed to new replies.
- You must be logged in to create new topics. Login / Register