• Resolved natesaff14

    (@natesaff14)


    Hi everyone,
    I am using WordPress 4.0 with Asteria 0.8 Lite theme. I am having trouble with the responsiveness of the images in the slider that the theme presents, When my boss opens up the site on his computer, which has a bigger, higher resolution monitor, the images in the slider get cut off at the bottom. Is there a way to get the images to be a consistent size, even when pixel resolution differs from monitor to monitor.

    Thanks,
    Nate

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Towfiq I.

    (@tislam100)

    Go to Asteria Options> Slider> and in the Slider Height field write auto

    Thread Starter natesaff14

    (@natesaff14)

    Thanks so much! I have just one more question. Is there any way to make the slider links open in a new tab?

    Theme Author Towfiq I.

    (@tislam100)

    Open up nivo.php and replace this:

    <a href="<?php echo $arr['slide_url']; ?>" title="<?php echo $arr['slide_title']; ?>">

    with this:

    <a target ="_blank" href="<?php echo $arr['slide_url']; ?>" title="<?php echo $arr['slide_title']; ?>">

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to make slider images responsive’ is closed to new replies.