Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #628034

    Hi everyone!

    I need to insert ARForms form (simple contact form) to a certain position in slider in Enfold. I googled and found, that I can insert shortcode in layerslider wp “HTML / Video / Audio Dynamic content” area. So, I take [ARForms id=101] shortcode and insert it. But now there are two issues:
    1. I dont know how to place form to a specific area on the slide. I google “margin-top\left\etc” functions but dont know exactly how to use it.
    2. When slide changes, form dissapears and then appears again (if i place shortcode to the next slide too). So, can i fix form on slider in such a way it will be fixed the whole time without dissaper\appear when slide changes?

    I will be very thankful for your help!

    Sincerely yours, Alexander.

    P.S There are two types shortcodes for ARForm. The second is php
    <?php echo maincontroller::get_form_shortcode(array('id' => '101')); ?>

    • This topic was modified 9 years, 2 months ago by Antispam23.
    #628174

    Anyone? =(

    #628818

    Hi,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Thanks,
    Rikard

    #629554

    Hi!
    I ve found how to change ARForms form position, but, I have another issue – I cant make it above the slider. So, slider hides form and it is invisible for users =((
    I have sent you login, pass as private content!
    I will be so grateful for your help!!

    #630381

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .home #layer_slider_1 {
        margin-top: 430px !important;
    }

    Thanks,
    Rikard

    #630504

    Hi Rikard
    Thank you for your answer, but I need somrthing like this
    in front

    Contact form should be in front of the slider, not above it.

    #630540

    Ive solved my problem independently

    #631120

    Hi,

    Ok great, glad you got it fixed :-)

    Thanks,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Insert ARForms form to a certain position in slider’ is closed to new replies.