mark l chaves
Forum Replies Created
-
Hi @macdabby,
Thanks for posting.
Can you check your Protection settings?
For your case, we recommend your Protection settings are:
– Redirect
– Login & BackIf you use those settings (instead of Custom Message), you should be prompted to log in when you try to bring up that URL again.
Otherwise, if you use the Custom Message protection, you can still access that product page (without logging in), but you won’t see the full description. The full description is what’s protected.
You can also protect the short description by wrapping it with the
[content_control][/content_control]shortcode.Please let us know how that works out.
Cheers!
Mark
- This reply was modified 4 years, 9 months ago by mark l chaves. Reason: Typo
- This reply was modified 4 years, 9 months ago by mark l chaves. Reason: Clarification
Hi @rickvv,
For the first PDF (logged out view), you can wrap that with a
content_controlshortcode withlogged_out="1".Here’s an example.
[content_control logged_out="1" message=""]Logged Out View[pdf-embedder url="https://rickvv.com/ntwjazz/wp-content/uploads/securepdfs/2021/08/1972NTWJazzEuropeMemberBiography-1.pdf" title="1972NTWJazzEuropeMemberBiography" download="off"][/content_control]Can you give that a try?
Please let us know how that works out.
Cheers!
Mark
Hello @casahova,
Can you please try to disable any popup animation that might be set?
1) Head over to your Popup Settings > Display > Animation
2) Select None under Animation Type
3) Click Update to save your changes
4) Purge your WP cache(s)
5) Rerun your PageSpeed Insights test
On my site, I see Google thinks my popup’s slide-up animation is a CLS issue. Unfortunately, that’s not really true since nothing on the page shifts at all when my popup slides up.
When I turn off my popup’s animation, my total CLS drops down to 0.044.
Please let us know how that works for you.
Thanks! ๐
Mark
Hey @ehsan14756,
Just to follow up. You can add a link to your login form inside the Content Control denial message (Settings > Content Control > General).
Here’s an example.
Please <a href="http://twenty-twentyone.local/wp-login.php?redirect_to=http%3A%2F%2Ftwenty-twentyone.local%2Fbookly-booking-form%2F">login</a> to see this page :-)You can remove or replace the
redirect_tolink with what you need.Let us know if that works for you.
Cheers ๐
Mark
- This reply was modified 4 years, 9 months ago by mark l chaves. Reason: Clarification
Hi @ehsan14756,
Thanks for posting.
We tried your shortcode.
[content_control][bookly-form staff_member_id=โ2โณ hide=โstaff_members,date,week_days,time_rangeโ][/content_control]The good news is that we are able to use your nested shortcode combination without any issues.
Can you make sure you’re using your nested shortcode in either of these 2 places:
1) In the Text tab of a classic editor (not the Visual tab)
2) In an HTML Gutenberg block (not a Shortcode or Paragraph block)
Here’s an example of the shortcode inside an HTML block in Gutenberg.
https://share.wppopupmaker.com/Z4ujrQxd
Here’s the result when we restrict to subscriber and editor roles (as an example).
https://share.wppopupmaker.com/jku4Ez7b
You’ll see an unprotected form above the restricted one. And, we use a custom deny message for the protected version.
Here’s a screen recording of us logged out then logging in as a subscriber to view the Bookly form.
https://share.wppopupmaker.com/wbub8RoR
We hope that helps.
Let us know if you need anything else.
Have a great day ๐
Mark
Hey @dauhli,
I created a WPForms GDPR Contact Form on a site running Popup Maker. I added my GDPR form to a post and inside a popup (2 places in total).
The GDPR checkbox is working fine on my post and my popup. Here’s a screengrab of the popup version.
https://share.wppopupmaker.com/X6ulbzZP
If you’re trying to add a WPForms GDPR contact form and your GDPR checkbox isn’t working properly, there might be a plugin conflict on your site.
We’ve got a great guide to help you narrow down plugin conflicts.
https://docs.wppopupmaker.com/article/332-test-whether-a-plugin-or-theme-interferes-with-popup-maker
If you’re still seeing the issue after that, please share a screengrab or screencast as @mariatogonon mentioned.
Also, a live link to the page having the issue would be helpful if you can do that.
Thanks so much ๐
Mark
Hey @michaelabf,
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 if needed ๐
https://code-atlantic.com/contact-us/
Have a great day!
Mark
Hey @connietee,
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 if needed ๐
https://code-atlantic.com/contact-us/
Have a great day!
Mark
Hey @sergiouson,
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 if needed ๐
https://code-atlantic.com/contact-us/
Have a great day!
Mark
Marking as resolved.
Hey @tanalombard,
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 if needed ๐
https://code-atlantic.com/contact-us/
Have a great day!
Mark
Hi @steveholland,
So the main handle is
popup-maker-site.BTW, this article has excellent advice for finding enqueued styles and scripts on a WordPress site.
https://digwp.com/2019/03/disable-script-style-added-plugins/
If you’re using the Popup Maker asset cache (on by default), then look in your
wp-content/uploads/pumdirectory for the actual filenames.Otherwise, you can grab them from the
plugins/popup-maker/assets/[css|js]directory. See the repo as a reference.https://github.com/PopupMaker/Popup-Maker/tree/master/assets
The JavaScript library depends on jQuery, so add that to your dependency array.
E.g.:
wp_enqueue_script('popup-maker-site', plugins_url().'/popup-maker/assets/js/site.min.js', array( 'jquery' ));We hope that helps.
Thanks! ๐
Mark
Hey @steveholland,
That’s a great question.
By default, no. Unfortunately, the WordPress login page does not load any 3rd-party code by design.
That means you’d have to put in some effort to manually load everything you need on top of all the code that Popup Maker needs to run.
You might as well create a custom login page instead. The good news is there are plugins that can help you make a custom login page that should also support the standard WordPress way enqueuing of plugin libraries.
Let us know if you need anything else.
Have a great day ๐
Mark
Hey @nims,
Sorry. We don’t know of any.
You might want to ask the authors of the plugins listed here though (see Resources > Plugins).
https://wordpress.org/support/article/roles-and-capabilities/#plugins
Good luck! ๐
Mark
- This reply was modified 4 years, 9 months ago by mark l chaves. Reason: Preview not linking to anchor. Added a note to look in the Resources section