Before posting

Try everything you know like

  • Disable all plugins and recheck issue
  • Read the documentation for the item you're using
  • Use the search function, and search the forum

Support includes

We do our best to provide timely support but we do not guarantee it

  • Answering questions about the items and its features
  • Fixing bugs

We are not almighty

Support does not include

  • Customizations
  • Third party plugins
  • Creating additional functionality

Home Forums wordpress.org PLUGINS Rolo Slider Issue with multiple sliders with different heights

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #81
    hgpijp
    Participant

    Hi,

    I have a website that contains multiple Rolo Sliders, with different heights.

    On homepage I have a 500px height slider and on other pages a 200px height slider.

    There’s an issue with multiple heights, it sometimes cuts off the 500px height slider. (Chrome, Firefox, Safari)

    When I inspect the source I notice both heights:

    .rolo_wrapper4.rolo_wrapper:not(.images) {
    height: 200px;
    }
    .rolo_wrapper4.rolo_wrapper:not(.images) {
    height: 500px;
    }

    (the 500px height slider is commented out)

    When I refresh the page, the 200px height is gone. So that’s good.

    So is this a cache issue?

    Erik

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.