• Resolved Korhan Ekinci

    (@korhanekinci)


    Hello,

    I did write here about a month ago about this subject. You told me to use:
    wpcs_open_slider_SLIDERID()
    I understand the slider id being the post id, but how do i put this to be a link to a button or text? I mean how can i use this within <a href="">

    Thanks again regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author WPExperts.io

    (@wpexpertsio)

    Hi

    You can do some thing like;

    
    <a onclick='wpcs_open_slider_SLIDERID()' class='your-class' >YOUR LABEL</a>
    

    Let us know if still there is any thing we can help you with.

    Thanks!

    Thread Starter Korhan Ekinci

    (@korhanekinci)

    Hello,

    Thank you for your reply.

    I could not get it to work 🙁

    I have slider id 1697, so do i put it here

    <a onclick='wpcs_open_slider_1697' class='your-class' >

    and it did not work

    appreiate if you can help

    Plugin Author WPExperts.io

    (@wpexpertsio)

    @korhanekinci can you create slider on some test page and share link over here so that we can check for you.

    Thanks!

    In case it helps anyone else. I used the code below with the BE Theme button shortcode.

    Replace 3613 with the ID of the slider you’re trying to open.

    [button onclick='wpcs_open_slider_3613()' link="" title="Request Quote" align="left" icon="" icon_position="" color="" font_color="#1b4585" size="2" full_width="no" class="quote-button"]

    • This reply was modified 5 years, 8 months ago by arohanui2015.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Button Link To The Contact Slider’ is closed to new replies.