desiupdate
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Database larger than phpMyAdmin allows for importIf you have access to php.ini file look for “max_upload 2mb” in php.ini and change it to 4mb.
Forum: Fixing WordPress
In reply to: stylesheet is missingCan you check if style.css is in the folder that you have uploaded and also check if it is on your local machine? It has happened with me too and after banging my head on so many places i found out that the zip filde i downloaded from a third party website did not include style.css in the zipped folder.
One more thing
Your-Existane theme files should be in wp-content/themes/your-existaneif it is in wp-content/themes/your-existane/your-existane/ then upload it in the correct directory.
Forum: Fixing WordPress
In reply to: Tabs in Nav BarOk it seems like you have somehow messed up the coding on your header.php
while you were editing the logo.Make a backup of your current header.php and replace it with the original header.php and see if that fix your menu.
I am going to get some sleep. I will return to check on this issue after that.
Forum: Fixing WordPress
In reply to: change titleYou need to change <?php bloginfo(‘name’) ?> in your header file. Replace it with your custom code which has jpeg logo image.
Forum: Fixing WordPress
In reply to: Adding Photos in the BlogBy default the directory which needs to have permission is wp-content/uploads
Change Chmod permission to 775 and if that doesnt work then i guess 777.
Forum: Fixing WordPress
In reply to: Tabs in Nav BarTelugucinematoday
Your website source shows a stylesheet of some other theme named Codemonkey<link rel=”stylesheet” type=”text/css” href=”h**p://telugucinematoday.com/wp-content/themes/CodeMonkey/style.css” />
As far as i can think… It could be one of your plugins that you have installed. So try to deactivate all the plugins you have and then view your website.
Forum: Fixing WordPress
In reply to: Tabs in Nav BarOk so i installed Thematic on my local machine and it is working fine out of the box………..
Can you provide the link of your website? so i can take a look at it?
Forum: Fixing WordPress
In reply to: Tabs in Nav BarI am not that Expert in wordpress but that sounds like a template/theme trouble. What template/theme are you using?