falconhead
Forum Replies Created
-
Forum: Plugins
In reply to: [Multiple Post Thumbnails] Release LicenseGreat thanks, I just wanted to confirm.
Forum: Fixing WordPress
In reply to: Menu is working fine on the home page but not on inside pagesYes I agree, this troubleshooting is not easy and you may be right that I might need to hire someone. Thanks guys for pointing me to some direction. hopefully I have this resolved soon.
Forum: Fixing WordPress
In reply to: Menu is working fine on the home page but not on inside pagesI tried deactivating all the plugins but the problem persists.
The menu works fine on the default twenty twelve theme. so this is a theme issue. but it was working just fine before the upgrade. So this is a theme issue. I’m cant get hold of the guy who designed the theme. so I guess I have to figure it out myself.
I checked the header.php and the functions.php file and the theme had a menu class as well. but I could not figure out a fix.
would you be kind enough to look into these files and guide me to fix the issue? how can I share the files with you?Thanks,
Forum: Fixing WordPress
In reply to: Garbage Text on shifting serversOk I got this one fixed, looks like it was some problem with the database import.
1. I exported the data again. To be specific in my case since the database was huge I used the SSH command mysqldump to directly create the exported file on the new remote server
2. deleted all the existing tables in the database on the new server
3. Imported the database from the sql file using the SSH command : mysqland checked the site and everything was back to being normal.