poppen03
Forum Replies Created
-
Forum: Plugins
In reply to: [Ads by datafeedr.com] Display 1 banner ad at a time rotating through 10Same problem. Any resolution for this?
Forum: Plugins
In reply to: [Theme My Login] Theme My Login Font Suddenly TinyNever mind.
Forum: Plugins
In reply to: [Eyes Only: User Access Shortcode] redirect to loginThat did it!
Thanks!!Forum: Plugins
In reply to: [Eyes Only: User Access Shortcode] redirect to loginNot sure. Where can I find that and what should it be?
Forum: Plugins
In reply to: [Eyes Only: User Access Shortcode] redirect to loginSurprised I missed that. Thanks.
Unfortunately, now it redirects me logged in or not.
Here’s how the page is coded (mydomain has the actual domain):
[eyesonly logged=”out”]
<script>
window.location = “http://mydomain/wp-login.php”;
</script>
[/eyesonly]
<h3><span style=”color: #0000ff;”>Search</span></h3>
Search our directory below:
<div class=”row”>[ADVANCEDSEARCH home=yes]</div>
<div class=”row”></div>
<div class=”row”></div>
<div class=”row”></div>
<div class=”row”></div>
<div class=”row”></div>
<div class=”row”></div>
<h3 class=”row”></h3>
<div class=”row”></div>Forum: Plugins
In reply to: [Eyes Only: User Access Shortcode] redirect to loginI’m trying to prevent access to the page to users who are not logged in. This code (below) seems to do that, but rather than leaving them on a blank page I want to redirect them to the login/register page. My attempts to implement the above code suggestions have not worked.
How can this be done?
[eyesonly logged=”in”]
Search
Search our directory below:[ADVANCEDSEARCH home=yes]
[/eyesonly]