Title: JamesTenser's Replies | WordPress.org

---

# JamesTenser

  [  ](https://wordpress.org/support/users/jamestenser/)

 *   [Profile](https://wordpress.org/support/users/jamestenser/)
 *   [Topics Started](https://wordpress.org/support/users/jamestenser/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jamestenser/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jamestenser/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jamestenser/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jamestenser/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jamestenser/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Testimonials] Plugin has stopped working after v3.92](https://wordpress.org/support/topic/plugin-has-stopped-working-after-v3-92/)
 *  [JamesTenser](https://wordpress.org/support/users/jamestenser/)
 * (@jamestenser)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/plugin-has-stopped-working-after-v3-92/#post-16394920)
 * I just discovered the identical issue on my site:
 * vsnstrategies.com/expert-storytelling
 * Quite vexed about this. Is there a fix planned? Or will I have to find an alternative?
   +
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Shortcodes Plugin — Shortcodes Ultimate] Button > lightbox w/ contact form](https://wordpress.org/support/topic/button-lightbox-w-contact-form/)
 *  [JamesTenser](https://wordpress.org/support/users/jamestenser/)
 * (@jamestenser)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/button-lightbox-w-contact-form/#post-6401724)
 * So I feel like I got a little closer on this attempt, maybe. Trouble is, the 
   button appears but it links back to the home page, not the popup form. Note that
   I am using Easy Fancybox, not the lightbox built into SU. Also ContactForm7. 
   I stick with this because I the mashup works beautifully from a text link and
   I hope not to change it.
 *     ```
       <center><a class="fancybox" href="#contact_form_pop" target="_blank" rel="nofollow">[su_button url="/#contact_form_pop" style="flat" background="#336699" color="#FFCC33" size="5" center="yes" radius="0"]Contact iSTOREi Network[/su_button]</a></center>
       <div class="fancybox-hidden" style="display: none;">
       <div id="contact_form_pop">Thanks for your interest! Please Use this form to contact iSTOREi Network: [contact-form-7 id="83" title="Footer Form"]</div>
       </div>
       ```
   
 * Note that the button shortcode is inserted a between the a and /a, which is where
   the link text would normally go. Still hoping for further insights from the SU
   community.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Shortcodes Plugin — Shortcodes Ultimate] Button > lightbox w/ contact form](https://wordpress.org/support/topic/button-lightbox-w-contact-form/)
 *  [JamesTenser](https://wordpress.org/support/users/jamestenser/)
 * (@jamestenser)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/button-lightbox-w-contact-form/#post-6401512)
 * I think the issue is nesting syntax, but I’m stumped so far.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Shortcodes Plugin — Shortcodes Ultimate] Button > lightbox w/ contact form](https://wordpress.org/support/topic/button-lightbox-w-contact-form/)
 *  [JamesTenser](https://wordpress.org/support/users/jamestenser/)
 * (@jamestenser)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/button-lightbox-w-contact-form/#post-6401446)
 * I realize my prior post did not show the code properly. Here’s a retry.
 *     ```
       <a class="fancybox" href="#contact_form_pop" target="_blank" rel="nofollow">Click Here to send a message<br>(A Form Pops Up)</a>
       <div class="fancybox-hidden" style="display: none;">
       <div id="contact_form_pop">Thanks for your interest! Please Use this form to contact iSTOREi Network: [contact-form-7 id="83" title="Footer Form"]</div>
       </div>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Shortcodes Plugin — Shortcodes Ultimate] Button > lightbox w/ contact form](https://wordpress.org/support/topic/button-lightbox-w-contact-form/)
 *  [JamesTenser](https://wordpress.org/support/users/jamestenser/)
 * (@jamestenser)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/button-lightbox-w-contact-form/#post-6401443)
 * I’m struggling with the same challenge –
    Trying to use a button to open a form
   inside a fancybox.
 * It works great from a text link:
    [Click Here to send a message(A Form Pops Up) <div class=”fancybox-hidden” style=”display: none;”> <div id=”contact_form_pop”>Thanks for your interest! Please Use this form to contact iSTOREi Network: [contact-form-7 id=”83″ title=”Footer Form”]</div> </div> (I have embedded this in a footer widget at [http://instoreimplementation.net](http://instoreimplementation.net))
 * But so far I am failing in attempts to put the popup within a nicely formatted
   button:
 * <center>[su_button url=”[http://instoreimplementation.net/#contact_form_pop&#8221](http://instoreimplementation.net/#contact_form_pop&#8221);
   style=”flat” background=”#336699″ color=”#FFCC33″ size=”5″ center=”yes” radius
   =”0″]Contact iSTOREi Network[/su_button]</center>
 * Launching a pop-up from a button could be very useful on responsive sites viewed
   on small screens. Please help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Firelight Lightbox] Two Fancy Boxes on same page?](https://wordpress.org/support/topic/two-fancy-boxes-on-same-page/)
 *  Thread Starter [JamesTenser](https://wordpress.org/support/users/jamestenser/)
 * (@jamestenser)
 * [11 years ago](https://wordpress.org/support/topic/two-fancy-boxes-on-same-page/#post-6085144)
 * Brilliant, RavanH! It worked like a charm. A thousand thanks.

Viewing 6 replies - 1 through 6 (of 6 total)