Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #255673

    Hi there,
    If I put html tags in the dynamic content of the LayerSliderWP they are not working. I get a small box but no text.

    If I put this: “<h1>Hello</h1><br>content for my slider”
    but when I put this: “content for my slider<br>line two” it works!

    Does this mean that not all html tags work?
    Also when I say in the settings the width of the layer must be like 300px and I put text in the layer it will nog break up the lines automatically but just puts it on one line… I bought this theme but is it working with the latest version of LayerSliderWP?

    #256020

    Hi!

    Thank you for using the theme!

    We tested this on our end and it works fine. Please make sure that you didn’t specify a position on Styles panel because their position will be set to absolute. You need to add this on Custom styles field:

    position: relative;
    

    This is the code that we used:

    <h1>THIS IS AN H1</h1><br>
    <h2>BELOW THE H1</h2>
    

    This is the screenshot:

    Did you install the layer slider as a standalone plugin?

    Please download the theme again from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.