• Resolved nathanacc

    (@nathanacc)


    Hello developer/s, thanks for this awesome plugin.

    It’s well developed and has a great layout!
    My question is: how do I open the popup window on hyperlink?

    ie: hyperlink text or picture in the document to open floating widget.

    example 1
    example: text says “See our reviews!” hyperlink “reviews”
    on click, popup window opens.

    example 2
    Picture says, “5 Star reviews” with logo of FB/TripAdvisor/Google Ect…
    Open popup window on click

    I have done some research and users are interacting with the site in this way, heatmaps suggest that this is an excellent feature for users.

    thanks

    The page I need help with: [log in to see the link]

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author wiselaw

    (@wiselaw)

    Hi @nathanacc

    Thanks for your feedback! We can build this in, though you’d need to use a piece of code with your link to make it work (see the example code below).

    See our reviews.

    If this provides the solution you need, please let us know first, and we’ll then build this functionality into the plugin and issue an update (it should take us a few days).

    thanks

    @wiselaw

    Plugin Author wiselaw

    (@wiselaw)

    oops, the code snippet example I used was converted to a hyperlink. I’ve re-pasted the code below and removed a couple of characters to stop it from auto-converting to a real hyperlink:

    a href=”your page url here” onclick=”toggleReviews()”>See our reviews

    Thanks, I’m testing now

    thanks, I’m no coder but is this the right code?

    1) add < before a href
    2) replace “your page URL: with the URL

    <a href=”your page url here” onclick=”toggleReviews()”>See our reviews

    If that’s wrong, I’ll wait for the answer and place it on the site for you to see.

    Plugin Author wiselaw

    (@wiselaw)

    Hi – it would be as the below, so you’d need the ending </a>

    <a href="your page url here" onclick="toggleReviews()">See our reviews</a>

    • This reply was modified 4 years, 2 months ago by wiselaw.
    • This reply was modified 4 years, 2 months ago by wiselaw.
    • This reply was modified 4 years, 2 months ago by wiselaw.
    • This reply was modified 4 years, 2 months ago by wiselaw.
    Plugin Author wiselaw

    (@wiselaw)

    If you’re able to use this type of code snippet, let us know and will build it in.

    thanks

    thanks, it just refreshes the pages. I’m willing to give you access to my site, if you want, this can be discussed outside of the topic of the thread ??

    Native WordPress theme: Twenty Twenty

    Plugin Author wiselaw

    (@wiselaw)

    Hi @nathanemailonline

    This won’t work for you yet until we’ve built this functionality into the plugin and pushed out the update for you to download.

    We don’t edit other website/themes, but will let you know when this functionality is built in.

    Thanks @wiselaw

    Thanks for your input. I appreciate the efforts that you went through to try resolve my problem ?? Look forward to the next release..

    Plugin Author wiselaw

    (@wiselaw)

    Hi @nathanemailonline

    Just to update you – we are having to build in some other updates to the plugin which is going to delay us releasing the next version that includes the hyperlink option you’ve requested. Sorry for the delay.

    @wiselaw

    Take your time, look forward to the next release.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Shortcode or link to open on click’ is closed to new replies.