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')); ?>
Anyone? =(
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
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!!
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.home #layer_slider_1 {
margin-top: 430px !important;
}
Thanks,
Rikard
Hi Rikard
Thank you for your answer, but I need somrthing like this
Contact form should be in front of the slider, not above it.
Ive solved my problem independently