|
Information How To
Resources
DonatePlease Donate to help us keep our projects going. |
HowTo /
LookAndFeelDifferent programs refer to templates and themes different ways. Shopify uses the terminology of the design as "Look and Feel". I'm going to help you understand some of the various things that will help you understand the different elements of the look and feel. If you can understand some of the basics, you can very easily make simple modifications to help create some minor customization for your Shopify site. We will discussed more advanced "Look and Feel" a bit later. File StructureThere are usually around 8 different files that really make the Shopify Themes come together and work. The great thing about this is that no matter what type or content or element you put in the site, these 8 files will control the look and feel of things. Shopify uses Ruby to reference different shop elements. I am by no means a Ruby expert. I'm a bit handicapped with Ruby, but it shows that even a handicap like myself can figure things out. If you know HTML and CSS you should be able to identify things very easily within these files. It is very easy to make modifications to existing code if you understand the basics. This is the key to customizing anything. Here is a list of the files and what they are used for:
AssetsWhenever you want to use Shopify to host any type of file, where in a normal situation you would ftp and image, this is where Assets come into play. Assets are the files that we upload. With Shopify they limit you to 40MB of space for your assets. If you use all of that then you may consider optimizing your images or files for the web, or hosting your files elsewhere. A great option for hosting images is Flickr. |