Recent activity
Subscribe to this feed-
ravi started following the idea "Add Background Color to Notes and Blocks of Text" in Evernote.
ravi replied on November 03, 2009 03:53 to the question "PHP 4x system" in Ahren Code:
ravi replied on November 03, 2009 03:52 to the question "remove comment feed" in Ahren Code:
ravi set one of ravi's replies as an official response to "4 great questions on your gorgeous theme!" in Ahren Code
ravi replied on November 03, 2009 03:50 to the question "4 great questions on your gorgeous theme!" in Ahren Code:
Hello Federico,
Thank you for your very kind praise. It is much appreciated. To answer your questions:
1. If you mean the small images that is displayed in the URL bar on the left (typically), then that's done using what's called a 'favicon'. See: http://en.wikipedia.org/wiki/Favicon. If that is indeed what you are looking to do, and you need help with it, please let me know.
2. You need to edit the theme. You can do that by going to your WordPress Dashboard and navigating to Appearance -> Editor. Then you should edit the stylesheet (style.css) and find the section for "#header" and replace "background-color" with a colour of your choice.
3. You can create as many colour schemes as you wish. There is no restriction in the theme on the number of colour schemes. Do you see some particular error right now when you try to create a new scheme?
4. If you don't mind waiting till the next version of the theme, it will have better support for internationalisation. At that time, a lot of the theme text can be translated using an existing language file or by creating a new one. Right now, you will have to hack into all the theme files to achieve this, which is a messy affair and will get lost when you upgrade the theme to a newer version.
Thank you again for your very kind comments.
ravi set one of ravi's replies as an official response to "How can I get a blank page" in Ahren Code
ravi replied on November 03, 2009 03:40 to the question "adding pics in the navigation bubble" in Ahren Code:
ravi set one of ravi's replies as an official response to "Disqus?" in Ahren Code
ravi replied on November 03, 2009 03:36 to the idea "Disqus?" in Ahren Code:
Todd, its an idea I have considered myself, and I think it’s a good one (perhaps also IntenseDebate given that ID is owned by Automattic now!). My big problem is to setup Disqus or ID on a blog so I can start styling the theme for them. I don't want to enable either of them on my blog, so I would need a separate test blog for this purpose. Unless you want to be my guinea pig! ;-)
ravi replied on November 03, 2009 03:32 to the question "Two formatting questions" in Ahren Code:
ravi replied on November 03, 2009 03:25 to the question "Two formatting questions" in Ahren Code:
Hello Dave,
you can edit the stylesheet and add a style for H2, such as the below:
H2
{
line-height: 160%;
}
For more on theline-heightproperty, see: http://www.w3schools.com/css/pr_dim_l....
ravi promoted an official reply to a topic that has since been deleted from Ahren Code. see the change log
ravi replied to a topic that has since been removed from Ahren Code. see the change log
ravi set one of ravi's replies as an official response to "Two formatting questions" in Ahren Code
ravi replied on November 02, 2009 02:27 to the question "Two formatting questions" in Ahren Code:
ravi replied on October 21, 2009 19:05 to the question "How can I get a blank page" in Ahren Code:
Getting rid of the "Comments are Closed" message is easy: you can either edit the stylesheet and add the following towards the end:
.nocomments
{
display: none !important;
}
Or edit comments.php and scroll down to the section that includes the text "Comments are closed" and remove this chunk of code:
else : // comments are closed ?>
<!-- If comments are closed. -->
Getting rid of the orange box with the links for "Edit Entry", "Comments Feed", etc, is a bit more of an issue. That's because you probably don't want to just remove these but want to move them elsewhere, yes? Otherwise you will lose some of those links. If you really do not care for those links, let me know and I can give you changes similar to the above to remove that box.
ravi set one of ravi's replies as an official response to "hels with sidebar please" in Ahren Code
ravi replied on October 15, 2009 02:00 to the question "hels with sidebar please" in Ahren Code:
John,
you need to look in header.php in the case of Ahimsa. Also the call above (include(TEMPLATEPATH . '/sidebar.php')) is for older versions of WP. Widget capable themes (for 2.7 WP or later) instead include instead a call to "get_sidebar". Look around like 181 in header.php for Ahimsa.
If you are going to try to add a right sidebar, then the best thing to do is to add another table cell similar to the one you see defined ("id=sidebar") after the content cell (id="content").
ravi set one of ravi's replies as an official response to "hels with sidebar please" in Ahren Code
ravi replied on October 14, 2009 14:31 to the question "hels with sidebar please" in Ahren Code:
Hello, those instructions are essentially what needs to be done by any theme developer who wants to support more sidebars. They will sort of work for my theme (in fact something along those lines is what I am working on right now, for the next release of Ahimsa), except:
* you have to know where and how to add the additional sidebar
* add the hide/show functionality of Ahimsa to the new sidebar
* add the Sidebar tab
The last two steps make it more complicated, but they are not absolutely essential if you do not plan to support hide/show of the second/right sidebar.
If you can hold on for another 2-3 weeks you can just upgrade to the next version of Ahimsa which will support left and right sidebars.
You can track this issue and add comments at GitHub: http://github.com/ahrencode/Ahimsa-fo.../18
| next » « previous |
Loading Profile...
