Register & Login page
Best WordPress theme for game news websites, game portals or whatever your preferred subject.
- GK User
- Thu Feb 20, 2014 6:30 pm
Hi there,
When i activate the registration possibility, people can only register with WordPress it selve. How can i change it with a login/register page using the theme?
Kind Regards
When i activate the registration possibility, people can only register with WordPress it selve. How can i change it with a login/register page using the theme?
Kind Regards
-
- Fresh Boarder
- GK User
- Thu Feb 20, 2014 8:27 pm
Hi,
This is default registration, if you want to change it, the easiest way is to use some register/login plugin
This is default registration, if you want to change it, the easiest way is to use some register/login plugin
-
- Moderator
- GK User
- Fri Sep 02, 2016 2:44 pm
Where can i find the code of the pop up?
-
- Expert Boarder
- Joshua M
- Mon Sep 05, 2016 8:00 am
Hi,
What pop up exactly do you mean? There's no login/registration pop up included in theme files.
What pop up exactly do you mean? There's no login/registration pop up included in theme files.
-
- Moderator
- GK User
- Mon Sep 05, 2016 7:25 pm
I mean the login/register pop up.
-
- Expert Boarder
- Joshua M
- Tue Sep 06, 2016 7:41 am
Ok, but there's no popup included - only button with default WordPress registration/login form.
-
- Moderator
- GK User
- Thu Sep 08, 2016 11:18 am
i mean:
- If you go to formula-student.nl
- Click login (you will see a pop up)
- Fill in the login details
- Press login
Is it possible to login without going to the formula-student.nl/wp-admin and just directly login?
- If you go to formula-student.nl
- Click login (you will see a pop up)
- Fill in the login details
- Press login
Is it possible to login without going to the formula-student.nl/wp-admin and just directly login?
-
- Expert Boarder
- GK User
- Thu Sep 08, 2016 11:34 am
I see when register a new user and login with that account i will not go first to formula-student.nl/wp-admin so problem solved. Now my next question is: When a subscriber is logged in you will see the bar in the top with dashboard logo and profile is it possible to disable this and show the profile on the website it self?
-
- Expert Boarder
- GK User
- Thu Sep 08, 2016 12:46 pm
I saw that there are plugins or insert a code into the functions.php but it is not working.
-
- Expert Boarder
- Joshua M
- Fri Sep 09, 2016 7:58 am
Hello,
FIrst of all - you are using Game theme, but it's a section of "GameNews" theme, which doesn't have any login popup.
Regarding the issue - the bar in the top with dashboard logo and profile is a part of the WordPress, not our theme, so you can use i.e. the following plugin:
https://wordpress.org/plugins/remove-ad ... or-client/
FIrst of all - you are using Game theme, but it's a section of "GameNews" theme, which doesn't have any login popup.
Regarding the issue - the bar in the top with dashboard logo and profile is a part of the WordPress, not our theme, so you can use i.e. the following plugin:
https://wordpress.org/plugins/remove-ad ... or-client/
-
- Moderator
- GK User
- Wed Sep 14, 2016 8:54 am
I tried some of these plugins and also tried to add this code below in the functions.php But some how the admin bar still shows up for all users.
add_action('after_setup_theme', 'remove_admin_bar');
function remove_admin_bar() {
if (!current_user_can('administrator') && !is_admin()) {
show_admin_bar(false);
}
}
add_action('after_setup_theme', 'remove_admin_bar');
function remove_admin_bar() {
if (!current_user_can('administrator') && !is_admin()) {
show_admin_bar(false);
}
}
-
- Expert Boarder
- Joshua M
- Wed Sep 14, 2016 9:07 am
Could you please provide me with a backend and FTP access via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
-
- Moderator
- Joshua M
- Tue Sep 20, 2016 8:04 am
Hi,
Your code or a plugin works properly,because I'm logged in and can't see the admin bar at the top when I'm browsing your website.
Your code or a plugin works properly,because I'm logged in and can't see the admin bar at the top when I'm browsing your website.
-
- Moderator
- GK User
- Tue Sep 20, 2016 11:39 am
Yes but not for subscribed users
-
- Expert Boarder
- Joshua M
- Wed Sep 21, 2016 8:46 am
I'm subscribed (registered) user and can't see the admin bar...
-
- Moderator
- GK User
- Wed Sep 21, 2016 2:03 pm
Hmm weird when i login with a subscribed user i see the admin bar
-
- Expert Boarder
- Joshua M
- Thu Sep 22, 2016 8:12 am
Did you try another browser or clear your browser's cache?
-
- Moderator
- GK User
- Thu Sep 22, 2016 2:37 pm
Yes i did. Still not working
-
- Expert Boarder
18 posts
• Page 1 of 1