Rocket Burn
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP] WordPress IP Geo Block not working in AMPHi @jamesosborne,
Here is the screenshot sample setup for IP Geo Block. https://i.imgur.com/pOCLCyk.jpg
same issue in my website. please see below screenshot error in google chrome browser.
screenshot: https://prntscr.com/mq9ax8Hi @tw2113 ,
I’ve try to deactivate all plugin except CPTUI and have no problem. I think if ACF and CPTUI is same active at the same time the issue come up. But I need this two active. For temporary solution, I just use the functions.php for Custom Post Type.
Thank you so much for your time.
Hi @dshaub01,
Try this:
1. Custom Landing Page >> WordPress Login >> Homepage
– I think better to use the short code of Restrict User Access to Homepage template:[restrict role="editor" page="1"] This content can only be seen by editors. Other users will see content from Page 1. [/restrict]
or
2. WordPress Login >> Homepage
– Add this to your header.phpif ( !is_user_logged_in() ) { auth_redirect(); }
Hi @shamsirfan
Just need to add this code at the top of your header.php
<?php if ( !is_user_logged_in() ) { auth_redirect(); } ?>
- This reply was modified 7 years, 9 months ago by Rocket Burn.
- This reply was modified 7 years, 9 months ago by Rocket Burn.
Forum: Plugins
In reply to: [WPS Hide Login] The hidden URL can be bypassed in FirefoxHi,
Not only for {your-site}/wp-admin/wp-register.php, you can bypass the login url by {your-site}/wp-admin/customize.php. But so far I didn’t receive any bruteforce attack in my login url.
Thanks.
Hi @intoxstudio
The redirecting to other page is only works if you use the wordpress menu access level options. https://prntscr.com/ea8cd2
Thanks.
Can you show me a screenshot of your conditional logic? You can use imgur.com to paste images here.
- Here’s the screenshot: https://prntscr.com/e9qky1
And despite not being redirected correctly, is the restricted content working as intended (ie. unauthorized users do not have access)?
- The restricted content is working fine. But redirecting is not.
Thanks.
Hi,
I’m also use the redirection with conditional logic. See below the options.
Extend: Do not Extend
Synchronized Role: Do not synchronize
Action: Redirect
Page: ForbiddenIt’s not working if the user is login (Subscriber Level) it’s always redirect in homepage not in Forbidden Page.
Thank you.
- This reply was modified 7 years, 9 months ago by Rocket Burn.