It's clearly obvious(from the 1+ year old poll) that CMS templates are the most wanted here. So today I managed to RTL a WordPress theme: WP-Creativix..
This nice and simple theme has this nice feature of changing the theme color and has a cool featured posts slider in the homepage. Plus there are two page templates for a Blog or a Portfolio Layout. All in this one free WP theme.
To RTL this theme I applied the following:
Don't get fooled by the small style.css , the real styles are in the style.php file(pretty smart to enable the color changing option). Also there's the images/rtl folder to include the flipped images used in the CSS
The scripts/slider.js has been updated to support RTL and also index.php and header.php to support these changes.
I updated some HTML related stuff in header.php and header-portfolio.php (replaced the href="/" with href="<?php echo get_settings('home'); ?>". I also added a class to the listing in tpl_portfolio.php for an evenly distributed list (3 in a row)
I have commented out the <script> tags for the typeface library(it renders text via JavaScript instead of images) since it didn't work for Arabic characters. The <script> tags are in the header.php and header-portfolio.php files :
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/scripts/typeface-0.14.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/scripts/juni_regular.typeface.js"></script>Now they're commented:
<!--<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/scripts/typeface-0.14.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/scripts/juni_regular.typeface.js"></script>-->Well, nevermind the above. Just download the theme below.
Any bugs or comments you need to share, make sure you mention them in the comments
Thanks BM for the request
There are currently 0 users online.
Comments
Abdelhadi Touil (not verified)
Tue, 07/06/2011 - 11:42
Permalink
Great work
Thanks for your great work, especialy for the slider. I think it'll be very helpful if you rtl some popular and useful jQuery sliders.
Thanks again and good luck :)
nightS
Tue, 07/06/2011 - 11:53
Permalink
Thanks
Thank you =)
Yes will definitely do. Do you have anything special in mind?
Dancel Del Jerte (not verified)
Thu, 27/10/2011 - 08:17
Permalink
Vertical blinds
I think this is a kind helpful to me and the other readers here. Seemingly I am enjoying your jQuery slides. Thanks!
Add new comment