Hi Enfold team,
We would like to insert shortcode for our custom availability search plugin on top of the slideshow. Could you please help to advise us, what is the best possible method to do this? Tried several option below didn’t work:
– Fullwidth revolution slider – doesn’t read shortcode
– Fullwidth easy slider – just caption doesn’t read shortcode
Hi dewasurya,
Not sure if that will work but we can give it try. 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. Also please post the shortcode you want to use.
Thanks,
Rikard
Thanks alot Rikard for your help. I sent you the private details.
Hey!
to move it to top use this code in Quick CSS field:
div#av_section_1 {
top: 250px;
}
and adjust as needed.
Best regards,
Andy
Hi Sorry,
It didn’t work..
Hey!
Add a negative top margin value:
#av_section_1 {
margin-top: -300px;
}
Please use the Section ID field of the color section element.
Regards,
Ismael
Got it.. Thanks.. It works!