Theming Prestashop 1.5.3 - prestashop

Already about two weeks, I'm looking for a normal and adequate self-learning tutorial on Prestashop 1.5.3 theming. On official presta web-site i find some small presentation of the material about theming, but it very small info for it.
Who know where can i find more detailed info about prestashop 1.5.3 theming?
Sincerely, John!

PrestaShop is a french project, you'll find some resources in french. But in english, apart the official doc :
http://doc.prestashop.com/display/PS14/Designer+Guide
The best way to begin is to duplicate the default theme and hack it. After that you well understand structure and assigned smarty variables, you'll be able to start a theme from scratch.

Related

React Admin : How to use bootstrap instead of Material Design?

and first of all thank you for your amazing work.
The README file indicates that it is possible to use Bootstrap instead of Material Design, but I can’t find any documentation of how to implement it.
Does anybody has already done that ? Thank you in advance :)
Unfortunately, we did not find the time to document the ra-core package properly yet, so you'll have to explore the source code for now. I doubt you'll find any example for doing this as the separation into two packages (ra-core and ra-material-ui) is quite recent.
Be aware that building a bootstrap version of react-admin will take a lot of time. You'll have to explore the ra-material-ui package and build a bootstrap version of every components.

Bigcommerce Stencil - What is Required and Help Setting Up

I just got access to the new Stencil beta and I have no idea what to do. I have reviewed all of the documentation on the BC developer website, but I don't know how to proceed. I am also not sure if I will even be able to create designs in Stencil since I don't know Handlbars or json - are those programming skills required or can we still rely on CSS and HTML for most design customization? BC told me there is no support for getting set up and to ask in this forum instead.
Normally I would look under the hood of an existing theme to see how it's built and try "learning on the job" but since I can't even get access to the files, I am at a loss. I created an account on GitHub but I have never used it so I don't know where to look for the files (I did a search but there are thousands of files there and I again couldn't figure out where to start). Can anyone point me in the right direction so I can determine if using Stencil is even feasible for my projects?
Handlebars compiles serverside as HTML. You do still have stylesheets, but we are using some SASS custom functions (documented in Stencil docs).
I'd recommend taking a look here: http://blog.teamtreehouse.com/getting-started-with-handlebars-js

Attribution for Bootstrap

I need to attribute Bootstrap in a new project I am working on. I can not find anything online that explains the proper steps for attributing Bootstrap. What I have right now is:
Built with Bootstrap
And this will go in the footer, or where I can fit it in.
Twitter Bootstrap is released under MIT license, so the only attribution you legally have to comply with is keeping the license file in place.
If you just want to do the good thing and let people know that you are using boostrap the choice of how to do that is yours. Don't think there is any official or even commonly used attribution style.

Overview of available octopress variables for theming?

I would like to create my own design for Octopress. Until now i figured out how Jekyll and Liquid are working and I think I'm ready to start. When looking in the classic theme I can see everywhere variables like paginator.posts and I was wondering if there is an overview of all available variables. But I wasn't able to find one. Can you giv me any resource?
Octopress is based on jekyll, so you can refer to the Template Data entry on the Jekyll Wiki.

Where are the docs for the Chromium Embedded Framework?

I downloaded and started playing with CEF, but there doesn't seem to be any docs for it. Not even a working wiki… Am I missing something?
Most of the documentation is in CEF's header files. The binary distribution comes with docs generated from those files. It's well documented in terms of amount of content written, but I had a lot of trouble while learning to use it. The project's Wiki page contains a lot of useful content as does the cefclient sample program.
The CEF3 API documentation can be found at http://magpcss.org/ceforum/apidocs3/
and CEF1 API docuemntation can be found at http://magpcss.org/ceforum/apidocs/. These two links can be found on the Chromium Embedded framework (CEF) wiki home page: https://bitbucket.org/chromiumembedded/cef/wiki/Home
You didn't provide a link to CEF, so I Googled it, and found the project's Web site, which features a prominent link to their wiki.
The wiki has several pages, but the first one that jumped out at me is the General Usage page that shows how to create a "fully functional embedded browser window using CEF".
So I'm not sure where you were looking, but yes, it looks like you were missing something (grin). The wiki documentation is right there.