Problems on category,wishist, ajax, and loading time

This topic has 6 replies, 2 voices, and was last updated 9 years, 8 months ago ago by Eva Kemp

  • Avatar: pope
    pope
    Participant
    August 6, 2014 at 08:07

    Hi,

    I have noticed that there have been a few errors with my site related to the theme and also would like to ask some questions:

    1. On the page of a product, the “Add to Wishlist” option appears two times rather than just once. While I have found that it does not affect the function of the wishlist, I would still like to know how to get rid of either one as it affects aesthetics.

    (Please see the attachment #1 )

    2. On the Wishlist itself, there is some kind of error (regardless of whether you’re logged in or not as a user) that manifests as “Set your Account Menu in Appearance > Menus”. How should I get rid of this?

    (Please see the attachment #2 )

    3. Under the Categories sidebar, regardless of what I do for Products>Categories or even Appearance>Menu, the layout slants to the right like a staircase. Is there a way I can put it like a ladder or is this way it’s intended to be?

    (Please see the attachment #3 )

    4. Sometimes there is an “error with ajax” that pops up instead of the normal “Continue to Checkout” or “Keep Shopping” options after you click “Add To Cart”. This problem can be rid of by adding the product to a cart again. What causes this error?

    5. Once on the checkout page, the “Proceed to PayPal” button seems a bit too large (again, this is purely for aesthetics but how would I change the size?). Also, the tickbox for “I have read and accept the terms & conditions” is nearly invisible. Is there any way to make the box more noticeable?

    (Please see the attachment #5 )

    6. The website does not load properly on the mobile version always getting stuck on “Loading Content”. Often times the “Loading Content” page is covering the homepage of the mobile version. Is it because there’s too much to load or is it due to something else (optimization problem from theme)?

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    August 6, 2014 at 09:11

    Hello,

    1. To remove the second “Add to Wishlist” button, go to Woocommerce > Settings > Wishlist tab and select Position “Use shortcode”.

    2. Please add this code into custom.css file to get rid of that message:

    .install-menu-info {
       display: none;
    }

    How to create custom.css file you can find on this link.

    3. Add the following code into custom.css:
    .product-categories li { margin: 3px 0px 10px !important; }

    4. There is a bug in the theme. You can fix it by disabling ajax filter in Theme Options > Shop > “Enable Ajax Filter” > Off.

    5. To decrease the height of the button please add the code below into custom.css:

    .checkout-button.button {
        height: 40px;
    }

    You can change the value to the one you prefer.
    To change color of the tick icon you need edit the image wp-content/themes/legenda/images/tick-icon.png with some image editor.

    6. I’ve just checked the site on mobile and it has been loaded fast. Please try to check it again.

    Regards,
    Eva Kemp.

    Avatar: pope
    pope
    Participant
    August 7, 2014 at 06:39

    Hi!

    Thanks a lot for your help! I really appreciate it 🙂

    For #3 I put it in but it doesn’t seem to work? For #5, it didn’t affect the PayPal button but affected the Proceed to Checkout button which comes before the PayPal button.

    Thanks Again!

    Avatar: Eva
    Eva Kemp
    Support staff
    August 7, 2014 at 17:11

    Hello,

    I’ve checked custom.css file via Appearance > Editor and haven’t found any code written there. Where did you paste it?
    Also please change permissions to custom.css file for us to be able to make changes to it as we are getting the error in wp-admin panel: “You need to make this file writable before you can save your changes. ”

    Regards,
    Eva Kemp.

    Avatar: pope
    pope
    Participant
    August 8, 2014 at 04:35

    Please check again 🙂

    Avatar: Eva
    Eva Kemp
    Support staff
    August 8, 2014 at 09:16

    Hello,

    As I see the code is working:

    And PayPal button is displayed fine:

    Please try to check it with some other browser or clear your browser cache.

    Regards,
    Eva Kemp.

  • Viewing 6 results - 1 through 6 (of 6 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.