• Resolved ushj

    (@ushj)


    Does the Pro version support text boxes that scroll? What I’m looking for is the ability to add a few paragraphs of copy on top of image and then allow the user to scroll if they want to read it all…

Viewing 1 replies (of 1 total)
  • Hi, @ushj!

    Thanks for posting your question!

    Slider WD itself does not have a scrollable layer. However, since Text layer accepts HTML code, you can style it to have a scrollbar.

    For instance, placing the following code adds a vertical scrollbar:

    <div align="center" style="height: 60px;overflow-y:scroll;"> Slider plugin is a responsive, intuitive multi-layer slider. It allows adding elegant and sleek sliders to your posts, pages, as well as for the theme header or another custom location using PHP function. The plugin has a large number of transition effects, supports both videos (YouTube, Vimeo) and images of various file formats.</div>

    This part of this code creates the scrolling:

    style="height: 60px;overflow-y:scroll;"

    Cheers!

Viewing 1 replies (of 1 total)

The topic ‘Scrolling Text Box’ is closed to new replies.