RTLing WP-Theme: WP-Creativix:

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:

Generate the rtl.css out of the exisitng stylesheets

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

RTL the slider JS

The scripts/slider.js has been updated to support RTL and also index.php and header.php to support these changes.

Other updates

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)

Disable typeface for Arabic text

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>-->

Download it now =)

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

Theme Files: 
Average: 5 (3 votes)

Comments

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 :)

Thank you =)
Yes will definitely do. Do you have anything special in mind?

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

Twitter Updates

Recent comments

Who's online

There are currently 0 users online.