ACTION BUTTON POP UP SET UP HELP

edited January 2018 in Theme support
Hi guys, happy new year to you all!

I currently have an issue with the action button as I am unable to set a pop up from thrives leads.
I have tried to check on the header-top-bar-right.php but I am unable to set up the shortcode there as well.

I would appreciate a simple direction on how to code this in pls.
The site is located here - https://mediaworkx.host/bbsecurity/

Check out the other Request a quote buttons on the site work fine.

Shortcode below
[thrive_2step id='210']Request a quote[/thrive_2step]

Thank you so much,


NEW PURCHASE LICENCE BELOW
1e7fab17565905

Kind regards
JP

Comments

  • HI,
    so what you want to do is create a popup window when somebody clicks the action button?
    thanks
  • Hi there,

    Yes please, that's exactly what I said above. The shortcode above creates the PopUp, I just need instructions on how to code it on the ACTION BUTTON - relative .php file.

    Thanks,
    JP
  • You can go to betheme/header.php and find the action button code. Then add rel="lightbox" and create a html DIV. The example below will help you.

    [button title="Button" link="#you-custom-id" target="_blank" class="" download="" rel="lightbox" onclick=""]
    <div id="you-custom-id" style="display:none">CONTENT HERE</div>
Sign In or Register to comment.