I have integrated social login extension, It works proper in magento default theme, but not working with my mtcepora theme.
Any help please.
Thanks in advance
Related
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
Can anyone please tell me how to customize Liferay control-panel theme in Liferay 6.2 (step-by-step)?
Thanks in Advance :)
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.
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
I'm using cms HomePage in magento to show my block.
It reuqires some <action>, so I'm adding it on layout update tab. It works fine, but...
This layout update is applied on mobile theme too, what is wrong behaviour. How can i prevent it?
Thanks for any advice.
There is no simple solution... What you want from action? Maybe there is another way for that ;)