Support Forum
wp-signup.php is for WordPress multisite... wp-login.php would be standard WordPress...
are you using multisite?
Visit Cruise Talk Central and Mr Papa's World
I have read up on multisite and to answer you question Mr Papa I am not using multisite. Do you believe that it this that http://www.iamstaggered.com/forum are using to give there forum a custom registration page?
that is absolutely a multisite domain... when users register, they are registering to get their own blog on his network...
as Andy said though, there are plugins out there like cimy user extra fields or others that let you add custom fields to the registration form...
Visit Cruise Talk Central and Mr Papa's World
Ok I will have a good look at cimy user and see if it can give a similar effect upon registration as the staggered site as there registration process was very smooth and made feel that I was not moving away from their site at any time.
Will let you guys know how I get on, thanks again for the support.
keep in mind that staggered site asked for a lot of info that you would have no use for since you are not setting up a blog/website for the user...
let us know how you make out...
Visit Cruise Talk Central and Mr Papa's World
Hi gents,
I have had to put this down for a while but am back on this and am still having an issue with the login button not working. I asume it is using jquery to display a login form but my login button does nothing. Do you think it is a jquery conflict?
Dev site is now here: http://www.silverhairs.com/dev/forum/
user: 5ilver
pass: hair5
Be very grateful if you could shed some light on this one, thx.
Simon.
Your theme is loading jQuery and the jQuery UI library from it's own supplied files instead of using the correct WP versions. This is the root of the initial issue.
This codex article explains why this is a problem: http://codex.simple-press.com/.....-conflict/
Fixing this is usually pretty easy once you have identified where they are being loaded in the theme code. Most often this will be either the header or the functions file.
YELLOW
SWORDFISH
|
depending on the complexity of the theme, you may need to search in some of the subdirectories... you would be looking for the file outputting this:
<script type='text/javascript' src='http://www.silverhairs.com/dev/wp-content/themes/Impulse/scripts/js/jquery.min.js?ver=3.3.2'></script>
<script type='text/javascript' src='http://www.silverhairs.com/dev/wp-content/themes/Impulse/scripts/js/jquery-ui.min.js?ver=3.3.2'></script>
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)