jonasvogel
Forum Replies Created
-
WP Version: 4.8.2
PHP: 7.0.23At my instance, issue fixed with 12.1.2 and VC / Page Builder 5.3.
Thank you!I can confirm the conflict of WP Statistics 12.1.0 with Visual Composer. The current master branch at https://github.com/wp-statistics/wp-statistics doesn’t solve the issue.
Downgrading to 12.0.12.1 however fixed the errors in the JS console.
I’d be glad to have this fixed soon, thank you very much.
Forum: Plugins
In reply to: [WordPress Social Login] New User RedirectI resolved this using a workaround:
I created a page where all users get redirect to after login or registration through WSL. Then on this page I checked if a dedicated flag for this user (user meta field) is set; if not the user has just registered and I set the flag, if yes the user was registered before.
Forum: Plugins
In reply to: [WP Job Manager] Order of jobs with deadlineYep, thank you for your answer.
I already used the filter, but I don’t know how to set the proper
orderbyvalues:
active jobs should be sorted descending, expired jobs should be sorted ascending and displayed after the active jobs.Forum: Plugins
In reply to: [WordPress Social Login] New User RedirectBasically, it would be a good idea to use a filter instead of an action for
wsl_hook_process_login_before_wp_safe_redirect. We then could compare the user IDs viawsl_hook_process_login_after_wp_insert_userfor example.Do you agree? If so, I can create a pull request for the plugin.
Forum: Plugins
In reply to: [WordPress Social Login] New User RedirectHi,
I’m looking for the same thing and created a Gist:
https://gist.github.com/jonasvogel/772c20d18b57ddef987cHowever I’m not sure if this would work, a) because I’m not sure if it’s possible to call a filter inside an action hook and b) because I’m not sure if the order is correct.
But feel free to adapt and test the code, comments on the Gist are welcome.
Cheers,
JonasForum: Plugins
In reply to: Custom XML Feed fileI’m trying to accomplish the same, did you find a solution?
Forum: Plugins
In reply to: [Theme My Login] Change 'your-profile' to other pageHa, you got me. I just deleted the page (= moved to trash).
When I delete the page irreversibly (=remove from page and trash), the redirections work.Thanks for your help!
Forum: Plugins
In reply to: [Theme My Login] Change 'your-profile' to other pageYes, but only for the adminstrator role. The wrong redirections happen for other roles, too.
Probably the ‘your-profile’ page only appears when the user visits a site he has no privileges to view?
For example what happened: Redirect rules for all roles state the user gets redirected to the referrer. When I was logged in as admin on an admin page, then logged out (the login page appears), then logged in again as non-admin, ‘/your-profile’ appears.Can you follow me, does it help?
Thanks!
Forum: Plugins
In reply to: [Theme My Login] Change 'your-profile' to other pageYes. I’m still getting redirected to ‘your-profile’ which results in a 404 error.