mark l chaves
Forum Replies Created
-
Hey @reart2,
Thanks so much for your feedback.
That’s a great question.
Content Control uses WordPress’s built-in auth system. Maybe if your CAS can override WordPress’s login (login/logout/register/forgot password) functionality, then hypothetically, CC might still think it’s calling WP, but it will be actually using your CAS instead.
Do you have a WordPress install using CAS now?
P.S. Please remember that CC is a WordPress plugin, so it will only work on a WordPress site.
Hey @lesley08,
We’re going to mark this thread as resolved since we haven’t heard back from you.
Please feel free to start a new thread or submit a help request 🙂
https://wppopupmaker.com/support/#submit-a-support-ticket
Have a great day!
Hey @adriana97,
We’d love to help.
Can you give us more details? What do you exactly mean by dynamic href in a button? Do you want to pass a link into a popup and insert that into an
atag’shrefattribute? Where will that link come from? I.e., how will you pass the dynamic href?Please follow this guide to save time and from going back and forth.
Cheers!
Forum: Reviews
In reply to: [Gallery Image Captions (GIC)] Exactly what I was looking forHey @antermoia,
I appreciate your feedback and support. I’ll continue to keep pushing to add GIC functionality to WordPress core. In the meantime, I’m glad you find GIC useful.
Adding support for custom fields was an awesome idea and a lot of fun to do.
Thank you and enjoy 📸
Hey @malinerdal,
We’re going to mark this thread as resolved since we haven’t heard back from you.
Please feel free to start a new thread or submit a help request 🙂
https://wppopupmaker.com/support/#submit-a-support-ticket
Have a great day!
Hey @gresio64,
Thanks for the details.
You can use custom code to do what you’re looking for.
If you want, please try this example action hook. This hook installs vanilla JavaScript to launch your popup after someone accepts your Complianz cookie notice.
https://gist.github.com/marklchaves/d4240f7ddcd84c270cdcc05a0ca380d6
Read through the comments to figure out what you need to tweak for your case.
You’ll also need to remove any Auto Open triggers on your popup for this to work correctly.
Remember that you’re responsible for testing and maintaining any custom code. But, we’re always happy to help and answer questions.
Please let us know how that works out for you 🙂
Hey @lesley08,
Thanks for posting. Can you please try following the instructions in this help guide?
https://docs.wppopupmaker.com/article/544-your-popup-is-not-displaying-on-your-homepage
Please let us know how that works out for you.
Cheers!
Forum: Plugins
In reply to: [User Menus - Nav Menu Visibility] Blocks based themeWe’ve got an open issue on GitHub for this. Please feel free to comment on and follow that issue.
https://github.com/JunglePlugins/User-Menus/issues/43
Closing this thread here for now.
Thanks!
Hey @parsec2,
Sorry you ran into that shortcode issue. I was able to reproduce it.
I submitted an issue to the GitHub repo for this.
https://github.com/code-atlantic/content-control/issues/65
Feel free to follow that issue on GitHub.
Hopefully, we’ll get a fix for that in a future release.
Cheers!
Hey @malinerdal,
I’ve been in contact with Gravity Forms, who says theres two form IDs on the same page that is preventing the form from functioning properly, and that the problem lies with Popup maker.
I can confirm that I don’t see any duplicate form IDs on your page. Here’s a screen capture.
https://share.wppopupmaker.com/OAu8OrJA
Just to follow up on @belimperial’s reply.
We’ve recently narrowed the issue down further. There’s 1 line in the Gravity Forms Signature Add-On you’ll need to change on top of the gist that Bell shared earlier.
Here’s the GF code change
Line 44 of includes/super_signature/license.php
$SignWidth = $explode_firstRow[3] ?: "300"; // If there's a 0 width for some reason, use the default 300px width.You’ll need FTP or cPanel File Manager access to make that edit.
Here’s a live demo of the result. Please view the console when bringing up the page.
https://streetphotography.blog/gravity-forms-conditional-with-signature/
We’d be happy to help you add the gist code on a test or staging site for you to try out first. Just let us know as Bel mentioned.
In the meantime, we’ll try to ping the Gravity Forms team again to see if they can make that 1-line change in their super_signature includes file.
Thanks so much 🙂
Hey @foxrobinson,
I can see your code snippet now. For some reason, it’s not working.
I’ve tested the following code via the console on your page. It works fine for me.
jQuery("#pum-4791").on("pumBeforeClose", function () { // Use const instead of var. const myIframe = jQuery("#pum-4791 iframe"); // Increase specificity. const mySrc = myIframe.prop("src"); console.log("%c\nTrying to stop video play for Digital Finch Showreel.\n\n", "color:cyan;font-size:18px"); // Can remove for production. myIframe.prop("src", "").prop("src", mySrc.replace("&autoplay=1", "")); });3 suggestions:
1) Replace your current snippet with this one.
2) Move the snippet to the footer of your page after the popups are loaded (a enqueue priority of 500+ should do it). See our Getting Started With Custom JavaScript for examples.
3) Note that any custom code examples we give are examples. You’ll need to work with your dev team to make further tweaks as needed to work in your environment.
Or, if you don’t want to muck with the code, please consider using our Videos Extension that’ll get you up and running in a couple of clicks.
Give us a yell back if you get stuck.
Cheers!
- This reply was modified 4 years ago by mark l chaves. Reason: Clarification
Hi @foxrobinson,
First, I don’t see the jQuery code loading on your page.
How are you loading it?
Check out our how-to guide if you need help with that.
https://docs.wppopupmaker.com/article/84-getting-started-with-custom-js
Second, the first selector in your code doesn’t look right. It should be
#pum-4791.You can see more examples of that in the doc that @mariatogonon gave you.
https://docs.wppopupmaker.com/article/88-stop-video-when-the-popup-closes
Lastly, try to fix that Uncaught ReferenceError JavaScript error on your page. It looks like it’s coming from your GA opt-out code. Any JS errors on your site can break other plugins.
https://share.wppopupmaker.com/QwunRzpv
Let us know if you get stuck anywhere.
Cheers!
Hey @noelawill,
Sorry for the late reply.
Adding tags is the way to go in your case. That’s what we would’ve suggested since you’re saying LearnDash isn’t letting you create a hierarchy of courses (parent and child or sub-courses).
Content Control should offer hierarchy restrictions if they are available just like you see with pages (i.e., Child of and Ancestor of).
Thanks for posting. Let us know if you need anything else!
Hey @mohsinworld,
Thanks for using Popup Maker 🙂
If you’re using our Videos Extension, then with 1 click, you can have your video pause or stop when you close the popup. Here’s where to find that setting.
https://share.wppopupmaker.com/lluEb08P
Learn more about the extension here.
https://wppopupmaker.com/extensions/videos/
If you’re using our free plugin, we’ve got an excellent guide that gives you custom code examples for stopping a video when you close a popup.
https://docs.wppopupmaker.com/article/88-stop-video-when-the-popup-closes
We hope that helps.
Let us know if you need anything else.
Have a great day 🙂
hey @chrisr777,
We’re going to mark this thread as resolved since we haven’t heard back from you.
Please feel free to start a new thread or submit a help request 🙂
https://wppopupmaker.com/support/
Have a great weekend!