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

Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #100637

    jimmy-17
    Participant

    Hello, 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.
    #100818

    Bogdan Donovan
    Keymaster

    Hi,

    We can’t have access to your login page due to 404 error. Please check.

    Regards

    #100852

    jimmy-17
    Participant

    All right, sorry..

    Attachments:
    You must be logged in to view attached files.
    #100863

    jimmy-17
    Participant

    problem table of published products not centered in the screen

    Attachments:
    You must be logged in to view attached files.
    #100879

    Bogdan Donovan
    Keymaster

    Hi,

    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

    #100901

    jimmy-17
    Participant

    Okay, that’s better, but I’ve noticed other display errors.

    Attachments:
    You must be logged in to view attached files.
    #100934

    Eric Watson
    Participant

    Hello,

    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 Studio

    #100945

    jimmy-17
    Participant

    Display error with php code

    Attachments:
    You must be logged in to view attached files.
    #100957

    Eric Watson
    Participant

    In this situation are you able to provide us your FTP access so we could troubleshoot it and provide you with a solution?

    #100995

    jimmy-17
    Participant

    ok

    #101057

    Eric Watson
    Participant

    Hello,

    We have added the code for you, check how the admin panel of vendors looks now.

    Kind Regards
    XTemos Studio

    #101084

    jimmy-17
    Participant

    I have a display error

    Attachments:
    You must be logged in to view attached files.
    #101090

    Eric Watson
    Participant

    Сheck now, please.

    Kind Regards
    XTemos Studio

    #101091

    jimmy-17
    Participant

    Hello, 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.
    #101105

    jimmy-17
    Participant

    Hello, 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.
    #101113

    Bogdan Donovan
    Keymaster

    Hi,

    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

    #101115

    jimmy-17
    Participant

    Hello, 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.
    #101126

    Bogdan Donovan
    Keymaster

    Hi,

    We have moved the code directly to the dashboard page custom code (https://prnt.sc/m5cqr7).
    Please check now.

    Regards

    #101143

    jimmy-17
    Participant

    Thank 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.

    #101157

    Hello,

    We shall do that in our nearest update.

    Best Regards

    #101192

    jimmy-17
    Participant

    Okay, thank you!

    #101213

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 22 posts - 1 through 22 (of 22 total)

The topic ‘Words are incorrectly displayed (distorted) in the wc marketplace plugin’ is closed to new replies.