-
Author
-
June 10, 2017 at 12:07 #163912erictornParticipant
Hello,
I don’t want my login to redirect to WP-login. It does when someone are trying to login via logoin-button (top of site). I mean, why should they type in – and them be sent to WP-login (which is not working)
1. What is the standard procedure in SweetDate theme?
2. How can I do so that WP-login NOT is showed, only login on site.
BTW thanks for great support 🙂
/Eric, Sweden
June 12, 2017 at 07:22 #164008LauraModeratorHello, try using peters login redirect plugin or theme my login plugin, or both 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
June 12, 2017 at 20:19 #164081erictornParticipantIs there no straight way to do it? I mean what is the normal way?
It can not be to sign in twice and then get stuck in WP-login…PLS explain the standard way login is made in SweetDate
regards
EricJune 13, 2017 at 06:36 #164117erictornParticipantWhat I want is the function I saw on the demo (https://seventhqueen.com/demo/sweetdatewp/). This kind of simplicity is somehow what I bought, when I bought the theme.
June 16, 2017 at 00:03 #164372LauraModeratorHello, usually this issue is related to another plugin, because by default that does not happen, like in the demo, please also check sweetdate options and make sure everything is setup. But login redirect to wp-login is not at the theme, has to be a third party plugin or custom code
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
June 16, 2017 at 09:07 #164414erictornParticipantPLS give me the correct Sweetdate options (that can affect the login).
I check the plugins!
/E
June 16, 2017 at 09:15 #164415erictornParticipantHi again, Jetpack is involved as well as I can se.
PLS give theese settings as well./Eric
June 16, 2017 at 09:31 #164416erictornParticipantGot this while trying to login.
Attachments:
You must be logged in to view attached files.June 18, 2017 at 23:58 #164550LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
June 20, 2017 at 18:07 #164741RaduModeratorHi,
Did you have tried to deactivate all plugins and try again?
If not works try to enable wp debug then try again to login.
Follow these steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );
- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );
WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.
After you have disabled the plugins try to see if the error persists.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.