This topic has 19 replies, 3 voices, and was last updated 9 years, 8 months ago ago by Eva Kemp
Hi, I have a few issues with the theme, could you please have a look and let me know how to fix them?
1.
Portrait view on iPhone:
a. Can’t see amount of item – Cart icon.
b. Can’t see full Total price column.
2.
Cart Page view:
a. Can’t see borders on both left and right hand sides.
b. Is it possible to hide ‘Process to checkout’ next to ‘Update Cart’?
3.
a.
b.
Quantity on Product Quickview page (b) is different from on other pages (a).
Hello,
1. a) Please add this code in custom.css file:
@media (max-width: 480px) {.navbar-right .navbar-right {
left: 18px !important;
}}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
b) There is a scroll bar to view all information:
http://storage3.static.itmages.com/i/15/0321/h_1426930953_4680101_03a96ad378.png
2. a) If you check our demo site https://www.8theme.com/demo/woopress/fullwidth/?page_id=8 you’ll see there are no borders by default.
If you still want borders you need add this code in custom.css file:
.shop-table .table-bordered {
border-left: 1px solid rgb(221, 221, 221);
border-right: 1px solid rgb(221, 221, 221);
}
b) To remove “Proceed to Checkout” button use this code in custom.css:
input.checkout-button.btn.big.alt.wc-forward {
display: none !important;
}
3. Please provide us with FTP credentials to check this issue.
Thank you.
Regards,
Eva Kemp.
Hi Eva,
Thanks for your help. Most of the issues have been fixed apart from #1, now quantity number on the cart icon disappeared after adding the css code:
Also, FPT info is in Private Content as requested.
Thanks!
Fixed screenshot link of issue #1: no item quantity on cart icon – portrait view on iPhone
Could anyone please have a look at the issues for me?
Hello,
Sorry for a delay.
I’ve also added this code:
.badge-number {
display: block !important;
}
Please check cart icon now.
Unfortunately we couldn’t connect to FTP.
Please check the credentials.
Thank you.
Regards,
Eva Kemp.
Sorry, the username is wrong.
Hi,
I have another problem, can’t see the whole Sign In form (mouse over) when set Site Layout as Boxed.
Hello,
The problem with quantity button is caused by WooCommerce Quantity Increment plugin. If you disable it all buttons will be similar.
To fix the issue with login popup window in boxed layout add this code in style.css of your child theme:
.boxed .login-link .login-popup {
left: -220px !important;
}
Thank you.
Regards,
Eva Kemp.
Thanks Eva, all Quantity input boxes are the same now. Only one problem left with the Quantity is in Single Product page and Quick View Product page, the Quantity stops at 0, but in Cart page, it can go to negative number. Is it possible to make it stop at 0 like in other 2 pages? Thanks!
Hello,
The issue has been fixed.
Please clear browser cache and check.
Regards,
Eva Kemp.
Hi Eva,
Thanks so much for helping me fixing the problems. The Quantity now is fine, however the box is different from before:
is it possible if I can have the old Quantity Input box with + and –
Sorry for being a pain.
Hello,
WooCommerce has removed that feature in the recent update and replaced it with the number input type. And now there is no overrides in Woopress for this. Sorry.
Regards,
Eva Kemp.
Thanks Eva for your help. For the negative quantity, could you please show me how you fixed it? So if I’m going to reinstall the theme again in the future, I know what to do. Thanks!
Hello @ezycards,
You may try https://wordpress.org/plugins/woocommerce-quantity-increment/ plugin
Regards,
Robert Hall.
Hi Robert,
The negative quantity issue has been fixed by Eva, but I just want to know how to fix it so next time I can do it myself. Sorry for the confusion.
Also, when I install the quantity increment plugin, it creates another problem to the quantity box in Product Quickview page as mention in the first post (3b):
and Eva recommended me to disable the plugin to fix the issue, do you have any clue to fix that issue without disable the plugin as I would like to keep it activated? Thanks!
Hello,
In this case, Eva Kemp rightly says, it is better to disable it.
Regards,
Robert Hall.
Thanks Robert, I may have to disable the QuickView as I want to use the plugin. Anyway, do you know which file was edited to fix the negative quantity issue? Thanks!
Hello,
I edited the file cart.php in the directory wp-content/themes/woopress/woocommerce/cart and wrote the code 'min_value' => '0'
after the line 93.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up