Woopress Multiple Issues - by ezycards - on WordPress WooCommerce support

This topic has 19 replies, 3 voices, and was last updated 9 years, 1 months ago ago by Eva Kemp

  • Avatar: ezycards
    ezycards
    Participant
    March 21, 2015 at 08:42

    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 iPhone
    Portrait view on iPhone:
    a. Can’t see amount of item – Cart icon.
    b. Can’t see full Total price column.

    2. Cart Page
    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. Quantity box Single Product page
    b. Product Quickview

    Quantity on Product Quickview page (b) is different from on other pages (a).

    Please, contact administrator
    for this information.
    18 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    March 21, 2015 at 10:44

    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.

    Avatar: ezycards
    ezycards
    Participant
    March 21, 2015 at 11:55

    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:

    Portrait iPhone

    Also, FPT info is in Private Content as requested.

    Thanks!

    Please, contact administrator
    for this information.
    Avatar: ezycards
    ezycards
    Participant
    March 21, 2015 at 12:55

    Fixed screenshot link of issue #1: no item quantity on cart icon – portrait view on iPhone

    Portrait iPhone

    Avatar: ezycards
    ezycards
    Participant
    March 23, 2015 at 09:28

    Could anyone please have a look at the issues for me?

    Avatar: Eva
    Eva Kemp
    Support staff
    March 23, 2015 at 13:48

    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.

    Avatar: ezycards
    ezycards
    Participant
    March 23, 2015 at 15:03

    Sorry, the username is wrong.

    Please, contact administrator
    for this information.
    Avatar: ezycards
    ezycards
    Participant
    March 23, 2015 at 15:21

    Hi,

    I have another problem, can’t see the whole Sign In form (mouse over) when set Site Layout as Boxed.

    Sign In

    Avatar: Eva
    Eva Kemp
    Support staff
    March 23, 2015 at 16:21

    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.

    Avatar: ezycards
    ezycards
    Participant
    March 24, 2015 at 04:43

    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!

    Negative Quantity

    Avatar: Eva
    Eva Kemp
    Support staff
    March 24, 2015 at 10:34

    Hello,

    The issue has been fixed.
    Please clear browser cache and check.

    Regards,
    Eva Kemp.

    Avatar: ezycards
    ezycards
    Participant
    March 24, 2015 at 11:03

    Hi Eva,

    Thanks so much for helping me fixing the problems. The Quantity now is fine, however the box is different from before:

    Quantity New

    is it possible if I can have the old Quantity Input box with + and –

    Quantity Old

    Sorry for being a pain.

    Avatar: Eva
    Eva Kemp
    Support staff
    March 24, 2015 at 12:20

    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.

    Avatar: ezycards
    ezycards
    Participant
    March 26, 2015 at 14:54

    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!

    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 26, 2015 at 15:03

    Hello @ezycards,

    You may try https://wordpress.org/plugins/woocommerce-quantity-increment/ plugin

    Regards,
    Robert Hall.

    Avatar: ezycards
    ezycards
    Participant
    March 27, 2015 at 08:49

    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):

    Quantity button in Quickview

    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!

    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 27, 2015 at 09:32

    Hello,

    In this case, Eva Kemp rightly says, it is better to disable it.

    Regards,
    Robert Hall.

    Avatar: ezycards
    ezycards
    Participant
    March 27, 2015 at 10:06

    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!

    Avatar: Eva
    Eva Kemp
    Support staff
    March 27, 2015 at 10:46

    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.

  • Viewing 19 results - 1 through 19 (of 19 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.