Wordpress Dashboard not loading completely - wordpress

I installed wordpress on my hosting and create a Database, Database User and done the basic platform to load the dashboard. Currently I am getting the following screen
Admin Dashboard Login
But when I logged with correct username and password I am getting a blank page instead of the dashboard. But when I enter my url I am getting the default site template as well as follows.
Default template
Can you please help me to clarify this issue?
Thanks & Regards

Related

Wordpress site not redirecting to dashboard after login

I am trying to login on my wp site, when I am given correct admin details the landing page coming up and there are no admin dashboard showing, I tried many more plugin disabled option but the problem not solved, even I tried to reset password for admin access after changed it the same result appeared like no dashboard section rather than frontend. Please give me a solution. Thanks in advance.
Seems like some others developed the site. If you are coder/programmer try the below
Login to hosting
Open PHP My Admin or any mysql UI tool
Open Prefix_users, usually this will be wp_users
see list of users and check if you have admin permissions. Sample below
user_id - specific user id
meta_key - wp_capabilities
meta_value - a:1:{s:13:"administrator";s:1:"1";}
then save the DB record. Else get programmer support

Error when uploading media in wordpress website [update]

I'm using a wordpress blog theme that contains a signup/ login form for users.
When I login to the website using login form in the website and try to upload media from website, it will get an error:
In the other hand when I login to the website using example.com/wp-admin link and try to upload media from website, it works without any error!
Is there any code that I should add to the website to solve this issue?
I should also mention that the media is uploaded correctly from dahsboard without any error.
Can you please tell which plugin do you use for the login or are you using custom login form for login page?
Please turn on Debug mode on and check Debug Log and share it here so we can help you out.

How to set a login page to see the website in wordpress?

i'm a beginner and I'm trying to set a login page on my website build in wordpress. Searching on google I don't find a solution for my issue. There are a lot of plugins that customize the login page in wp-admin to acces at the backend. What I'm trying to do is different. I'd like to put a login page at my website www.example.com (home page) and after the user has insered the credentials, he can see everything on the website. I don't know how to start. Every suggests are appreciate. Thank you in advance
If you're ok with using WP users table and auth systems you could put template content inside a conditional to check if users are logged in.
It isn't elegant but it would get you what you want.

wordpress create page without dashboard or admin url

sorry for my poor english. I installed a plugin Remove Dashboard Access to prevent users to access the dashboard , but I still want the users create pages or posts , now if I active the plugin users can't create page or post and if I deactivate the plugin users will access to dashboard.
how can"t prevent users from accessing dashboard and let them add pages or posts without passing by wp-admin url
Thank you
You just need to install a plug-in see the link below.
WP User Frontend
https://wordpress.org/plugins/wp-user-frontend/

Custom dashboard page in Wordpress

I am working on a client project now,its on Wordpress .I need to do following things
1.Each logged user should redirect to a custom dashboard page(Not usual Wordpress dashboard).
2.Each logged user able to upload the PDF from Dashboard and store them.
Right now I am kinda struck like where to start,I have login system,registration and profile page implemented using User Profile Plugin from codecanyon.
Someone please advise me to implement the Custom Dashboard for each logged user,
How to upload the PDF for each user and how to store them?.
I don't know hows your codecanyon scirpts working, but the scenario to achieve this is:
Make Custom PostType/Custom Template that only works with logged-in users, Or you can check if detect the logged in user's session on that particular dashboard so that other users can't access it.
Make custom login form and after success logged in, redirect the logged in user to that particular PostType/Template that you make for logged in users.
I don't think the default WordPress upload works in front, so you have to create a custom upload scripts that upload the pdf files and store the credential of the user in wp_options table, with update_option()
This thread helps you to use default wordpress media uploader in front end Front End Media Uploading in Wordpress

Resources