This topic has 11 replies, 2 voices, and was last updated 1 years, 10 months ago ago by Rose Tyler
We have integrated Dokan MultiVendor Deployment. On the shop page, the MAP is placed in the shop header and very malformed. The HTML generated generates a very badly formed header where the map and shop filter is mixed together.
Hello,
Provide URL of page with the problem and temporary wp-admin access via the Private Content area.
Regards
Rose
We have fixed the problem with custom CSS change. After that we had to deal with the Dokan toolbar and Shop toolbar being malformed. With recent plugin updates, we are having an issue with the Vendor Dashboard and a warning from WooCommerce that some of the WooCommerce templates with the theme are outdated with WooCommerce 7.0.1. I reverted all my changes and you can see the following issues now.
1) Shop page top toolbar is malformed.
2) Vendor Dashboard is malformed
3) WooCommerce Templates are out of whack.
Please check the private content area for the access information.
One quick Update. I had to roll WooCommerce plugin to 7.0.0 to continue testing. I created the temporary site
https://one.ezhomesteading.com for you to see the issue
You can use the previous credentials.
Here are the effected plugins:
xstore/woocommerce/archive-product.php,
xstore/woocommerce/cart/cart-empty.php version 3.5.0 is out of date. The core version is 7.0.1,
xstore/woocommerce/cart/cart.php version 4.4.0 is out of date. The core version is 7.0.1,
xstore/woocommerce/cart/proceed-to-checkout-button.php version 2.4.0 is out of date. The core version is 7.0.1,
xstore/woocommerce/global/form-login.php version 7.0.1 is out of date. The core version is 7.1.0,
xstore/woocommerce/myaccount/form-login.php version 6.0.0 is out of date. The core version is 7.0.1,
xstore/woocommerce/single-product/add-to-cart/simple.php version 3.4.0 is out of date. The core version is 7.0.1,
Well this is nuts. I disabled all of the plugins and re-enabled them all screen malformation disappeared (stg.ezhomesteading.com). There is definitely a bug somewhere. I left https://one.ezhomesteading.com alone for you to look at things.
It must have been some weird caching issue. All malformed screens are okay now. But we need update woocommerce templates for the XStore template.
Hello,
Thanks for contacting us.
Please do not update WooCommerce before the next theme update. It will be released soon.
Regards
We added next custom CSS to Theme Settings -> Theme Custom CSS -> Global CSS:
.filter-wrap .dokan-row {
width: 100%;
}
.filter-wrap .filter-content {
flex-direction: row !important;
flex-wrap: wrap !important;
}
.filter-wrap .dokan-geolocation-location-filters {
width: 100%;
}
Clear cache and check now https://one.ezhomesteading.com/
Regards
Rose
That is exactly what I added to the child theme to make it work. However, the slider is not lined up with the left side of the map. It is shorter than the map itself. It is not a very big deal, but on another template it that does not happen.
Hello,
Add this code also:
.filter-wrap .dokan-geolocation-location-filters .dokan-row {
margin: auto;
}
Regards
Tagged: dokan, malformed, multivendor, shop, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up