Magento 2.0.2 right to left - right-to-left

I would like to translate Magento 2.0 to a right-to-left language (Hebrew, Arabic or Parsian).
Do I need to create a new theme for that?

Yes you need to create a new theme for RTL
For creation of a new theme you can take help from the magento 1.x theme
https://www.magentocommerce.com/magento-connect/rtl-default-theme.html

Related

Magento 2 Design Theme tab is missing

Hi, I am trying magento 2 and struggling to install the new theme. Because Design Theme is not showing under Stores > Configuration > Design.
It has been moved to Content/Design/Configuration
Yes It has been moved to Content/Design/Configuration.
check screenshot for more clarification
Then you can select specific store if you have multi store. click edit action and in new window you can find search engine robots setting.
In Magento 2.0.x, you can configure the theme in Stores > Configuration > Design.
However, from Magento 2.1.x, this configuration is relocated in Content > Design > Configuration. Edit the theme currently in used, and select the newly installed theme.
Screenshot

Opencart 2.2 - new custome theme not available in the admin panel

I just followed this tutorial to create a custom new theme for my localhost opencart 2.2 installation. I followed the following instructions from the tutorial :
Let's create a new directory, named mycustomtheme underneath catalog/view/theme. ..... Furthermore, you need to create three more directories within the mycustomtheme directory: image, stylesheet, and templates.
Then I navigated to Admin->System->Settings and clicked on the 'Edit' button of the default store and in the subsequent page expected to get the custom theme in the 'Theme' dropdown but only the 'Default Store theme ' was there.
The tutorial tells that I am supposed to get a 'Template' dropdown there and I found a 'Theme' dropdown instead due to version change I think.
But how to activate the new theme then ?
To change a theme on Opencart 2.2.0.0, follow below setting:
Login to admin panel.
Go to Extension > Themes > Edit
Select your theme for Theme Directory option
Click on save to activate your new theme.
In opencart 2.2 you need to go into the Admin->Extensions->Themes
I know it's bit late to answer but it can be helpful to others.
In OpenCart 2.3.0.2 creating a custom theme is little complex , i have already answered it here , you can check this link
Why is OpenCart 2.3 custom theme not showing?
or can find this blog
http://undefined.gr/site/2016/10/09/custom-opencart-2-3-0-2-theme/
In Open Cart version:2.2
"Admin->Extensions->themes" You can Select your theme.Enable That theme.
After that go to "Extensions->Modules->Theme Control panel",choose your theme and click on insert data,then all data added successfully.

CS-CART Themeing

I have been looking into using CS-CART as a shopping cart and started looking through the themes and it appears to me the only way to build a theme is to extend a default theme and use the theme editor and visual designer to construct themes. Is this the only way or is there a way to code custom themes without being limited to designing in the administration section?
The theme editor is intended to be used as a customization tool for the site administrator, not for the theme developer.
A theme may provide configuration for the theme editor - what colors can be changed, etc.
For the deep customization of how the site looks you can create you own theme with your own CSS code.
Check out this guide on how to create your custom theme - http://docs.cs-cart.com/4.3.x/designer_guide/theme_tutorial/index.html
Also there is an official Bootstrap 3 theme for CS-Cart which can be easily customized - https://github.com/cscart/cscart-boilerplate#the-cs-cart-boilerplate-theme
You are not limited, you have all the tools that you need to develop as you desire, the responsive theme is the base because this theme was tested enough so far and have good feedback and for somebody to start from scratch will take to much time and until you finish CS-Cart will do a big change and you will need to do another work ;)
Please check https://www.ambientlounge.ie and let me know if you find any limitations here :D
It's very easy modift cs-cart theme, cs-cart theme base on bootstrap and and smarty engine, firt you need looking for "index.tpl", "common/script.tpl", "common/style.tpl", "view/block_manager/render/grid.tpl || container.tpl || block.tpl || location.tpl. and you will understand cs-cart theme structure
You need to know smarty engine syntax here http://www.smarty.net/documentation
and cs-cart developer doc here http://docs.cs-cart.com/4.3.x/#designer-guide

how to implement custom theme in magento 1.9

i am new in magento can anyone tell me nice and easy way to implement custim theme (Css\html) in magento 1.9.you can recomend free pdf which explain all the steps.
thanks in advance
Go to youtube.com and type: install magento theme
you may also check out the videos of LevelUpTuts for more information on the magento theme directory structure etc.
Hope this helps.

Change custome theme magento in backoffice not working

I have installed new theme in magento , to change the default theme i did this in backoffice of magento, in Design onglet of configuration tab , but whene i saved this and clear the cache , this not working so have you any idea about the matter and what wrong thing i did , please help me to slove this?
First of all you have to know the fall back model of magento.According to which magento checks for the files in your theme in "app/design/frontend/default/yourtheme"if it doesnot find it there it will look in "app/design/frontend/default/default".If it doesnot find it there than it will search in "app/design/frontend/base/default/default".
You can learn more about theming in magento in magento knowledge base.The main thing is if you want to modify your theme you can easily do it from "app/design/frontend/default/yourtheme".
Hope this will help.
I have solved this by changing the name of theme so whene magento looking for this theme can't find it so it take the value setted in backoffice

Resources