Viewing 15 replies - 1 through 15 (of 21 total)
  • Hello antoine69,

    Other activation options are:

    With onclick event
    <div onclick="splite_loader();">Contact Now</div>

    Using the class
    ‘<div class=”splite-showpopup”>Contact Now</div>’

    Using class on Anchor tag (use href=”#”)
    Contact Now

    All of these options should suffice your need. Thanks, for using Slick Popup.

    Plugin Author Ankit Singla

    (@aksingla)

    Hello antoine69,

    Other activation options are:

    With onclick event
    <div onclick="splite_loader();">Contact Now</div>

    Using the class (splite-showpopup)
    ‘<div class=”splite-showpopup”>Contact Now</div>’

    Using class on Anchor tag (use href=”#”)
    <‘a class=”splite-showpopup” href=”#”>Contact Now’

    All of these options should suffice your need. Thanks, for using Slick Popup.

    Thread Starter antoine69

    (@antoine69)

    Hi,
    The 3rd option works well for me.
    I’ve hidden th floating button with the CSS code:
    a.splite_sideEnquiry, a.on_mobile enabled_on_mobile {display:none;}

    Thank you

    Plugin Author Ankit Singla

    (@aksingla)

    Great. Just to avoid the CSS styling, you can also choose to Hide the Side Button from plugin options.

    Where it says side button position, you can choose “None(hide)”.

    Thread Starter antoine69

    (@antoine69)

    Yes of course, I forgot this option !
    Cheers

    Thread Starter antoine69

    (@antoine69)

    Hi Ankit,
    I’ve used <‘a class=”splite-showpopup” href=”#”>Contact Now’ link you proposed me, it woks very well except the fact that in a responsive mode, from my smartphone for example, clicking on the link doesn’t triiger the popup.
    Maybe, have you got an idea for this please ?
    Thanks
    Patrick

    • This reply was modified 8 years, 2 months ago by antoine69.
    Plugin Author Ankit Singla

    (@aksingla)

    Hello Patrick,

    It might be the case that some other element is overlapping the “Contact Now” link in mobile view. If the link gets a click, it should activate the popup.

    A link to your website may help us debug this issue.

    Thanks.

    Thread Starter antoine69

    (@antoine69)

    Thank you Ankit.
    My link is https://www.siteswsc.net/ae2/ the link to click to open the popup is “Rappel Immédiat”. I think it doesn’t appear because of the responsive menu.
    Maybe you’ll have an idea to fix this.
    Cheers

    Plugin Author Ankit Singla

    (@aksingla)

    Missed your message with less than an half an hour’s difference. Let us try to get you a fix tomorrow.

    Cheers.

    Plugin Author Ankit Singla

    (@aksingla)

    Hello Patrick,

    The theme you’re using adds plus modify the class names of the button which seems to be blocking the popup activation on mobile view.

    You can try onclick event: onclick=splite_loader(); in the button HTML. This should solve the issue.

    Let me know if it doesn’t.

    Thanks.

    Thread Starter antoine69

    (@antoine69)

    Thank you Ankit.
    I’ve tried both links but none are working.
    My link is:
    <div>Rappel Immédiat</div>
    OR
    <div>Rappel Immédiat</div>

    Cheers

    Plugin Author Ankit Singla

    (@aksingla)

    onclick event should work in this case. Have you tried using it?

    Thread Starter antoine69

    (@antoine69)

    Yes I’ve tried both ways.
    Since I cannot ppst links, here’s 2 examples of what I’ve tried
    a href=”#” class=”splite-showpopup ” onclick=”javascript:splite_loader();”>Rappel Immédiat /a
    OR
    a href=”#” class=”splite-showpopup ” onclick=”splite_loader();”>Rappel Immédiat /a

    none are working.

    Cheers

    Plugin Author Ankit Singla

    (@aksingla)

    Have you tried this?
    <div onclick="splite_loader()">Rappel Immédiat</div>

    • This reply was modified 8 years, 2 months ago by Ankit Singla.
    Thread Starter antoine69

    (@antoine69)

    Hi Ankit,
    I’ve tried almost everything, it doesn’t work on my mobile.
    I think I’ll keep the default flying button.
    Cheers

Viewing 15 replies - 1 through 15 (of 21 total)
  • The topic ‘Have a link instead of the floating button’ is closed to new replies.