• I’m having problems sizing my images for the slider for this theme. Can anyone confirm the px size?
    Many thanks

Viewing 13 replies - 1 through 13 (of 13 total)
  • Theme Author alexvtn

    (@alexvtn)

    Hi

    what do you mean?

    The height of the slides?

    Best regards

    Alex

    WPinProgress

    Thread Starter JackieN

    (@jackien)

    Yes, I’m uploading a slide but it’s too big so only shows a portion. I can resizer it but don’t know what the dimensions are.

    Theme Author alexvtn

    (@alexvtn)

    You can change the height of slides in this way

    use this css code, from the Bazaar panel, under the custom css section, you need to replace 700px and 500px with the correct height

    700px for desktop devices and 500px for mobile devices

    .slick-wrapper {
    max-height: 700px;
    }

    .slick-wrapper .slick-image {
    height: 700px;
    }

    @media screen and (min-width : 0px) and (max-width : 992px) {

    .slick-wrapper {
    max-height: 500px;
    }

    .slick-wrapper .slick-image {
    height: 500px;
    }

    }

    As soon as possible i’ll add an option to manage the slideshow height

    Best regards

    Alex

    WPinProgress

    Thread Starter JackieN

    (@jackien)

    Thank you Alex ??

    Hi Alex, I am also having a problem with my slider images similar to JackieN. DO i paste this code exactly into the custom css section ?

    .slick-wrapper {
    max-height: 700px;
    }

    .slick-wrapper .slick-image {
    height: 700px;
    }

    @media screen and (min-width : 0px) and (max-width : 992px) {

    .slick-wrapper {
    max-height: 500px;
    }

    .slick-wrapper .slick-image {
    height: 500px;
    }

    }

    can’t find the bazaar panel but i just paste the code into the edit ccs under the Appearance tab. Is that correct?

    But my phone screen still shows only a portion of the slideshow image. Please help me resolve this issue. Thank you.

    my website link

    https://mydreamhomeplans.com/

    also, the price of my variable products does not show when i select each option. i checked that woocommerce is supposed to allow that option, may i know how to resolve this? Thank you.

    Theme Author alexvtn

    (@alexvtn)

    Hi yeelynchai

    i’m checking the theme, about the price ( can you send me the link of this product)

    With the latest version of Bazaar, i added an option to set the height of slideshow

    go to appareance => customize => slideshow => settings

    and set the height for desktop and mobile devices

    Best regards

    Alex

    WPinProgress

    Hi Alex,

    An example of one of my products is
    https://mydreamhomeplans.com/product/kontemporari-hd-004/

    Alex,

    as for the screen height i had already set the screeen height to 700 px and madesure my image is not more than 700px high and it is still only showing a portion of the image on my phone and on my ipad.

    Theme Author alexvtn

    (@alexvtn)

    Hi

    Please, turn off the plugin to disallow the right button of mouse, i can’t use the inspector function of Chrome

    Anyway the height of images will fit the page width.

    You can try to increase the slideshow height

    Best regards

    Alex

    WPinProgress

    Hi!
    I’m currently building the site graphiclagoon.com with the Bazaar Lite theme.

    The button in the slideshow is in the middle of the text in the mobile version which seems like a bug. How do I change the position of the button only on the mobile version?

    Thank you!

    Kind regards
    Maria

    Website: graphiclagoon.com

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Bazaar Lite theme px size of slider’ is closed to new replies.