
“Shiro” is a clean and minimal three-column CMS and blog theme. It has got a responsive layout and some features to change its appearance.
Features
- responsive design (HTML5&CSS3)
- custom-colors & custom-background
- custom logo & custom favicon
- three-columns & full-width-template
- template for colored-background with/without sidebar
- template to show the blog-entries
- right-sidebar
- threaded-comments
- custom-menu
- browser: Chrome, Safari, Firefox, Opera, IE 8 & 9
Hi Marion
I’m using Shiro theme for my blog. I tested it on my mobile phone and it’s not showing properly. isn’t it supposed to be responsive? please help!
http://blog.aciloo.com
Acila
Hi Acila,
sorry for the late reply – I have been on holiday the past 2 weeks. Could you post/send a screenshot to show the problem? Marion
We are using your template and love it !!
Great, thank you!
using your theme and when viewing in iPhone, it forces mobile (m.tongtong.co) but is blank. Any idea why?
Hi Aaron, thanks for using Shiro.
I’ve just looked at your page, but I couldn’t find any content.
hello-
I’m using Shiro for a portfolio website. I really love the look of the theme and am enjoying working with it. I would however like to disable the social media sharing ribbon that appears below each post. I already disabled Jetpack plugin but still have the sharing line popping up. Is there an easy fix to how to delete the sharing icons entirely since I don’t need them? Thanks.
Hi Dave,
thanks for using Shiro. I’ve seen that you’ve already deleted the sharing icons. If you have any further questions please to not hesitate to ask me!
Cheers,
Marion
Hi I cannot find the rss feed for this template
Hi Henry,
I’ve seen that you use another theme meanwhile. Do you still need some help from me?
Cheers,
Marion
Hi, I really like your theme a lot!
I would like to know: where would I remove the “share on twitter” below each page, as well as the “proudly powered by” bits in the sidebar? I don’t know if this automated WordPress thingies and tried looking at footer.php, etc.
Thanks, regards
Gerrit
Hi Gerrit,
thanks for using Shiro.
You’ll find the “prowdly powered…” in header.php…
< ?php printf( __('proudly powered by < a href="http://wordpress.org/" rel="nofollow">WordPress', 'shiro'))?>
… and “share on…” in content.php:
< a href="http://twitter.com/home?status=Currently%20reading:%20< ?php echo urlencode( get_permalink( $post->ID ) ); ?>" target="_blank"> < ?php printf( __( 'Twitter', 'shiro' ) )?>,
Just delete these lines.
Cheers,
Marion
Thanks!
Hi, I am currently trying to add an rss feed to the website, and as I understand is that it is built in already in the WordPress code – but even if I try the sites demo page with : http://www.pixxels.at/shiro/feed/ or even http://www.gavenant.co.za/?feed=rss2, I get the same error I see on my side. Do you know how/where to fix this or is this normal? I will also try and look through the code on my side. Thanks!
Hi Gerrit,
you’ve found it in the meantime, haven’t you!
BR,
Marion
Hi, I am just starting my website based on the shiro template, and i love the design! But I was wondering if it is possible to change the grey in the blog section? Thanks in advance!
Hi Xaviera,
thank you!
Yes it is possible. The background-color is defined with #content. To change the background-color in the blog-section you have to add some styles to your style.css, eg.
.blog #content, .single-post #content {
background-color: #yourcolor;
}
To find all the elements that are affected try to use Firebug.
BR,
Marion
I’d love to use Shiro but at the moment it shows serif fonts on Firefox – like Times or something similar. I’m seeing the font-family tags (Trebuchet, Arial, sans-serif) and no obvious place where this would be getting messed up. Any thoughts?
Hi Brendan,
thanks for using shiro!
Sorry for the late answer – lot of work at the moment.
Please could you send me you url?
Br,
Marion
Nice job with the theme Marion, thank you for spending the time and sharing it with us. I’m having a problem with tables; although I have boarder=”0″, it still shows boarder lines and the space=”0″ isn’t working either. Any ideas why?
Thanx, James
Hi James,
thank you!
Please take a look at
#content table tr tdand#content table trinstyle.css. You’ll have to overwrite them.BR,
Marion
Brilliant! That worked great, thanx.
And THANK YOU VERY MUCH FOR THE QUICK RESPONSE!!
Great.
Hi Marion:
1. I’d like to reduce the size of the text on the upper left hand side, where Shiro appears.
2. I’m using the Text widget to display text in the right hand column, but the size is also fixed and I’d like to use different colors text – it defaults to black.
Would you pls guide me again.
Thanx in advance, James
Hi James,
have you ever heard of Firebug? It’s a great tool to find all the elements you need!
1. you need
#site-title!2. I’ve seen that you’ve changed something already.
Perhaps this page will help you to go on: http://stackoverflow.com/questions/4622808/html-changing-colors-of-specific-words-in-a-string-of-text
BR,
Marion
Thank you again Marion!
I see, I thought a PHP program was controlling the Text widget’s font…thanx.
BTW, while I’m searching, do you know of a widget that will enable me to implement expaning / collapsing lists?
e.g.,
“This is the main topic”
This is a sub topic
This is another sub topic
I’d like to present a list of main topics that when you click on them will present the sub topics underneath or hide them.
Thanx in advance, James
Hi James,
try to search for “accordion”. There are several plug-ins but I still haven’t used one of them.
Br,
Marion
Hi, I am having issues with shiro not being responsive on laptops etc, is there anything I can do??
Hi Neal,
that sounds weird. Please send me your url or a screenshot, etc.
BR,
Marion
Thanks
Neal
Hi Neal,
Shiro works quite fine. But you’ve used a slider plugin in the portfolio section. Perhaps this one causes the problems.
BR,
Marion
Hey there!
I was wondering if it was possible to make the background of containers transparent but not have the text/content also be transparent. I’m playing around with the css and html in templates but I’m not savvy enough to figure it out.
Thanks!
Iman
Hi Iman,
perhaps there you’ll find a solution:
http://stackoverflow.com/questions/637921/opacity-of-background-but-not-the-text
BR,
Marion
Hi there!
But maybe you can help me out here… I’ve put in a portfolio plugin but for some reason it doesn’t align to the left like on all other pages. I can’t seem to find the css part where to change this.. I think it’s to do with the tag of the portfolio. Help?
Thanks for your superb minimal design, I love it
Cheers
Suus
Hi Suus,
thank you! And sorry for the late answer…
I think you’ve done it now, haven’t you?
BTW: Great page!
BR,
Marion
Hi! Really enjoying this theme. However, I can’t for the life of me remove the post titles (header of each post) and the footers (all that stuff at the bottom of a post like “categories, share on twitter, etc..”)
I’ve done it in other themes but I can’t find the code for these functions with Shiro! Thanks in advance!
Hi allie,
thank you!
You’ll find both in content.php.
BR,
Marion