• Resolved unkufem

    (@unkufem)


    Dokan plugin is very great except that it needs some simple fix.

    I use it on a site I’m working on and every page works properly except that every single vendor store page is really messy.

    The sidebar, the footer, the products… everything mixed up, each div not staying in its place.

    when I used another multi vendor plugin the vendor store has no error.

    I reactivated dokan and the mixed up is back.
    Help to fix this please

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hello @unkufem,

    I assume that there is a layout issue on the store page. If you are seeing that footer content got overlapped with the main content then you can apply a clear:both on the footer class. As an example :

    .footer{
       clear: both;
    }

    If you can contact to us then we can help you to solve the problem ??

    Thread Starter unkufem

    (@unkufem)

    Thanks I have resolved it

    I have same problem… nothing shown when i go to vendors page.

    can u please help me fix this problem?

    Thread Starter unkufem

    (@unkufem)

    provide the link to the vendor page

    here is link

    how to fix this?

    Thread Starter unkufem

    (@unkufem)

    Exactly this is what I am saying. The conflict is in Dokan plugin. I was able to resolve this myself because I can manipulate with css to some extent.

    from what I can see on the link you provided, the vendor info and product are actually there on the page.

    The problem is that the content is covered by the dark background colour from the footer2. and the reason for this is because the content which is supposed to be in a separate div above the footer is actually inside the footer2. so the conflict.

    I can see the sidebar also floats to the left instead of to the right. Its bad dokan Vendor shop is messy by default.

    Exactly that was the same thing That happened on my site. Dokan developers should fix this asap.

    • This reply was modified 7 years, 4 months ago by unkufem.

    @unkufem, Dokan is generating a store template file from the plugin. Now, as every theme does not have the same wrapper or style for that reason the CSS of the store page is creating a problem. It is not a plugin issue. It is just a layout compatibility issue with your theme. If you can check our demo- https://dokandemo.wedevs.com/store-list then you will see the actual store page. Now, the best way is to override the store.php file and insert the wrapper or class which is missing on the store page. To find out the missing CSS check your theme page.php file and insert it on the store.php before the WooCommerce product loop.

    Now, if you are unable to solve then you can contact us to get help to solve the compatibility issue.

    Thread Starter unkufem

    (@unkufem)

    While I was trying to figure it out, I swap several themes and the problem still persists. So I concluded the problem is not with the theme.

    Hello,

    Yes, you are correct. It can happen with several themes excepts a Dokan compatible theme. As there are tons of theme for WooCommerce so it is really complicated to make Dokan store layout compatible with all the themes. Now, we can help you to solve the layout for the current theme which you are using. But from our side, it is difficult to provide a permanent solution for all theme. Also, there are lots of paid Dokan compatible theme- https://themeforest.net/category/wordpress?term=dokan.

    I would suggest you to contact us so that we can solve your problem. This ticket is already marked as resolved.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Vendor Store Page Messed Up’ is closed to new replies.