Toon Gerritsen
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Benevolent] Benevolent promotional section not appearingHi,
Setting the Home Page Template solved my problem.
Thanks
ToonForum: Plugins
In reply to: [WPS Hide Login] Logout issueHello @dbennis,
I created a Footer for login/logout, but you can use any other existing Sidebar as well.
In this Footer/Sidebar, add an “Own HTML” widget.
Add the following code to this “Own HTML” widget :<ul> <li><a href="https://www.yoursite.com/inloggen/">Log in</a></li> <li><a href="https://www.yoursite.com/inloggen/?action=logout&_wpnonce=151be8b826/">Log out</a></li> </ul>
You can replace the word “inloggen” by your WPS Hide Login page
Good luck
- This reply was modified 3 years, 1 month ago by Toon Gerritsen.
- This reply was modified 3 years, 1 month ago by Toon Gerritsen.
- This reply was modified 3 years, 1 month ago by Toon Gerritsen.
- This reply was modified 3 years, 1 month ago by Toon Gerritsen.
Forum: Plugins
In reply to: [WPS Hide Login] Logout issueHi @kaprikorn,
The problem is that the standard wordpress logout link is something like https://your-site.nl/wp-login.php?action=logout&_wpnonce=80bf04edad
This is an attempt to access wp-login, which is forbidden by WPS Hide Login
for me the following works:
Copy the link that is used by the wordpress admin bar Logout button, e.g. for your-site something like: https://your-site.uk/your-login-code-used-by-WPS/?action=logout&_wpnonce=151be8b826
Use this link as logout-link (the actual _wpnonce code will be different, but that does not seem to matter).
Regards,
ToonForum: Plugins
In reply to: [WPS Hide Login] Individual Logout LinkHi Tom,
for me the following works:
Copy the link that is used by the wordpress admin bar Logout button, e.g. for your site something like: https://intern.sozialnetzwerk-arche.de/arche-anmeldung/?action=logout&_wpnonce=151be8b826
Use this link as logout-link (the actual _wpnonce code will be different, but that does not seem to matter).
Regards,
ToonHi Vinod,
Searching a forum is not such a good idea, it is often searching for a needle in a haystack.
Searching the forum you indicated with the terms “search results page” gives 50 items, none of which deal with my issue.This must be an issue for many WordPress users, because many themes show a search field/bar on top of the search results.
I would expect a page in https://ivorysearch.com/documentation/
e.g. Display Search Form on Search Results Page.I know the solution is not easy and requires coding, but one is better warned than unaware.
Regards
Hi @champsupertramp, @missveronicatv,
I have one additional advice:
If there are no other tabs specified, the code executes with the links as lines above the profile text, without the Profile Menu bar (this bar only appears when at least one other tab is specified.
One may choose to activate the Messages tab and/or Comments tab in Settings -> Appearance -> Profile Menu, or add a custom tab as coded in https://docs.ultimatemember.com/article/64-extending-ultimate-member-profile-menu-using-hooks.
Kind regards,
ToonHi @missveronicatv,
Following your advice did the trick!
I needed to make another correction : the shortcode of the 2nd and 3rd Profile must not be listed on the User page.Now my subtabs appear correctly below the About tab.
Thanks a lot,
ToonHi @champsupertramp,
I am using UM Version: 2.1.16
I am using WP Version: 5.7Profile 1, Profile 2, and Profile 3 are indeed all Profile Forms.
I do not even see the subtabs in the Profile Menu.
The subtabs do also not appear in the Settings -> Appearance -> Profile Menu.
Does the member need to be of type subscriber?Much obliged,
ToonHi @champsupertramp,
Thanks that solved it!
It is quite logical after all that line breaks in the user page show up in front of the 2nd and later profiles.
Regards
Hi @champsupertramp,
Excellent suggestion, I have solved my problem by using the 2-colums option in Form Builder.
Thanks,
Regards,Hi,
you can change your meta_key “country_10″ to any other name if you know how to access the database.
Go to the file posts and find out the post_id of your form.
Then go to file postmeta and select the above post_id as seach criterium.
Then go to the field with meta_key _um_custom_fields.
Edit the meta_value (find TWICE s:10:”country_10″; and replace by s:(replace 10 by the number of positions for the new name):”new_name”;)Good luck
Hi,
I am currently using UPME (User Profiles Made Easy) and want to switch to UM.
I have all member information (from UPME) in already the database (file usermeta).The problem when switching to UM is that UM can’t read some of the existing field values (noteably dates and imploded arrays (csv text)). UM uses a different date format for the database and uses serialized arrays for radio buttons and checkbox buttons.
I would prefer not to rearrange my database but telling UM how to read/interpret these fields and how to write results in these formats.
Could this be done in some way? Do you have coding examples?
Regards,
ToonHi Pantherius,
Indeed fixed now, thanks for the swift action.
Regards,
ToonForum: Plugins
In reply to: [Yoast SEO] Ryte reports a 403My mistake: I recently installed the plugin iQ Block Country. That explains the message when a Ryte server is not in an allowed country.
Sorry for this message.
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Sticky List update to 1.5.2Hi,
Maybe the following is the problem:
class-sticky-list.php calls a js file:
// Add lib to help with ajax in multi page forms
echo “<script src='” . plugins_url( ‘gravity-forms-sticky-list/js/arrive.min.js’ ) . “‘></script>”;But the update version 2.5.1 of Sticky List does not contain a js library!!
Regards
PS when I add the js libray of 1.5.1 to 1.5.2 the problem disappears.