Boxwell
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Creation of User Account HangsThe page loads but when you actually register a user it goes to a white screen. Did you register?
Forum: Fixing WordPress
In reply to: Creation of User Account HangsOK, that’s it done. Can you tell me when I can change it back please?
Forum: Fixing WordPress
In reply to: Creation of User Account HangsYes, but I will not be able to keep it like that for very long. I’ll do it now.
Forum: Fixing WordPress
In reply to: Creation of User Account HangsOK. I’ve deactivated all plugins and activated the Twenty Fourteen theme. When I go to wp-register.php and try to register a user I get a white screen (wp-login.php?action=register) and no email gets sent out. The screen doesn’t change from this white screen.
Have you any idea what steps I should take to investigate / remedy this?
Thanks for your help,
Graeme
Forum: Fixing WordPress
In reply to: Creation of User Account HangsI’ll need to test that tonight as Paypal are currently trying to fix an integration issue (and I’m at work (lunchtime) on my other job!)
I did notice that the theme was no longer on ThemeForest. I wasnt sure if this was withdrawn by the developer or by ThemeForest.
Forum: Plugins
In reply to: RSS Out Plugin (not to display on WordPress site)I’ve managed to fix this one myself. Turns out I didnt understand the concept of custom-post types.
My theme has posts called posts, but also ones called listings. When I go to the listings page, I can see that it says mysite.com/wp-admin/edit.php?post_type=spot.
So the RSS feed for this particular listings page is: http://mysite.com/feed/?post_type=spot
Hope this helps anyone else having the problem.
Cheers,
Graeme
Forum: Fixing WordPress
In reply to: User login issues after site duplicationIn case anyone else has this issue, I have managed to solve it. The the general settings, the site URL and the WordPress URL were different. One had www in front of the address. Once these were made the same the user login element worked.