Home Forums WoodMart support forum Woodmart and WC Vendors Pro bug with solution

Woodmart and WC Vendors Pro bug with solution

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #224969

    fdeross
    Participant

    I have found a bug with how Woodmart loads the Vendor page when using WC Vendors.

    This link is how the page looks when it loads.
    https://pasteboard.co/JqiSQWO.png
    This is obviously not correct, but I have a solution! It involves moving some of the divs to the correct order.

    Solution:
    Move .wcv-store-header.header-modern just below the MAIN CONTENT AREA.
    Move .site-content below .wcv-store-header.header-modern and within .container
    Move .sidebar-container to the SIDEBAR CONTAINER AREA

    Here is what that looks like on the Inspector
    https://pasteboard.co/JqiQh06.png

    Here is what the full page will look like after the above edits.
    https://pasteboard.co/JqiVMFc.png

    How can I edit this page to achieve the correct layout and can this be added to a future update for the theme so Woodmart is more compatible with WC Vendors Pro?

    #224973

    fdeross
    Participant

    Follow-up

    This is how the page loads from the inspector. The arrows are color-coded to the same inspector image in the previous post
    https://ibb.co/19MyQtH

    The link above for the correct full-page view doesn’t work so here is how the page looks after the edits:
    https://ibb.co/tDRCm50

    #225049

    fdeross
    Participant

    Any movement on this?

    #225064

    Artem Temos
    Keymaster

    Hello,

    Could you please disable all plugins that are not related to our theme and provide us your admin and FTP access so we can check it?

    Thank you in advance

    #225265

    fdeross
    Participant

    See the information attached below. I need a valid email address to create a temporary account for FTP access.

    #225366

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

    .wcv-store-header {
    	order: -2;
    	width: 100%;
    	padding-left: 15px;
    	padding-right: 15px;
    }
    #233832

    fdeross
    Participant

    Is there a way that we could get this fixed within the theme in a future update? I got it working on my site, so that isn’t the issue. Thanks Artem!

    #233912

    Artem Temos
    Keymaster

    Yes, we will review this issue in our next theme update and fix it.

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