Ruby-fashion
Installation instructions:
1) Unzip the files
2) Copy "flashxml" folder to wordpress/wp-content/
3) Copy everything from the "plugins" directory to wordpress/wp-content/plugins/
4) In the admin area of wordpress, go to "Plugins" menu, and activate the following plugins:
- 3D Box FX
- Image Grid FX
- Photo Flipper FX
- Contact Form 7
- wp-pagenavi
5) Copy "ruby_fashion" folder to wordpress/wp-content/themes/ and activate the theme from the Admin area.
6) Insert an image into a post:
- To add an image to your post:
a) Click on the "Add an image" icon on the top of the text editor > select an image > Insert into Post > Save all changes
or
b) Add it with the help of the shortcodes included in the theme. The shortcodes options appear under the text editor of the post in the Admin Area of the theme.
- To add a featured image (thumbnail) to your posts, click on the "Add an image" icon on the top of the text editor > select an image > Use as featured image > Save all changes
7) Creating a category:
- To create a category, click on "Posts" > "Categories" and use the form to create a new category.
8) Pages:
- Create a new page, select "Pages" > click "Add New" to create a new page.
a) For the Homepage you have 2 choices :
- Home with Photo Flipper FX Component (Create a new page with the name "Home", select the "home_with_photoflipperfx" template for it and click "Publish".)
- Home with Image Grid FX Component (Create a new page with the name "Home", select the "home_with_imagegridfx" template for it and click "Publish".)
- Create a Category named "About Us". The last post from that category will appear on your homepage, in the "About Us" section.
If you want to choose one of these to be your front page, go to the Admin Panel > Settings > Reading > Front page displays : A static page (choose this option, and select a page you want your front page to display)
b) Portfolio page:
- Create a Category named "Portfolio". All the posts from this category will appear on your "Portfolio" page.
c) Blog page:
- Create a new page, select the "Blog" Template (on the sidebar is a drop-down labeled "Page Attributes" ) and click "Publish".
d) Fullwidth page (no sidebars):
- Create a new page, select the "fullwidth" Template (on the sidebar is a drop-down labeled "Page Attributes" ) and click "Publish".
e) Gallery page :
- Create a new page, select the "gallery" Template (on the sidebar is a drop-down labeled "Page Attributes" ) and click "Publish".
f) Contact page:
- Create a new page, select the "Contact" Template and insert the following line into the page content: [contact-form 1 "Contact form 1"] and click "Publish".
- Then, in the Admin Area, click on "Contact" menu on the left at the bottom, and replace the code from the Form content with the following lines:
------------------------------------
<p>[text* your-name "name"]<span class="a">*</span></p>
<p>[text* your-name "adress"]<span class="a">*</span></p>
<p>[email* your-email "email"]<span class="a">*</span></p>
<p>[text your-subject "subject"]</p>
<p>[textarea your-message] </p>
<p>[submit "submit"]</p>
-------------------------------------
Then click on the "Save" button on the right.
g) For any other page, create a new page and select the "Default Template".
9) Shortcodes:
- All available shortcodes can be inserted from the Admin Area, under the text editor of a page or a post.
10) Sidebars and widgets:
Sidebars:
There are 2 widget areas for this theme (1 sidebar and one for the contact page).
The advantage of using the custom page widget is that you can upload and add content more easily.
Widget areas:
To add widgets, go to the Admin Area, click on "Appearance" menu > the click on the "Widgets" submenu
- Sidebar (The right sidebar displayed if widgets are added to it) - all kind of widgets can be added to it. All other sidebars will dissapear once you will populate this sidebar.
- Contact info (The "Contact info" section displayed on contact page) - The text widget is used
11) Rubyfashion can be translated in other languages through .mo and .po files. For this follow the next steps:
- Create a "languages" folder in your wp-content.
- Copy the .mo and .po files for your language from http://svn.automattic.com/wordpress-i18n/ or from another location.
- Copy them to your "languages" folder in wp-content.
- In the "wp-config.php" file of your wordpress, change the following line:
define ('WPLANG', '');
to
define ('WPLANG', 'language_LANGUAGE');
For example: define ('WPLANG', 'fr_FR'); - for French
- In your theme folder, you have a .mo and a .po file. They are for English. For other languages, duplicate the .po file, rename it, change it's header to correspond with your chosen language, and translate the lines it contains. For this, install Poedit, edit the .po file, translate it to your language, and generate a .mo file for it. Both files should be located in your theme folder.
12) Cufon font replacement:
- Allows you to change the fonts of the whole website, enable or disable cufon, and edit their sizes. This can be done through the Admin Area, the "Rubyfashion- Fonts" menu.
This template includes everything you need to get started whether you're using it as a Content Management System, blog or combination of the two.
Click on the last button on the left of the Admin Area, and you can change your logo, copyright information. You can also configure your 404 error message or even get some SEO Optimization.
free theme
Files included: HTML, JS, CSS, JPG, PHP
Wordpress version: 2.7 and greater
Easy to install
Complete installation instructions





Suzena
Posted 10 months agoHello,
I want my archive/category pages to show featured images also as thumbnails along with post title ( as its been seen on blog page )
Guide me please.
Suzena
Hi,
We sent you an email. Please check your Inbox.
LoveLess
Posted 10 months agoHi,
I want to exclude a particular category posts to be shown in blog template page. Please guide me the code changes i have to make in order to exclude those posts from a category in blog page.
Thankyou
Hi,
In order to exclude posts from a respective category you need to go to Edit Post on the admin area and on the right side at Categories menu, uncheck the category that you are using now and check the box for the category Uncategorized, then click on the Update button to save the changes. Thus, the respective post that was assigned to a certain category will be set to category Uncategorized. If you want to entirely delete the posts, just click on Move to trash from Publish sidebar.
Jeene
Posted 10 months agoHi,
Do you have any plugin which shows image slideshow with with clickable link to post on homepage ??
Hi,
All our slideshows can have hyperlink to images. Just edit their images.xml and change the URL value to the post link. Example:
Aaliyaan
Posted 10 months agoWow, Its working !
Thanks for quick easy support ! Last thing :
Suppose i create 2 categories
1) Dress Fashion
2) Make up Styles
and i create 2 pages also with the same name as in categories using blog template !
And what i want is, when user click Dress fashion page, he just finds posts from dress fashion category and when click make up styles, he finds posts from respective category !
Is it possible ?
If yes, then what do i need to do??
Thanks
Hi,
Yes, it is possible, but there are some changes that you need to make. For instance, for the category “Dress Fashion” you need to create another Blog template just as that provided in the package (blog.php) and give it the name /* Template name: Blog_dress. Then, in order to display only the posts from that category edit the respective php file and change
<?php query_posts(array('category__not_in' => array(get_cat_id('portfolio'),get_cat_id('about us')), 'posts_per_page' => 4, 'orderby' => 'date', 'paged' => $pagenum));?>into<?php query_posts('showposts=1&category_name="dress-fashion"'. '&paged=' . get_query_var('paged')); ?>Do the same for all the categories that you want to create.Aaliyaan
Posted 10 months agoHI,
I dont want to create a separate category about us for latest posts to appear at homepage as google takes it as duplicate content. I want latest post in any category at home page without creating any ABOUT US( i have chosen website.com/home as front page ). What do i need to do for that ?
Hi,
Please edit the php file that is set for your front page from theme’s directory and change this line:
<?php query_posts('showposts=1&category_name="About Us"'. '&paged=' . get_query_var('paged')); ?>into<?php query_posts('showposts=1'. '&paged=' . get_query_var('paged')); ?>