Ratalinux
Forum Replies Created
-
Hi @champsupertramp!
This is to confirm that after the code update, the issue has been resolved.
Thanks ??
Hi @champsupertramp!
I made a rookie mistake… I added the code snippet, but I never activate it!
Now I did and voila!
Thanks! ??
Hi @champsupertramp!
Your last reply lead me to the source of the problem. I’m on my way to implement what you suggest here: Dynamically Populate Register form fields from URL parameters.
If I remove the code (I use this plugin to insert php code: Code Snippets) by disabling the code snippet, the edit form displays current data as expected.
Any advice?
Thanks!
Hi @champsupertramp, thanks once again for your reply.
I’ve done what you requested, but unfortunately the issue remains exactly the same, with empty fields, both on the edit profile form and on the my account form.
Is there anything else we can do?
@andreacom thanks for your input! Two questions:
1. You mean that this issue isn’t showing on the 2.1.16 version of UM?
2. Have you tried what @champsupertramp suggested (the “Enable custom table for user meta” thing) at your end?Thank you all ??
Thanks @champsupertramp once again for the reply!
I added the code, but nothing changed.
If I understand your suggestion properly, that code hooks (through add_action() function) a template_redirect() function, which should be called afterwards when needed via a do_action() call.
I can’t tell if that call is already part of the UM core or if I should add the call myself somewhere to be triggered when a user hits the login page.
Am I wrong?
Hi @champsupertramp and thanks for the reply.
Please see the attached video on this link.
Software versions:
Wordpress: 5.7.1
Ultimate Member: 2.1.19Thanks.
Hi @champsupertramp and thanks for the reply!
The thing is that the suggestion you make is meant to when a user actually registers or logs in. This is working fine and I have that setup already.
I’m referring to the case of a user that is already logged in to the site and, due to any circumstance (let’s say stepping in to the site from a bookmark pointed to the site’s login page), the user hits the login page again. In that scenario, UM will display his avatar, the user name and links to access his account and to log out.
What I’m trying to accomplish is that, instead of seeing that, the users gets redirected to the site’s home page.
Regards
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Spoiler inside spoilerHere’s the multilevel solution:
https://www.ads-software.com/support/topic/deeper-multi-level-accordion-and-spoilers/Enjoy! ??
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Nested AccordionsHere’s the multilevel solution:
https://www.ads-software.com/support/topic/deeper-multi-level-accordion-and-spoilers/Enjoy! ??
Here’s the multilevel solution:
https://www.ads-software.com/support/topic/deeper-multi-level-accordion-and-spoilers/Enjoy! ??
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Multi level accordionHere’s the multilevel solution:
https://www.ads-software.com/support/topic/deeper-multi-level-accordion-and-spoilers/Enjoy! ??
I think I figured out…!!!
The solution was somehow hidden behind the workaround in order to get the two level spoiler to work properly. On the WP SU Settings -> Examples, under Advanced Examples on the Nested shortcodes section, it says that to go down a level (i.e. to have a shortcode nested inside another), you should insert an underscore right after the opening and closing tags’ brackets on every sub-level spoiler.
As you may noticed, this ins’t working as it should, and (as @nightl kindly suggested here: https://www.ads-software.com/support/topic/nested-accordions/) you have to maintain the underscore at the closing tag but to skip the one at the opening tag. So I thought… what’s the difference between base level shortcode and sub-level 1 shortcode coding?…: an underscore added at the closing tag. So I told myself, what if I add a second underscore at the sub-level 2 shortcode closing tag? and… voilá! It worked! ??
I even tried with a 3 sub-level structure and it works just fine (below is a 3 level working example). I didn’t tried further sub-levels since I don’t need to achieve that on my site, so I’ll left that to you… ??Here the working solution:
[su_spoiler title=”Base level Title” icon=’plus-square-1′ style=”fancy”]
Some text
[su_spoiler title=”Sub-level 1 Title 1″ icon=’plus-square-1′ style=”fancy”]
Some text
[_/su_spoiler]
[su_spoiler title=”Sub-level 1 Title 2″ icon=’plus-square-1′ style=”fancy”]
Some text
[su_spoiler title=”Sub-level 2 Title” icon=’plus-square-1′ style=”fancy”]
Some text
[su_spoiler title=”Sub-level 3 Title” icon=’plus-square-1′ style=”fancy”]
Some text
[___/su_spoiler]
[__/su_spoiler]
[_/su_spoiler]
[/su_spoiler]Enjoy! ??
Forum: Fixing WordPress
In reply to: Cannot login after WP 4.1 UpdateUnderstood guys, thanks for the advice ??
Forum: Fixing WordPress
In reply to: Cannot login after WP 4.1 UpdateWhy is this post marked as resolved?
Same problem as Miles360x. No solution so far…