• Resolved Markd23

    (@markd23)


    Is there a way to edit the default height, changing it from 235 to 288?

    I was able to hard code the slider to my child theme and adjust the size using:

    <?php echo do_shortcode(‘[promoslider width=”1000px” height=”288px”]’) ?>

    But I like the resizing feature in the default slider size.

    I am curious if changing the size affects the sizing when browser pages are wider or narrower…

    https://www.ads-software.com/plugins/promotion-slider/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Micah Wood

    (@woodent)

    @markd23,

    You could override the default slider height via css, like this:

    div.promo_slider { height:288px; }

    Ideally, whatever size the slider is, you will want to crop your images accordingly when uploading.

    I’m not sure if this is in the same department, but is it possible to make multiple shapes of slideshows while retaining the same data? For instance:

    https://mearaavelladickinson.com/ has a “horizontal” slideshow style

    and this is a “vertical” slideshow that I made with Promotion Slider.
    https://www.plummerllc.com/pw/services/economic-development/

    Can I create a second “horizontal” slideshow for the homepage from the data in my current Promotion Slider and still have the origin vertical one for my subpages?

    Thanks.

    Thread Starter Markd23

    (@markd23)

    Thanks Micah,

    So the slider works fine in my normal browser. Is there anyway to make it responsive for mobile devices and tablets?

    Here is my site: https://www.cozumelsurfing.com

    Thread Starter Markd23

    (@markd23)

    Scratch that: it is response… Thanks for the reply, Micah.
    -M

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Edit Default Size’ is closed to new replies.