I want to redirect after login

Posted in: Newsmag
Post count: 19

Hi
I want to redirect all users/people except me
to default wordpress dashboard when they put therir credential
using login/join option provided by newsmag theme.

I am using newsmag theme
here is my website https://topcheaphosting.in/

Please help me to do this

Post count: 35449

Hi,
For this you’ll need to use a redirect plugin or to change the code in the theme files, the path is -> wp-content/plugins/td-composer/mobile/parts/register.php
Also you can try the steps from this guide -> https://www.wpbeginner.com/plugins/how-to-redirect-users-after-successful-login-in-wordpress/
I hope this will help!

Post count: 19

None redirection plugin is working as i tried many
pls share any custom code solution for newsmag theme

Post count: 35449

Hi,
Unfortunately, we do not have a custom solution to provide it, but I we’ll check to see if I can provide a solution.
Normally, those kind of requests are normally for a fee.
Thank you!

Post count: 19

Yeah Pls provide any solution for redirecting to default dashboard

Post count: 35449

Hi,
For the moment the only solution that I can provide is to make some change sin the theme files, more exactly in -> wp-content/plugins/td-composer/legacy/Newsmag/js/tagdiv_theme.min.js and replace the ‘location.reload(!0)’ with ‘location.assign(“https://www.your-link.com”)’ -> https://i.imgur.com/5CgXDwK.png -> https://i.imgur.com/YWHfeN5.png
I hope this will help you!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newsmag’ is closed to new topics and replies.