-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable customization of the login title and "preamble" #145
Comments
Line 1484 pf class-wa-integration.php has this line
|
Line 456 off class-wa-integration.php has these lines Log::wap_log_warning('Please log out of your WildApricot account before accessing the Wordpress admin menu.');
echo 'Are you trying to access the WordPress administrator menu while still logged into your WildApricot account?';
echo 'If so, ensure that you are logged out of your WildApricot account by clicking <a href="' . esc_url($logout_link). '">Log Out</a>.'; |
line 680 of class-wa-integration.php has these lines $restriction_message .= '<p style="color:red;">Please note that while you are logged into WordPress, you have not synced your account with WildApricot. ';
$restriction_message .= 'Please <a href="'. esc_url($login_url) .'">Log In</a> into your WildApricot account to sync your data to your WordPress site.</p>'; |
related to issue #50 |
could make these edits under a Plugin Styles tab in the plugin admin screen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The standard WAP short code generates a page which has a title and a short description. Let's add options to WAP plugin options tab which allows the editing of
a. the login page name
b. the introductory text
c. the submit button name
Also under the submit button we should add 20px of margin to make some space under the button.
The title of the page is hard coded in line 504 of class-wa-integration.php
The current values are hardcoded in class-wa-integration.php in function custom_login_form_shortcode()
line 1459 has this code
line 1477 has the code for submit button name
The text was updated successfully, but these errors were encountered: