Isabelann
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Customer Login Pagewell i will poke around and see if i can figure it out blindly (intuitively)
Forum: Fixing WordPress
In reply to: Customer Login PageI tried a plugin called simple membership but it was too much for what I need. I have also contacted a programmer who may work with me.
Today I am testing a plug in called Peter’s Login Redirect, but so far the ”language” is beyond me:
You can write your own code logic before any of this plugin’s checks for user-specific, role-specific, and capability-specific redirects, as well as before the fallback redirect URL.
Available filters are:
rul_before_user
rul_before_role
rul_before_capability
rul_before_fallback
Each takes the same 4 parameters:$custom_redirect_to: This is set as false in case you don’t have any redirect URL to set. Return this instead of false in case you have multiple filters running.
$redirect_to: Set by WordPress, usually the admin URL.
$requested_redirect_to: Set by WordPress, usually an override set in a GET parameter.
$user: A PHP object representing the current user.
Your return value in your own code logic should be the URL to redirect to, or $custom_redirect_to to continue the plugin’s normal checks.Forum: Fixing WordPress
In reply to: Customer Login PageOkay, great idea, I will!
Forum: Fixing WordPress
In reply to: Customer Login Pagethank you! I’m ”off to the races”
Forum: Themes and Templates
In reply to: [Customizr] newbie questions about customizr childI want the phone number and email to contact directly when clicked on a mobile device. The code I have been using is a href links:
<a href="8505454401">850-543-0715</a> ? <a href="mailto:[email protected]?Subject=Inquiry%20from%20the%20website...">[email protected]</a>
[Moderator note: Please wrap your code in backticks. Your code may have now been corrupted by this forum’s parser]
I don’t know how to insert it in the text content on my word press Customizr theme.
Thanks, Isabel