I have some bugs in the desktop version to fix

This topic has 13 replies, 3 voices, and was last updated 1 years, 7 months ago ago by LambdaSP

  • Avatar: LambdaSP
    LambdaSP
    Participant
    February 25, 2023 at 01:55

    1. The add to cart buttons not centered
    2. In the quick view the add to cart & quantity not centered in same line
    3. When i click on add to wishlist it send me to myy account page
    4. In the single product page the size and text not centered and the reset button need to be below
    5.

    I attached photos to explain all

    https://ibb.co/f4b9JtJ
    https://ibb.co/CPK8RDV
    https://ibb.co/xFjNqB1
    https://ibb.co/Zx8NkHp
    https://ibb.co/2WhGtdk

    Thank you!.

    12 Answers
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    February 25, 2023 at 09:49

    Hello, @LambdaSP,

    1. We are pleased to inform you that your issue has been resolved. Please clear your browser cache and revisit your site to confirm the changes. We have commented out the CSS which was causing the issue. For your reference, please see the images provided here: https://postimg.cc/sMVwfX4q and https://postimg.cc/2qgt5Y6W.

    2. We are pleased to inform you that your issue has been resolved. Please clear your browser cache and revisit your site to confirm the changes. Additionally, we have added CSS code to further resolve your issue. For a better reference, please refer to the images provided: https://postimg.cc/gxJ95BBf and https://postimg.cc/SYJTdwKr.

    3. In order to resolve your issue, XStore has a feature built-in wishlist. YITH WooCommerce Wishlist can be deactivated and then you can go to Theme Options > WooCommerce to activate the Built-in Wishlist. After that, please create a new page and add the [xstore_wishlist_page] shortcode to the content. Please select that page as shown in the link below: https://gyazo.com/1e6396fa3f68c1f55ec172dcfc311028
    Further, you can watch and follow the steps shown in this video guide: https://www.youtube.com/watch?v=ZyjZ-vCx0pE

    4. Please copy and paste the following CSS code into Xstore >> Theme Options >> Theme Custom CSS >> Global CSS and then clear your browser’s cache to view the changes.

    The result should look like this: https://postimg.cc/34QkHJxq

    .single-product form.cart table.variations th.label {
    text-align: center !important;
    }
    .single-product form.cart table.variations td.value {
    text-align: center !important;
    }
    .single-product form.cart table.variations a.reset_variations {
    display: block !important;
    }

    5. We kindly request that you provide us with a detailed explanation of your issue, along with a screenshot that clearly marks the issue, so that we can better understand and assist you.

    We thank you for your patience and understanding.

    Best Regards,
    8Theme’s Team

    Avatar: LambdaSP
    LambdaSP
    Participant
    February 25, 2023 at 17:23

    2. I want the button more width and less higher https://ibb.co/c6njnCN

    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    February 27, 2023 at 06:08

    Hello LambdaSP,

    We are pleased to inform you that your issue has been resolved. Please clear your browser cache and revisit your site to confirm the changes. For reference, please see the image provided at the following link: https://postimg.cc/S26ywjKc.

    Best regards,
    8Theme’s Team

    Avatar: LambdaSP
    LambdaSP
    Participant
    February 27, 2023 at 10:16

    Thank you so much!
    Sorry on the headache i have a few little issues and thats it:
    1. Why the text and the button not centered:
    https://ibb.co/vDDsmcz
    2. I explain in the photo:
    https://ibb.co/rwMns2X
    3. Why sometimes the icons looks like this
    https://ibb.co/v4fthVb
    4. How i can to move it below the image( i want this version of buttons no else)
    https://ibb.co/ZznpHsP
    https://ibb.co/86wRQb7

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 27, 2023 at 14:07

    Hello, LambdaSP,

    1/ Please provide us with the URL of the page from which the screenshot was taken, as well as temporary wp-admin access.

    2/ Border radius for buttons can be added via Theme options > Styling, set it in px, for example – https://prnt.sc/ic1yvJdBw0wm

    3/ To be able to give you an answer we need to check settings, so please provide temporary wp-admin access.

    4/ In this case you will need to use custom CSS code, please try –

    .product-view-mask3 .content-product .footer-product {
        top: 85%;
    }

    Theme Options > Theme Custom CSS > Mobile.

    Kind Regards,
    8theme team

    Avatar: LambdaSP
    LambdaSP
    Participant
    February 27, 2023 at 14:40

    1. Its not specific page, its when i click on any page without products

    2. But i want to change only this buttons not all the buttons whole site

    3. I give in the private area

    4. Its to much down i cant see the buttons and in the homepage it’s doesn’t do anything its same like was: https://ibb.co/4JZZ6gc
    https://ibb.co/fq4rhwN

    5. https://ibb.co/CPK8RDV Why i have this bug in the desktop

    Please contact administrator
    for this information.
    Avatar: LambdaSP
    LambdaSP
    Participant
    February 27, 2023 at 15:13

    3. I do it and now when i add product to the wishlist i dont see it in the wishlist page until i clear cache, and have so much bug I provided video to explain the problems, nothing Work as well
    https://we.tl/t-KW6Mfb6s6S

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 28, 2023 at 10:54

    Hello, LambdaSP,

    1/ Thank you for the reply. Could you provide the URL of “any page without products”?

    2/ For Cart page only? Like this – https://prnt.sc/bdjfz6YyhASr ?

    .woocommerce-cart .wc-proceed-to-checkout .button {
        border-radius: 10px;
    }

    3/ We will have another specialist review your inquiry in greater detail and will be in touch with you shortly. We kindly ask for your patience and request that you do not alter any access settings.

    4/ I’ve answered it in another your topic.

    5/ It was caused by unclosed “}” in your custom CSS code.

    6/ Please open up new topics for new questions, to prevent a mess here.

    Kind Regards,
    8theme team

    Avatar: LambdaSP
    LambdaSP
    Participant
    February 28, 2023 at 18:43

    1. https://special-brands.com/product-category/mens/watches/

    2. Thank you so much! How i can to put border radius and margin bottom to the paypal button?

    3. Okay i will wait thank you!

    4. Yes i saw thanks

    5. You was fix this? Because i not found where to add the “}”

    6. But it same question like number 3, i just explain more issues in the wishlist problem

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 1, 2023 at 10:12

    Hello,

    1/ We have identified that the issue is caused by the custom CSS code provided in the link below: https://prnt.sc/pnyNd-w73Dea
    Do you recall where and why this code was added?

    2/ WooCommerce > Settings > Payments > Button Shape > Pill.

    .wc-proceed-to-checkout .ppc-button-wrapper {
        margin-bottom: 10px;
    }

    5/ Yes, fixed.

    6/This is number 3: “3. Why sometimes the icons looks like this
    https://ibb.co/v4fthVb” and this “3. I do it and now when i add product to the wishlist i dont see it in the wishlist page until i clear cache, and have so much bug I provided video to explain the problems, nothing Work as well
    https://we.tl/t-KW6Mfb6s6S ” – one about icons in footer another about Wishlist. I apologize for being confused. Would it be difficult for you to create a separate topic for the question about wishlist with all the available information and only about that?

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 1, 2023 at 11:26

    Hello, LambdaSP,

    3/ This is a default widget of Elementor in your Footer static block and we are not responsible for the widgets which are not built-in our theme. But we added few lines Custom CSS for this widget -> https://prnt.sc/THz5c8EjKuMm to fix it everywhere. To check the fix, please, clear your site cache and browser cache as well.

    Kind Regards,
    8theme team

    Please contact administrator
    for this information.
    Avatar: LambdaSP
    LambdaSP
    Participant
    March 1, 2023 at 15:18

    1. No i don’t remember in the mobile its still in the right side not centered well

    2. Thank you!!

    6. Yes thank you i will open a new topic do ignore confusing thank you so much on the help!

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

The issue related to '‘I have some bugs in the desktop version to fix’' has been successfully resolved, and the topic is now closed for further responses

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