huttchick
Forum Replies Created
-
There is an option on the dashboard to redirect. Is that not working?
Settings>LoginRadius>Social Login>Login Redirection SettingMine has stopped working too. Did you get yours fixed?
Forum: Themes and Templates
In reply to: Custom WordPress LoginThere are plugins that do what you are wanting. Just search for custom logo and many will come up for you to choose from.
I am trying to do something similar, but also allowing login via facebook, twitter, etc. I was using Social Login for WordPress to allow facebook login. But then also used a plugin to change the login page by changing the logo and adding a photo, but social login then stopped working.
If you are not wanting login with facebook, it should be easy. If anyone has done both successfully, I would be interested in which two you used. I have very limited coding skill, so plugins are better for me.
Forum: Installing WordPress
In reply to: URL /wordpress/wp-login.php was not found on this server.I have solved it, I think.
I tried again to reinstall, hoping that it would reset my URL settings, but it says it is already installed and “To reinstall please clear your old database tables first.”
So, had a look on the forum and found this
https://www.ads-software.com/support/topic/how-to-uninstall-wordpress-from-the-server?replies=7 which was very useful. I had go into phpmyadmin and drop all the WordPress tables. Seems to be working now. Fingers crossed I don’t do anything to muck it up again.Thanks again for all the help.
Forum: Installing WordPress
In reply to: URL /wordpress/wp-login.php was not found on this server.I can’t find a htaccess file.
I am waiting for my web host to get back to me.
Thanks for your help.
Forum: Installing WordPress
In reply to: URL /wordpress/wp-login.php was not found on this server.I have installed it at https://www.amyoos/wordpress
wp-config.php is at https://www.amyoos/wordpress/wp-config.php
How do I revert my login?
Forum: Installing WordPress
In reply to: URL /wordpress/wp-login.php was not found on this server.Maybe that is it. I changed the time zone settings, but maybe I changed the Site and Home URL as well. I have tried to do the fix in https://codex.www.ads-software.com/Changing_The_Site_URL but it still isn’t working. I added these lines to wp-config.php
define(‘WP_HOME’,’https://amyoos.com’);
define(‘WP_SITEURL’,’https://amyoos.com/wordpress’);And then tried to load it in my browser. No change.
Then I tried to reinstall all of the wordpress files, still no luck. I said I couldn’t install, because it was already installed.
So then I added these lines to wp-config.php
update_option(‘WP_HOME’,’https://amyoos.com’);
update_option(‘WP_SITEURL’,’https://amyoos.com/wordpress’);Still no luck.
Any other thoughts? This is all a bit new to me, so I really appreciate all of the help that people are offering.
Forum: Installing WordPress
In reply to: URL /wordpress/wp-login.php was not found on this server.It is an ISP host, and the WordPress file is there and the homepage is accessible. It started off OK, and the page loaded OK. It was only when I tried to change the settings. I will ask the server host if it is something to do with them. What is non propagation?