dashrafi786
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Pages can not publish, status scheduledHi there!
Have you tried publishing your post to the back data? lets say Jan-2016
and see if its working, mostly it happens when you schedule your post but even though your are not scheduling your post and its happening, try publishing it to any back date.Hope it works
Forum: Fixing WordPress
In reply to: Line spacing too wideHi Robbinn
Its just CSS Styling issue
try edit your post by using Text Editor
https://goo.gl/kftv5fAnd see where you are facing those gaps there must be < br> tag between those lines try removing it.
Hope it helps
Forum: Fixing WordPress
In reply to: Nothing comes up on the home pageHi there!
I just checked you are using “Brooklyn” theme, which comes with
Visual Composer Plugin try deactivating it, and visit the website again and look if Homepage elements are now showing. Now try re activating it, it should be working fine, its just a trick which i have faced before in this theme. hope it helpsForum: Fixing WordPress
In reply to: Changed the hosting and now wodpress brokenHi, Sorry to hear that.. i know how frustrating it is … when you end up losing money ;/ and Website broken somehow.
In Your condition i believe you haven’t successfully transferred your website, let me know if you used any plugin to transfer your website? here’s what you can do simply
If you have the old hosting backup try taking backup manually
Access your hosting > cPanel > File Manager
Now look for the folder where you have your website files, if this was your primary domain it should be in (Public_html) try compress all of the files select them all and compress them by using the Compress button make sure you select the Zip format.Then once the process is completed download that zip file into your local hard drive then you need to take Database backup
Try Finding the following:
Cpanel > PhpMyAdminIf it asked for the password try your hosting password again
Check the screenshot link below:
https://goo.gl/nakvmgThis is how your PhpMyAdmin and database looks like if your are not familiar with this, you would find it terribly difficult.
What you need to do is just look for your website database name as i have marked in the screenshot once you select it, try pressing the Export button then it will take you to another screen asking for custom & quick one, check the screenshot link below it will help you understand, what you need to do
After taking database backup in your local PC. Access new hosting which you have recently bought. First upload your all files into file manager again, try uploading your (Files-Backup.zip) file in file manager then go to the MySQL Database wizard (Screenshot: https://goo.gl/LzDj7M ) create new database (Screenshot: https://goo.gl/Dsypz8 ) then save your username and password and database name then after creating one, try importing your database backup and check if it successfully uploaded without any error into PhpMyAdmin.
Once its done
go to wp_option and check if your domain URL is mentioned there.Once its done go to the file manager and look for wp-config file and change username & database name including password.
Now try visiting your website again it should be working fine ??
Tip: Try Re uploading CSS Style Sheet, it looks like your style sheet is not responding properly thats why everything is messed up.
Hope it Helps