nsathees
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Rename links as a title??<a href=" http://www.piercestocks.com/learn-trading-system">Learn Trading System</a>Forum: Fixing WordPress
In reply to: help with iFeaturein stylesheet.css line 5
background-color: #D7D3DE;
#D7D3DE; <- change this (#FFFFFF = White #000000 = Black)font on the sidebar is located at line 274
Forum: Fixing WordPress
In reply to: fatal error … line 354disable the WordPress-seo plug-in. There is a problem in that plug-in
Forum: Installing WordPress
In reply to: cannot add WP adminyou are not running WordPress
Forum: Fixing WordPress
In reply to: How can I fix it?change the font color
Forum: Installing WordPress
In reply to: Connecting WordPress between database server and web serverprovide the database http address in the config. I mean the IP address
Forum: Installing WordPress
In reply to: Updated Site, Went Blank, Reverted to Old Site, Fatal ErrorHi Jim,
I consider my self a wp pro. so her is my advice. Never ever jump to update.You deleted the WP folder? now upload the earlier version i think it will be 3.2.1 and request you host provider to restore the DB. That will solve the problem and wait for update until the 3.3 mature!
Forum: Plugins
In reply to: Multiple Horizontal Menu Barsyou can create different menus under admin panel and call them within your theme. I don’t see any trouble with that.
By the way, you forgot to paste the example link
Forum: Localhost Installs
In reply to: Cannot Upload Photosmake your uploads folder under wp-content writable.
if ( is_home() ) { //your code here }
Forum: Fixing WordPress
In reply to: Posting in another page,please help will payGo to pages in the left menu and select edit and start writing.
can you post the link?
Forum: Themes and Templates
In reply to: Convert My site to WordPress[solicitation redacted]
Forum: Fixing WordPress
In reply to: All pages blank except home pageif your .htaccess file is more than couple of bytes (> 300) open the file and scroll all the way down and check that there are no other entries below the visible area. I had once this problem and took me more than 1 hour to find that out.
Forum: Fixing WordPress
In reply to: All my pages are suddenly 404 – HELP?download the .htaccess file and open it with notepad and check what’s in there. the default entry as follows
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /jaffnacity/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /jaffnacity/index.php [L] </IfModule>the jaffnacity is my site name. so you will have yours. Don’t copy and paste this information to your .htaccess file.