Vignesh Pichamani
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I'm sure there is a simple answersee your admin screen
Appearance —>Menus
From that you could call up the pages or by custom’s
Forum: Installing WordPress
In reply to: wordpress 3.5Forum: Installing WordPress
In reply to: wordpress 3.5keesiemeijer thanks for your reply .
I check a test with my localhost everything perfect so i am going to upgrade the wp site via ftp based on your suggestion …
Will contact soon when pbm persist..Greatly Appreciated,
Vicky
Forum: Fixing WordPress
In reply to: Featured big pictureIt was in the Admin screen. Left bar.. Settings -> Media, and there they are. Thumbnail, medium, and large sizes. No file hacks, no custom size settings in the functions.php file necessary.
Forum: Fixing WordPress
In reply to: Sidebar missingcan you place the template code here ! ?
Forum: Fixing WordPress
In reply to: Change Permalink breaks my image linkssite url?
is your site is my-site.com?Forum: Fixing WordPress
In reply to: Automatically inserting code breaking linksI’m sorry but you are using a commercial theme, you need to seek support from the theme’s vendors.
Forum: Fixing WordPress
In reply to: Automatically inserting code breaking linkswhich theme r u using ?
Forum: Fixing WordPress
In reply to: 404 when I create a New Pagedeactivate all the plugin and try the permalinks structure to default.
see your permalink structure is in post name change permalinks toDefault : http://www.trashprojects.de/?p=123
In admin panel
settings—->Permalinks—>Select defaultForum: Fixing WordPress
In reply to: 404 when I create a New Pagechanged the permalink to default and let me know
Forum: Fixing WordPress
In reply to: Z Index problem with my submenuIts this problem to be
#wrapper { overflow: visible; width: 100%; }In style.css line 12
replace
overflow:hidden ; to
overflow:visible ;
And its not the z-index probForum: Fixing WordPress
In reply to: How to remove a link on a banner image?I actually deleted the image and uploaded a new one, but the link still exists when you click on that space. Where do I go to fix this?
<div id="banner"> <a href="http://www.shoestringstudios.net/kimbroair/contact-us/emergency-contact/">Check your header.php search the above code and replace the link .
Forum: Fixing WordPress
In reply to: How to remove a link on a banner image?site url ???
Forum: Fixing WordPress
In reply to: How to find out the category Id?Thanks for your suggestions
@kmessinger and @vjpoForum: Fixing WordPress
In reply to: How to find out the category Id?Thanks for your quick reply .But i discuss as the category id not page id or post id (I mentioned like post /page) I need to know how to find the category id in the admin panel instead of name.