Making a lot of changes on woothemes

Hello my friends,

I’m working on this theme from woothemes and I would like you guys help me out out with it.

http://demo2.woothemes.com/?name=artificer

As you can notice it’s a free theme and that means we can work on it together. I do not not have my website up because I’m working on it on my localhost. I want to do 2 things with that theme.

1- Moving the main terms from left to right ( e.g. the brown area on the top, Artificer logo, and the pages ). Also I want to move the " My Basket and Checkout " buttons to the left.

2- I want to translate every single term related to shopping. I know this is could be done but not in the theme. I think it’s related to the woocommerce plugin but I do not know on which file I should work on and I need your help in that.

It’s a lot of work to do but with some help from you guys I guess I can do it.

Thank you very much

Well, I solved most of what I’m asking for except one thing. I need to move the pages ( home icon, Shop, Blog, Sample Page, Shortcodes, and Template ) to start from right to left.

I tried to solve this but I could not. I need your help.

Thank you

ok let me make it easier on you guys and here is a link for the style.css file

https://dl.dropboxusercontent.com/u/936463/style.css

Thank you very much for any help

Woocommerce has good documentation by and large. Here is the link to translate into whatever language you were thinking (I imagine it is already been done though as woocommerce is pretty popular)

Thanks and I’m now really doing the translating for the woocommerce plugin. Now I only need ur help guys with the theme itself. See the second post up :slight_smile:

Thank you

You could change this:

media="all"
layout.css:34@media only screen and (min-width: 768px)
ul.nav li {
position: relative;
float: [COLOR="#FF0000"]left[/COLOR];
zoom: 1;
list-style: none;
}

to

media="all"
layout.css:34@media only screen and (min-width: 768px)
ul.nav li {
position: relative;
float: [COLOR="#FF0000"]right[/COLOR];
zoom: 1;
list-style: none;
}

It did not work my friend :frowning:

here is link for the website which I’m working on

http://www.hadaya-card.com

It works for me in testing, but you haven’t made that change on your site yet. Give it a try and post back.

Did you do that change in the style.css file ??? Here is a link for the file. I could not find the code you gave me :frowning:

https://dl.dropboxusercontent.com/u/936463/style.css

Thank you

It’s in layout.css, around line 60.

http://www.hadaya-card.com/wp-content/themes/artificer/css/layout.css?ver=3.5.1

I found it and it works great now.

Thank you so much my dear friend from heart. I really appreciate all your help. I’ll never ever forget your help :slight_smile:

You’re welcome. :slight_smile: