mark l chaves
Forum Replies Created
-
Forum: Plugins
In reply to: [User Menus - Nav Menu Visibility] Menu updates after page changeHey @alexiled,
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 @scottkr24,
Here are a couple of suggestions:
1) This Popup Maker forum is the perfect place to post questions specific to the Popup Maker plugin. Unless you’ve got something specific to Popup Maker, please don’t post here.
2) Unless we’re missing something, your description sounds like an Avada theme question. You can ask the Avada theme community about it here https://theme-fusion.com/community-forum/. If you have paid support for Avada, please Google “Avada theme support” to find out how to submit a ticket.
3) When in doubt, create a new thread instead of tacking something random onto an existing thread.
4) Avoid posting to closed (resolved) topics.
We hope that helps.
If you need any help with Popup Maker, let us know.
Have a great day 🙂
Hey @engrrajonahmed,
We tried to reproduce this on a test site, but we couldn’t. I.e., your use case works fine for us.
Do you mind if we look at your setup? If so, can you submit a ticket via our contact form to get things rolling?
https://code-atlantic.com/contact/
Cheers!
Forum: Plugins
In reply to: [User Menus - Nav Menu Visibility] Menu updates after page changeHey @alexiled,
That still sounds like a caching issue. You might not have any caching plugins, but there could be caching on the server, database, CDN, and browser.
This help guide should list the common caching items to check for.
If you’re still seeing the issue, 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!
Hey @anji_s,
We don’t see Popup Maker loading on that page you linked (https://realnutritionnyc.com/?pum_debug=1).
Can you share the exact link that has your Popup Maker popup and instructions on how to open your popup (click or auto open)? That way we can have a quick look.
Also, if it works fine while you’re logged in but not when you’re logged out, it could be your cache (i.e., you’re looking at an old copy of your page when logged out). Admin (back end) pages aren’t cached, so that explains why it works when you’re logged in.
Can you make sure you clear your caches?
Learn more here.
Let us know how that goes.
Cheers!
Hey @indiatrotter,
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 weekend!
Hey @kissenefrega,
Thanks for the screen captures. Your settings look good.
Since you’re using a Custome Message restriction (rather than a Redirect), the restriction might not be noticeable when you navigate to the category or shop page. The product teasers can still show up.
And, on the individual product pages, you might only see the restriction (custom message) on the full description section.
It just depends on how your theme displays the content. Content Control will restrict any content generated by the standard WordPress the_content filter. If your theme bypasses that filter (i.e., uses something else), then Content Control won’t catch that.
Can you try changing your restriction to a Redirect instead (just as a quick test)? After that, you should get redirected to your login page any time you try to bring up the shop page and those 2 products as an example.
By the way, template restrictions only restrict access to the template itself, not any content made using that template. Sorry for the confusion.
Let us know how that goes.
Cheers!
- This reply was modified 3 years, 11 months ago by mark l chaves. Reason: Clarification
You’re very welcome. We’re glad that it’s working.
Hey @rawdog2020,
It’s probably the Elementor live preview. Can you try this filter?
https://gist.github.com/marklchaves/06d416aa9e9e8d8f44e62301367e9f6d
That should disable Content Control while you’re editing.
Shout if you have any questions.
Cheers!
If you restrict your pages to “Logged Out Users”, then your logged-in visitors will not have access to the content of those pages. That’s because you’ve told Content Control to allow only “Logged Out Users” to see that content.
If you want logged-out and logged-in visitors to see your page content, then don’t add any restrictions to those pages. That will allow everyone to see those pages 😉
We hope that helps.
Let us know if you need anything else.
Have a great day 🙂
Hey @kissenefrega,
We need to see your back-end settings and try to reproduce the issue.
If you’ve got a staging site, you can send us access details via our contact form.
https://code-atlantic.com/contact/
If you’d rather not, please post screen captures of your restriction rules.
Thanks!
Hey @jack1132132,
Can you be more specific so we can try to reproduce the issue you’re seeing? It could be normal behaviour too. But, we’ll try to rule that out once we get more details from you.
Which random elements? Can you post a screen capture or 2?
Do the style attributes mess anything up with your page? Popup Maker uses CSS (like all web front-end plugins) to hide and display popups.
If there is an issue, do you have a link we can see the issue happening and describe the issue besides seeing attributes appear?
Thanks!
Hey @rizbit,
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 @indiatrotter,
Try without the dot. So, your extra CSS selector should be
#traveltour-page-wrapper > div > div.gdlr-core-pbf-section > div > div:nth-child(10) > div > div > div > div > aI tested the selector on your page via the browser dev tools, so it should work fine. Here’s the result of my test changing your button from red/white to yellow/black.
https://share.wppopupmaker.com/JruoDDER
Just a heads up that any changes to that page might mess up that selector. If that’s the case you’ll need to use the tool again, or better yet, assign your download button a unique HTML ID and use that ID as the selector.
Using a unique ID for your download button is more stable and resistant to page edits. Most page builders allow you to assign an ID to a page element.
Shout if you have any questions.
Thanks!
Hey @wrbkelley,
Thanks for writing.
We saw your working expand example and, we looked at your code.
Here’s what we think:
1) First (as you probably know), this isn’t a plugin-related problem. It’s more of a custom code exercise for jQuery, HTML, and CSS.
2) We don’t see any
expandclasses in the markup for your popup. But, we see 10 instances of that class in your Register For Expert Advice form at the bottom of the page.Since the
expandclass isn’t in the popup anywhere, this LOC (line of code) won’t do anything for that popup.$( ".expand" ).wrapAll( "<div class='expand-div' />");Suggestion: Try adding the
expandclass to the elements you want in the form inside the popup.3) You’ll definitely see the console.log message because your listener is correct. But, this next line won’t do anything for that popup either since your previous LOC doesn’t do the wrapping you expect.
$(".expand-div").slideToggle(1000);Anyway, when we randomly add the
expandclass to a form field in the popup, yourslideToggle()call fires.Here’s a demo.
https://share.wppopupmaker.com/12uLoKpD
We hope that helps.
Please open a new thread if you have any questions specific to Popup Maker.
Have a great day 🙂
- This reply was modified 3 years, 11 months ago by mark l chaves. Reason: Corrections