jhancik
Forum Replies Created
-
Please find the behavior example here:
https://www.dropbox.com/s/anlkhsm7wv1dlrz/jjt_huge_portfolio.mov?dl=0Hello,
After following the process outlined above, the issue still remains (with only your extension active).
I created a video of the session so that you can see the behaviors.
Please let me know where I can send the video and / or provide access to the site’s tools.
- This reply was modified 6 years, 10 months ago by jhancik.
Perfect!
Here’s how I modified your response for my own purposes:
Added a JS Function to my Theme / Code:
function openSGPop(i) { var popupObj = new SGPopup(); popupObj.showPopup(i, false); }
Added this to my WP Page:
<span class="sg-popup-id-1" style="display:none;">This is a hidden element</span> <a href="javascript:openSGPop(1);">Open the popup</a>
Works perfectly. Thanks for the immediate response!
Hello,
Thank you for your response, however, I’d like to provide to some additional information in the hopes of solving my particular issue.
Due to some specific restrictions with my installation (theme / sliders / etc.) I am looking to integrate the popup functionality in a fashion similar to this:
javascript:openPopup('sg-popup-id-1');
I imagine that there is an existing function similar to what I am looking for which is being called with the onLoad(); function is used.
Please advise, and thanks!