mark l chaves
Forum Replies Created
-
Hey @qnkov,
We’re going to close this thread since we haven’t heard back from you.
Feel free to post a new issue or contact us directly if you need help with anything else.
https://code-atlantic.com/contact-us/
Cheers ๐
Hey @maxblankt,
You’re very welcome. We’re glad that you figured it out!
We appreciate you sharing your troubleshooting steps with everyone too.
Have a great weekend ๐
Forum: Plugins
In reply to: [User Menus - Nav Menu Visibility] Custom URL redirection not workingHey @ashmij164,
Thanks for posting. Are you still having that issue?
We see that your Login link goes to this page.
https://restaurant.ashmijhatakia.space/RestaurantAshmi/my-account/
And, your login-sign-up page brings up a Page not found error.
Would you be able to create a staging copy of your site so we can try to reproduce the issue you’re seeing?
Please reply to us using our contact form if you still need help.
https://code-atlantic.com/contact-us/
Thanks!
Hey @ernestph,
Thanks for your question.
Content Control uses WordPress’s standard login functions.
So, you should be able to override WordPress’s login URL. That’s done outside of the plugin.
Here’s an example of the code you’d need to do that.
https://gist.github.com/marklchaves/86f23654c0f4eb7de2223c85e1da31ec
Feel free to use the code as a template and tweak it to meet your needs.
Let us know if you need anything else.
Have a great day ๐
Hey @qnkov,
โThanks for reaching out. We’re sorry you’re seeing that homepage locking issue.
Your screen capture isn’t displaying for us for some reason.
Can you submit a help request using our contact form?
https://code-atlantic.com/contact-us/
That way we can take a closer look in a more private channel.
Cheers!
- This reply was modified 4 years, 7 months ago by mark l chaves. Reason: Typo
Hey @maxblankt,
Hmmm, that’s definitely not normal. It might be time for a force delete and fresh re-install.
If the standard way to delete a plugin from WordPress (via wp-admin > Plugins) isn’t working for you, you may need to use cPanel File Manager or SFTP (e.g., FileZilla).
When using File Manager or SFTP, you’ll need to go to the
wp-content/pluginsfolder first. Then delete thecontent-controlfolder.If those 2 ways aren’t available, can you ask your hosting provider to help you delete the plugin?
โLet us know how that goes.
Thanks so much!
Hey @mikey56 ,
We’re going to close this thread since we haven’t heard back from you.
Feel free to post a new issue or contact us directly if you need help with anything else.
https://code-atlantic.com/contact-us/
Cheers ๐
Hey @feznizzle,
Thanks so much for your follow-up.
We’re looking more closely at this issue. I apologize for my earlier confusion (thinking of another use case).
We’ll keep you posted!
Cheers!
Hey @feznizzle,
Thanks for your feedback and a great description of what’s going on.
So, Content Control is great for restricting access to “content” (as you’ve noticed).
To actually hide stuff like that admin menu, you can use a WordPress hook.
Here’s a link to an example you can try and tweak as needed.
https://gist.github.com/marklchaves/cde16a008eb490d3c0b7b99646c1e6b3
BTW, there were plugins for hiding widgets based on roles, but I don’t think they’re maintained anymore.
Let us know how that goes ๐
- This reply was modified 4 years, 7 months ago by mark l chaves. Reason: Clarification
hey @m4815,
โThanks for reaching out. We’re sorry you’re seeing that issue the Persistent Login plugin.
We’re trying to reproduce what you’re seeing. We’re running the free Persistent Login plugin on a Twenty Twenty-One site with no Content Control plugin.
The wordpress_logged_in_* cookie always shows Session for the expires using Chrome (no incognito mode).
How does Persistent Login work exactly? Is it supposed to extend the expires date for wordpress_logged_in_* ? Or, does it use it’s own cookie?
BTW, Content Control should be doing anything with the wordpress_logged_in_* cookie since it uses the default WordPress login features.
If you search the codebase, you shouldn’t find any instances of wordpress_logged_in_* or the word “cookie”.
https://github.com/jungleplugins/content-control/
Can you do a screen recording of what you’re doing to reproduce the issue?
Feel free to open a ticket with us so we can follow up in a more private channel.
Hey @futandrew,
โThanks for reaching out. We’re sorry you’re seeing that looping redirection issue.
Would you mind sharing with us your website’s link and the steps you take to make that looping happen?
If you’d like, you can get that info to us via our contact form for a more private channel.
https://code-atlantic.com/contact-us/
Cheers!
- This reply was modified 4 years, 7 months ago by mark l chaves. Reason: Grammar
Hey @marvinmarvin,
Thanks for reaching out.
Can you see if this thread helps fix that for you?
https://wordpress.org/support/topic/popup-maker-green-border-error/
Let us know if it doesn’t for any reason.
Cheers!
- This reply was modified 4 years, 7 months ago by mark l chaves. Reason: Correction
Hello @mauricekpw,
Thanks for clarifying.
If the CF7 form isn’t submitting, there might be an issue with your CF7 settings. Have you confirmed your form is working outside of the popup (i.e., create a test page just for that 1 form)?
Are you seeing an error message such as one of these?
https://contactform7.com/faq/#After_submitting_the_form_I_get_an_error_message
If you’ve:
1) Ruled out any issues with CF7
2) The popup still isn’t working
3) And, you’d like us to check your Popup Maker settings
Please submit a ticket so we can get more details from you ๐
Hello @thomas3799,
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 @loumj84,
Great. Thanks for the follow-up.
The page the popup is applied to freezes, that is, the popup is not visible and it is not possible to scroll.
That’s probably from a CSS conflict.
Please see our “Your Popup Is Not Displaying on Your Homepage (or Another Page)” guide.
https://docs.wppopupmaker.com/article/544-your-popup-is-not-displaying-on-your-homepage#targeting
The debug parameter should be
?pum_debug=true.Also, to remove the accessibility border that displays on your popup, please apply this CSS.
https://gist.github.com/marklchaves/12ffe01c4aadf938caa23b4f0ca33681
Weโll add that CSS as a permanent fix in the next release. Sorry for the inconvenience.
Or if it’s easier, you can temporarily disable the accessiblity features for each popup under Popup Settings > Advanced.
Let us know if you need anything else.
Have a great day ๐