• Resolved Korhan Ekinci

    (@korhanekinci)


    Hi,

    Thanks for this great plugin!

    I like to also give a link to the form, from inside of my content besides the floating link. How would i do that? What is the URL of the form?

    Thanks and regards.
    Korhan

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

    (@wpexpertsio)

    Hi @korhanekinci!

    Hope you are doing great! If you are comfartable with using JS scripts you can use following function on click.

    
    wpcs_open_slider_SLIDERID()
    

    Here SLIDERID is the post ID of the slider that you want to make URL for.

    We are working on more improvements and your every suggestion counts.

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

    Thanks!

    Thread Starter Korhan Ekinci

    (@korhanekinci)

    Hello, Thanks for your answer and sorry for getting back so late.

    I am not good with coding and tech stuff but i do understand Sliderid part. So, is there a sample link you can give me that will open the slider? I want to use it as text link within the page that will activate the slider to open.

    Thanks in advance.
    Korhan

    romanbebnev

    (@romanbebnev)

    Hello, @korhanekinci. Seems that i have same issue. It need to add slider to all pages or to pages your want. After that your link with wpcs_open_slider_SLIDERID() will be workable. You will see both methods – sidebar button with slider name at border of screen and your link in template. I think we need hide near-border button with CSS. There are nice idea to have it in plugin – availability to hide buttons and just copy-paste link with js code to template of neseccary page. Please, let me know if it helpfull.

    romanbebnev

    (@romanbebnev)

    CSS to hide all slider’s buttons i used:

    
    div[id^="wpcs_tab_"] {
        display: none !important;
    }
    
    Thread Starter Korhan Ekinci

    (@korhanekinci)

    Hi Roman,

    Thanks for your help. I actually changed to this plugin:
    https://www.ads-software.com/plugins/slick-popup/

    I am using the free version and quite happy with it.

    Thanks again. regards.

    Plugin Author WPExperts.io

    (@wpexpertsio)

    @romanbebnev thanks for the great share. This might help others as well.

    @korhanekinci great to know that you found something that fits for you on the way.

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

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Alternative link to Contact Slider form’ is closed to new replies.