Question about header “stiky” : how to desactive it?

This topic has 10 replies, 3 voices, and was last updated 1 years, 11 months ago ago by Olga Barlow

  • Avatar: Jemo
    Jemo
    Participant
    April 27, 2022 at 08:38

    Hi there,

    my header (make with header builder”) is sticky: when i scroll the page, it is showing.

    how can i desactive it? (desactive the sticky mode)

    Second question: the picture of single product page: how make it more little on Mobile (ios/adndroid) because the dimension is great for computer or tablet, but the picture is too big on mobile..

    How fix this?

    thanks in advance

    9 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 27, 2022 at 08:44

    Hello,

    1/ Theme Options > Header Builder > Header sticky
    2/ Could you provide a screenshot? Do you use Single Product Builder?
    You can use Lightshot screenshot or Gyazo tool to share links to your screenshots.

    Regards

    Avatar: Jemo
    Jemo
    Participant
    April 28, 2022 at 20:34

    hi
    1/ thanks i have found

    2/ yes i use single product builder
    i attempt to change size image into “gallery” but nothing change…

    i see that i ha css into child theme about gallery: perhaps it is that the problem?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 29, 2022 at 07:40

    Hello,

    Without the ability to see your site, we can’t say for sure. If you think it can be due to custom css code into the child theme, temporarily remove the code and check.
    Provide URL and temporary wp-admin access, so we can take a closer look, please.

    Regards

    Avatar: Jemo
    Jemo
    Participant
    May 3, 2022 at 15:46

    Hi

    thanks for reply.

    For better explain about my need, i think that i need is to how to impose the same height to the images of single product page for all the images of all the products which are displayed on the single product page?

    i suppose it is in CSS ? i have see that i have css about the “diaporama” of the image into my css of the child theme: style.css
    perhaps it is into this to make a change?

    i don’t know…

    I ll have trying to make this via the “product image” in the customizer but it don’t make the job as i need…

    i hope that this explain help you to understand what i search to make: put for all image displaying on the “single product page” the same height in px : for exemple: put 250px for all and keep the aspect ratio (so that the width automatically adapts to the imposed height)

    idealy it should good for me to add this into the style.css file of my child theme…

    Hope you can help

    thanks to tell me where (witch file) you put another code for this

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    May 4, 2022 at 11:44

    Hello,

    You can limit height using custom CSS. Add the following code to child theme style.css or to Theme Options > Custom CSS

    .main-images .woocommerce-product-gallery img {
        max-height: 500px;
        width: auto;
    }

    Regards

    Avatar: Jemo
    Jemo
    Participant
    May 5, 2022 at 09:23

    Thanks !
    I will try this

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 5, 2022 at 09:28

    You’re welcome! Have a nice day!

    Regards

    Avatar: Jemo
    Jemo
    Participant
    May 6, 2022 at 09:27

    Hi

    I look at the “display field “have a coupon” into the cart page and checkout page.

    Because i use “Smart Coupon and Coupon URL”, i don’t need to display this field.

    In Woocommerce > setting > general, i have check option for “not display coupon field on Cart Page AND on Chekout Page. (2 options)

    But the theme shown them and ignore the “don’t display Have a coupon box” setting on the woocommerce setting…

    So my question is: how can i do for the theme (functions.php file i think) add a code for the theme child “see the setting put into woocommerce general option” for “seeing that the theme don’t display the box “Have a coupon?” on the Cart Page and the Checkout Page ?

    Thanks in advance

    i hope that i explain well the problem lol

    Thanks in advance

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    May 6, 2022 at 10:35

    Hello,

    I checked your cart page and don’t see the mentioned field there https://prnt.sc/eLFlRzwYb1s8
    Have you sorted out?

    Regards

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

The issue related to '‘Question about header “stiky” : how to desactive it?’' has been successfully resolved, and the topic is now closed for further responses

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