This topic has 15 replies, 3 voices, and was last updated 3 years, 4 months ago ago by Olga Barlow
Hello i have a problem with html Tag on Cart Page
Hello,
Thanks for using our theme.
Please describe the problem in more detail/provide screenshots.
Regards
Hello, there you have the screenshots on this Google Drive public link (private contact area)
only came out grong on the cart page
Hello,
Please provide temporary wp-admin and FTP access. I will ask our technicians for assistance.
Regards
Hello sending the ftp access
and it could be the same problem with the store, when a use the elementor widget to add the shop, it came out without correct css, thanks
Hello,
Thanks for FTP access, we need access to the Dashboard also.
Regards
Sorry there it’s.
Hello,
Clear cache and check now.
Regards
heyyy!! Thanks so much, could you please tell me what was it? i want to learn, because i want to use this theme to all my clients
Hello,
We made some fixes to the theme files and XStore core plugin files. So, if you need to fix this on the other sites then copy the theme and et-core plugin from the fixed site to other sites you have.
Regards
Hello, thanks for the reply now I have another problem with the cart page, on the woocommerce-notices-wrapper on iPad and mobile devices, the .col-md-7 has a height of 1px, the problem was after the fix. In mi server the copy was fine I put the url on private area
fixed!
`form.woocommerce-cart-form { float:left } change to @media (max-width: 768px) {
form.woocommerce-cart-form {
float: none !important;
}
}
new update!
form.woocommerce-cart-form {
float: none;
}
it’s ok in that way?
Hello,
Custom CSS is ok, you can add it if it works for you. But I don’t see issue with the column height even without this code.
Regards
You must be logged in to reply to this topic.Log in/Sign up