Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #421335

    Hi Guys,

    I tried inserting a form within the Advanced Layerslider but it doesn’t allow me to enter text in the text box.

    If I use the same html outside the Advanced Layerslider it works fine.

    Any ideas?

    Thanks,
    Phil

    #421749

    Hi Phillipwatts!

    can you post a link to your website please showing the issue? make sure to use newest WordPress and theme version.

    Best regards,
    Andy

    #421844

    Hi Andy,

    I’ll update WordPress and the Theme and get back to you – thanks!

    Phil

    #421877

    Hi!

    We will be waiting to hear from you :)

    Regards,
    Yigit

    #467273

    Hi Guys,

    I have a similar issue. I want to insert a form onto Advanced Layerslider. I have been able to get the form inserted via the extra layer over each slide, however it resets the form and/or flashes with each image change. Is there a way to make this work?

    #467992

    @RunningDogMedia
    I think you forgot to include a link, right? please show us where we can see the issue.

    Cheers!
    Andy

    #468211

    @Andy

    The site is hidden behind Ultimate Coming Soon. I submitted URL & login information in the Private Content section, as I do not want this information to be public. This is my first time posting here, if I need to follow a different process please advise. Thank you!

    #468389

    Hey!

    The actual link to the site is missing. Please post it again. What is the code that you use? Please post it on pastebin.com.

    Best regards,
    Ismael

    #469350

    Hi guys,
    New and Improved…now with a URL! (In the Private Content section)

    The pastebin name is: RTHForKreisi. I didn’t keep the password, so I updated it with the information in this post. Thanks for your patience.

    #470209
    #470381

    Ismael,

    There are two issues

    1. It intermittantly clears the content of the search entry prior to completion. You seem to have been able to enter it without issue. I’m not certain how we solve an intermittant issue.
    2. Watch the slideshow. The form blinks off the screen as the slides are changing. It looks horrible and was rejected by my client. How do we fix this?

    #470650

    Hey!

    It really doesn’t clear the entry because there are different forms on each slide. Is this form supposed to be sticky? Remove the form in the slides then add a text block or code block below the layer slider. Add the form script there. Use css to add a negative top margin property or top property to the code block to offset its position.

    Cheers!
    Ismael

    #471006

    Ismael,

    Yes, it’s supposed to be sticky. I know how to add a text/code block below the layer slider, but I don’t know how to write CSS. Can you give some guidance here? Thanks.

    #471286

    Hi!

    Alright. Please add another color section below the layer slider then apply a unique id in the Section ID field. Use “custom-section” for example. Inside the color section, add a text or code block then add the form code. Once you’re done, let us know then we’ll give you the css codes.

    Best regards,
    Ismael

    #471288

    Done – using “custom-section” as the ID. I also removed the search field over the images to avoid confusion.

    #471307

    Hi!

    Alright. Add this in the Quick CSS field:

    #custom-section {
      position: relative;
      margin-top: -200px;
      z-index: 200;
      background: none;
      border-top: 0;
    }

    Cheers!
    Ismael

    #472834

    That did it. Thank you!

    #472872

    Hey!

    Great we got it solved!

    I will close that task now, do open a new one if you need anything else.

    Regards,
    Basilis

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