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

    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

    #512024

    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

    #512054

    Thanks alot Rikard for your help. I sent you the private details.

    #513008

    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

    #513088

    Hi Sorry,
    It didn’t work..

    #513486

    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

    #513588

    Got it.. Thanks.. It works!

    #514121

    Hi,

    Great, glad we could help :-)

    Regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Shortcode on top of slideshow’ is closed to new replies.