• Resolved inkster

    (@inkster)


    Hi,

    Two questions:

    1. I am using the Javo Directory theme. I noticed that Vendor’s Store page on the front end is not displaying correctly. I followed your instructions and moved the WC themes folder to the Child Theme, but it’s still not displaying correctly. It looks like the page has no margins and the right sidebar doubled in size and moved to the left side of the screen. Is there a way I can fix this?

    2. Also, I noticed when I was on the Store Edit page that there was not a way for Vendors to easily navigate back to the Vendor Dashboard – is there a fix for this? I think adding a “Return to Vendor Dashboard” button or link at the top would be helpful. I’ll do this manually, but just a suggestion.

    3. I also noticed this plugin conflicts with another plugin (pdf vouchers) basically when I activate that plugin, I am no longer able to select a Vendor from your Vendor tab that appears in edit product mode. Would you know why this is? (I am thinking it’s because the voucher plugin also has a vendor selection). Thanks for your help.

    https://www.ads-software.com/plugins/dc-woocommerce-multi-vendor/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter inkster

    (@inkster)

    UPDATE: For #1:

    I added the following code to get the container to display properly:

    #container {
    clear: both;
    width: 67%;
    margin: auto;
    background: #FFFFFF;
    padding-right: 150px;
    padding-left: 300px;
    border: px solid #AAAAAA;
    float: left;
    margin-left:100px;
    }

    Not sure if this will get the container to always display properly on different devices. But the problem I noticed is that the sidebar is now showing beside the container, but I still do not know how to reduce the size. I added the above code to my style.css file in the child theme.

    Also, I noticed that the frontend.css is not displaying on the vendor page. I assume it’s being overridden by my theme CSS – do you know how I would get your plugin’s CSS to display? Thanks.

    Hello Dabeka,

    Thanks for your continued trust on us. As we are already discussing all your questions/concerns over email, I am marking this ticket resolved.

    Thanks,
    Sandeep

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Store Page & Store Edit’ is closed to new replies.