ajithkpunnoose
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How can I make comments page look like my original design?I’m looking into it. Please gimme a few minutes.
Forum: Themes and Templates
In reply to: How to clear theme css formatting within a post/pageAlso remember, you can use the conditional tags with page id check to implement this. But that can get messy if you have many pages and also will add a db query.
Forum: Themes and Templates
In reply to: How to modify the sidebar widthyou need more work. The sidebar and the primary and secondary bars should be inside the “container”. Then make the content float to right. give it 400 margin. Make sidebars 380px and the sidebars float to right. I hope you got it.
Forum: Themes and Templates
In reply to: Small problem with Sandbox themeAnd you don’t have the space and slash for the “br” in your template.
Forum: Themes and Templates
In reply to: Small problem with Sandbox themesorry wht i typed appeared as html in the post. I was reffering to break tags
<br />
Forum: Themes and Templates
In reply to: header symbols need removedNah. Checkout the license of the theme. I think the License is GPL2 and it allows modifications. so you are safe. But make sure you read the themes license and be sure it allows editing.
Forum: Themes and Templates
In reply to: Debuggin your CSSYou are right esmi. But the problem I found with many people who try to edit their CSS and end up screwed is that, they don’t have a WYSIWYG editor (or they don’t know of one)
Thanks for taking the time to reply. ??
Forum: Fixing WordPress
In reply to: Bandwith exhausted last month… :( Need Hosting Suggestions!Another problem Is that, I used hostgator earlier, and they sucked big time. Even worse than GoDaddy.
Forum: Fixing WordPress
In reply to: Bandwith exhausted last month… :( Need Hosting Suggestions!I would suggest using 1and1 . I have been using them for 3 months and is running 2 WP blogs and 2 BBPress forums, not a single problem with them. Also if you select them make sure you enable PHP5 via your htaccess file. Theirs plans are really worthy and the plan I use comes with 2 domains included. Costs around $5
Forum: Themes and Templates
In reply to: Debuggin your CSSModerators, please add something like this as a sticky post so that the number of support cases lowers.
Forum: Themes and Templates
In reply to: How can I make comments page look like my original design?Where is the code dude? Put the code to
https://wordpress.pastebin.ca/
and paste the link here.Forum: Themes and Templates
In reply to: How to clear theme css formatting within a post/pageTry adding a custom field, and then a filter so that when you add the value 1 to your custom field, the theme file is not included.
Forum: Themes and Templates
In reply to: rollover color?Please include a link to your blog and if possible a screenshot . It helps a lot.
Forum: Themes and Templates
In reply to: Need help removing all comments, and “No Comments”.WTF..Why is the forum moderating so strictly. BTW john I did get the comment removed from all pages. You need to remove the code I mentioned from “Index.php”, “Single.php”, and all other files which are used to show posts or pages.
Forum: Themes and Templates
In reply to: How to modify the sidebar widthIn the same file also change the margin correspondingly here –
div#container { float:right; margin:0 0 0 -200px; width:100%; }