mark l chaves
Forum Replies Created
-
Hey @jamesnelson82,
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 day!
Hey @chrisr777,
Sorry, if I misunderstood earlier.
If you’ve got a popup with a form inside it, take a look under your Popup Settings > Close > Form Submission > Close on Form Submission setting.
https://share.wppopupmaker.com/NQu7eL0j
Make sure the setting is checked (turned on). Flush all caches are re-test in an incognito window.
If your popup still stays open after form submission, you can try writing custom code to force the popup to close after the redirect.
Here’s the API doc.
https://github.com/PopupMaker/Popup-Maker/wiki/Popup-Maker-JavaScript-&-jQuery-API
Here’s an example of using the API to close a popup.
https://gist.github.com/marklchaves/6ac0c9dcde6cc1692e97f1c99ff15e5a
See line 23.
We hope that helps.
Let us know if you need anything else or if you get stuck anywhere.
Have a great weekend 🙂
Hey @dardel,
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!
Hey @chrisr777,
Sorry. Just want to chime in.
You and @belimperial are correct. The redirect confirmation bypasses the cookie creation.
Another option is to have a custom function set the cookie for you when the confirmation redirect page loads. It’s not ideal, but it’s an option if you’re totally set on using a redirect.
Here’s an example of the code you can tweak and try out.
https://gist.github.com/marklchaves/5370af04209532e1a96ee4bd177f08b0
Give us a yell back if you have any questions.
Have a great day 🙂
Hey @earwickerh,
We got a copy of the Signature Add-On and confirmed that the 0-width signature field issue still happens in v4.2 with a conditional field and when Popup Maker is installed.
We let the good folks at Gravity Forms know that this is still an issue with 4.2. Let’s hope they can fix it soon 😉
Cheers!
Hey @ofeksit,
We’re definitely not seeing any issues on our side.
We copy/pasted the exact shortcode you shared into WordPress’s default Sample Page.
https://share.wppopupmaker.com/QwunvLbo
Here’s the result.
https://share.wppopupmaker.com/yAu1GKPy
Top half: Logged in as an admin we see your “Special info for Administrator only” content.
Bottom half: Not logged in we see our custom denial message.
Can you tell us more about what you mean by “it’s not working”? I.e.:
1) What happens when you visit a page while not logged in and when logged in.
2) Are you using a separate incognito or private browser window when you test the *NOT* logged-in case?
3) Are you sure you’re logged in when you test the logged-in case?
4) Have you cleared all of your caches?
5) Have you ruled out a theme or plugin conflict?
https://gist.github.com/marklchaves/90f5af8d0ea08d6e54254f2afb1109df
6) Are you sure you’re adding your shortcode into a shortcode block or the text tab in the classic editor?
If you’re still seeing the issue and want hands-on help, can you submit a ticket via our contact form?
https://code-atlantic.com/contact/
That way we can get more details from you and take a closer look.
Cheers!
- This reply was modified 4 years ago by mark l chaves. Reason: Added contact form link
Hey @mattcom26,
Bummer. Thanks for letting us know. We’re trying to get a copy of their Signature Add-On so we can confirm it directly for next time.
I’ll ping the nice people at Gravity Forms again. Crossing fingers and toes 😉
Thanks!
Hey @earwickerh, @mattcom26, and @leepettijohn,
We got some great news from the Gravity Forms team.
Chris replied
May 16, 12:28am
Hi Mark. The zero-width issue for the signature field was fixed in the Signature Add-On v4.2, which is the latest release. It’s in the Signature Add-On changelog (not Gravity Forms Core):https://docs.gravityforms.com/signature-change-log/#4-2-2022-02-17
Can you please update your Signature Add-On to v4.2 and let us know how that goes?
Thanks so much 🙂
Hey @imelda222,
We got some great news from the Gravity Forms team.
Chris replied
May 16, 12:28am
Hi Mark. The zero-width issue for the signature field was fixed in the Signature Add-On v4.2, which is the latest release. It’s in the Signature Add-On changelog (not Gravity Forms Core):https://docs.gravityforms.com/signature-change-log/#4-2-2022-02-17
Can you please update your Signature Add-On to v4.2 and let us know how that goes?
Thanks so much 🙂
Hey @ronenschmitz,
Yes, we’ve tested User Menus up to WordPress 5.9.3. We just need to update our README to get that page updated. Sorry about that.
Glad you figured out a workaround.
Would you mind letting us know which theme gave you that issue so we can try it out ourselves? If it’s a block-based theme, we have that on our list to support in a future release.
Thanks so much 🙂
Hi @jamesnelson82,
Are you using a page builder that has a live preview? If so, can you tell us which one? We might be able to write a filter that disables Content Control when you edit with your page builder.
Otherwise, if you edit with something that doesn’t have a live preview (e.g., Gutenberg), you still should be able to access pages on the back end as an admin even with a logged-out restriction.
If that’s the case, we’ll need to take a closer look at your setup. You can submit a ticket via our contact form
https://code-atlantic.com/contact/
Please let us know.
Thanks!
Forum: Plugins
In reply to: [User Menus - Nav Menu Visibility] Link Redirecting to WP Login PageHey @ntimler,
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://code-atlantic.com/contact/
Have a great day!
Hey @dardel,
What do you mean by “normal css box”? Do you have a screen capture of that?
In the meantime, we think these are awesome resources if you’re just getting started with CSS.
https://contactform7.com/styling-contact-form/
https://docs.wppopupmaker.com/article/287-getting-started-with-custom-css
And, here’s a demo where we change the:
– Font face to sans serif
– Font size to 2rem
– Form input’s background colors to light bluehttps://share.wppopupmaker.com/JruOdNoq
You’ll notice we used specific CSS rules to target only that particular for (155).
Here’s the CSS we used in that demo for your convenience.
/** Specific to form 155 only */ /* Font face */ #wpcf7-f155-o1 .wpcf7-form { font-family: Arial,Helvetica,sans-serif; } /* Field label text size */ #wpcf7-f155-o1 .wpcf7-form label { font-size: 2rem; } /* Input field bg color and rounded corners */ #wpcf7-f155-o1 .wpcf7-form input { background-color: lightblue !important; border-radius: 10px; } /** End form 155 */We hope that helps.
Let us know if you need anything else.
Have a great day 🙂
- This reply was modified 4 years, 1 month ago by mark l chaves. Reason: Code formatting
Forum: Plugins
In reply to: [User Menus - Nav Menu Visibility] Menu showing All pagesHey @mwcladyj,
User Menus gives you 3 options for each WordPress menu item.
1) Everyone
2) Logged Out Users
3) Logged In Users
The Everyone option is the default.
The Logged In Users option allows you to optionally select a subset of specific roles.
Can you be more specific about what you’re trying to do?
For example, do you really want logged-in visitors to see only 2 menu items in the footer menu? If so, you’d need to:
1) Select Logged Out Users for all menu items except the 2 for the logged-in people. Let’s say those menu items are A, B, and C.
2) Select Logged In Users for only the 2 menu items that the logged-in people need to see. Let’s say those menu items are D and E.
Once that’s done, all logged-out visitors will see in the footer menu items A, B, and C. And logged-in folks will see only D and E.
If you need more hands-on help, can you submit a ticket via our contact form?
https://code-atlantic.com/contact/
Cheers!
Hey @eliant,
If we’re following correctly, you might want to look at
get_option().https://developer.wordpress.org/reference/functions/get_option/
Example usage
Once you have that array of all Content Control settings, it’s a coding exercise to write your API that does a look-up via restriction title.
Example look-up
// Loop through the restrictions and grab the index for // the one called 'Sample page for logged in peeps'. foreach ( $options['restrictions'] as $key => $val ) { // Maybe pass in the title if you're in a function. if ($val['title'] === 'Sample page for logged in peeps') { echo '<p>The key for "Sample page for logged in peeps" is ' . $key; // Maybe return $key here if you're in a function. } // if } // foreachHave a great weekend 🙂