Forum Replies Created
-
AuthorPosts
-
April 8, 2016 at 10:02 am in reply to: Remove First and Last Name Fields From Registration Form #6267
dimabuko
Participant1. You can use Form Builder add-on.
2. You can tweak CSS styles just to hide these fields. Smth like that:
.swpm-registration-firstname-row, .swpm-registration-lastname-row {
display: none;
}April 8, 2016 at 9:58 am in reply to: Bug: user without rights for protected post can add comment to this post #6266dimabuko
Participant1. There are no custom template for post. It’s standart page template. Nothing special.
2. Yes, I have no categories on my website.April 6, 2016 at 12:27 pm in reply to: Bug: user without rights for protected post can add comment to this post #6245dimabuko
ParticipantNo. I didn’t protect categories and I haven’t any categories.
I think you talk about another fixed bug. I’ve got ver 3.2.0.dimabuko
ParticipantIt isn’t good way because it changes the scenario for user and me.
I just didn’t understand why it’s so hard to add any message, because in plugin there is messages after successful Reset Password and so on.
dimabuko
ParticipantI found the way to do it. It wasn’t easy way but it works.
https://wordpress.org/support/topic/shortcodes-not-working-in-input-element-after-update-to-423dimabuko
ParticipantJust about free level membership registration form.
dimabuko
Participantdimabuko
Participant@mbrsolution, @jscmal How do you think if we hide all comments from guest users (ex. http://wpsites.net/web-design/hide-comments-logged-out-users/) it could help?
dimabuko
Participant@mbrsolution yes, I edited protected pages while was logged in as admin. And there wasn’t problem with that. I follow instructions you mention and import my admin user. But it doesn’t matter the problem isn’t resolved. Nothing changed.
Also I should mention that the main problem that the guest user come to page with comments, where part of content is protected, he saw strange bug with repeated text of content.
dimabuko
ParticipantAlso if there are no solution to fix it may be there is solution with comments (maybe using some comments plugin or smth)
Or may be it’s possible to hide comments block for everyone without access level (now plugin hide only content of comment and there is no big sense to do this that way).
dimabuko
ParticipantAlso if I check this comment in wp-admin — the content of my article shows in the text of comment:
check it on screen — https://www.dropbox.com/s/wvyls9qe3ebnexs/Zrzut%20ekranu%202016-03-06%2023.37.25.png?dl=0But if I try to edit it — there are no that content, only the comment:
https://www.dropbox.com/s/o71fwx0iknjxnpi/Zrzut%20ekranu%202016-03-06%2023.39.03.png?dl=0dimabuko
ParticipantHello! First I want to thank you for the great plugin you made. I love it.
Now I’ve got the similar issue with more tag protection and comments.
So everything like it was described but there is differencies in my config: category protection is off, I don’t need it.I’ve got twentysixteen standart theme with a little bit custom css in child theme, but think it’s not a problem.
So my problem:
I have pages with more tag protection with enabled comments. Comments only for logged users.
1. Page without comments with more tag protection — everything OK.
2. Page with one added comment — BUG. Text, that were before More tag shows in the comment text before the “You need to login to view the rest of the content”.Do you need any information to check this issue? How could I help?
I really love your plugin and it will be the big problem for me if there are no decision :() -
AuthorPosts