cornelius6
Forum Replies Created
-
Hi,
Could you, please, write the code to fix the error as Jack described in point 1?
Forum: Plugins
In reply to: [WP-Members Membership Plugin] "(more…)" translationHi. I have found the following solution. It works for my child theme:
function custom_read_more_link() { return '<a href="' .get_permalink() .'" rel="nofollow">Your text here...</a>'; } add_filter( 'excerpt_more', 'custom_read_more_link' ); add_filter( 'get_the_content_more_link', 'custom_read_more_link' ); add_filter( 'the_content_more_link', 'custom_read_more_link' );
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Some basic problemsThanks Chad. I know everything to use the plugin as I needed.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] Some basic problemsHi Chad,
The first issue I resolved, so I wouldn’t bother with this.
1. But when I add code like in my above post, I am getting after successful registration 2 forms instead of one. See here: https://www.mediafire.com/view/?6l774ri8k2ng22e#
How to solve this? I can put only[wp-members page="login"]
code but then instead of register form I am getting register link.
2. Password reset. Is it possible to have only email field to reset pass?
3. After password reset there is a message: Password successfully reset!…… You may change this random password then re-login with your new password.
How to add a login link below?Kind regards,
PiotrForum: Plugins
In reply to: [WP-Members Membership Plugin] How change the header " Existing Users Login"?I regenerated .mo file and it works…
Forum: Plugins
In reply to: [WP-Members Membership Plugin] How change the header " Existing Users Login"?Ufff.. I did most of the work but Existing Users Login is the only text not translated.
In .po file there is: msgid “Existing Users Login”
so should be correct…Forum: Plugins
In reply to: [WP-Members Membership Plugin] How change the header " Existing Users Login"?Hi, I need this to translate text into Polish. I have found there are appropriate .po, .mo files but when I set WPLANG to pl_PL nothing happens.
Do you any idea how to figure it out?