Tips and Tricks HQ Support Portal › Forums › WP eMember › Little “niggles” that might have a cure,
Tagged: bulk level change, Join Now, login
- This topic has 4 replies, 2 voices, and was last updated 2 years ago by admin.
-
AuthorPosts
-
November 20, 2022 at 6:43 am #84742cristofayreParticipant
1) When a user tries to view protected content, they see: “Please Login to view this content. (Not a member? Join Today!)” Presently, this is just a text link. Can it be modified to enable “Login” and “Join Today” to be hyperlinks. (I’ve added the “Join-Us” link to top menu, and will use the CSS modes to hide on forms)
1a) On a future update, wonder if you could take a leaf from “wpForo”, and have a “phrases” database of all the form headers / placeholder text in a list. The user can then modify the wording without having to mess with the internal code.
2) Still setting up, and decided to add a new level. Luckily, I only have about 18 pages to change the protection on individually. Just wondering if you could add something akin to the page/post list. This has a bulk “delete” option etc. Perhaps a checkbox list at the top to show membership levels. Select which levels to protect. Can then select checkkboxes beside each post, and click “Apply” All those posts are updated to new protection. (Wouldn’t work so well with standard WP list as there is a limit to how many items it can display: Would have to remember to process the other pagination pages)
3) I’ve added the Simple recaptcha option, (changed to 6 letters, and a larger font size for image. Also changed captcha field to red on yellow to highlight it more, and limited it to max 6 chars) Works fine on login. However, on registation page, the image and text appear to be right justified. Minor point
November 20, 2022 at 5:01 pm #84745adminKeymasterThe protection message should be a hyperlink by default. If it’s not a link to the “Login” and “Join” page then there could be a conflict. You can do the following test to identify:
To customize the text/messages displayed by the plugin, you can check the following:
How to customize various text/messages displayed by the plugin
From the manage content protection page, you can protect multiple posts or pages:
For the captcha, if you post a link to the join us page, I can inspect the page and take a look to see what CSS is affecting things.
November 21, 2022 at 4:28 am #84747cristofayreParticipantThanks for the rapid response.
** I thought I recalled reading how to change messages somewhere, but I’d forgotten the plugin language file itself!
In respect of the last re link to the CSS, here it is [https://atomz.pro/tec-tocc/join-us/registration/] You will see that the image has been pushed to the right, and the message is to the left of that, and the capture to the left of that. Strange, as it is all left justified in three rows in login (can be accessed via the login button top left of page) I did add a <div></div> to correct something (can’t recall what); maybe that is “throwing” it. I also added sn inline style to the captcha input, but again don’t think that’s throwing it.
Re missing “login / join” If you go to “Recent Articles” / “WP-Courseware”, the page loads with the “login/join” displaying correctly, and comments disabled. (url link: …/tec-tocc/WP-Courseware) However, when “WP-Courseware” is selected via the “Catorgory” section (Online Course Creator->WP Courseware) on the right, the page loads with text to right of thumbnail with the login / join text with missing hyperlinks! (url link: …/category/tocc/wp-courseware/) I know you don’t protect cats, so I added another plugin which SHOULD set the CSS visibility to hidden. Maybe that is disabling too much JS/CSS. Will look into that.
Of interest, admin is being run via Firefox (= logged in) whilst non logged in member is via Opera
November 21, 2022 at 4:32 am #84748cristofayreParticipantEdit: Just checked code. The one that is working OK is rendering a JQuery string with links, whilst the other is being rendered as a plain <p> xxxx</p> string ???
November 21, 2022 at 5:09 pm #84749adminKeymasterI went to the URL to check it but it looks like the plugin is currently deactivated so I couldn’t inspect the page. However, from your explanation, it definitely looks like there is a conflict on the site. Please do the following test:
-
AuthorPosts
- You must be logged in to reply to this topic.