Recipes Docs

Theme files

CSS files #

Style.css includes the styling used in the theme. This file can be found at the root of the theme folder.

You can find a table of contents at the beginning of the CSS file for easier navigation of the code.

Please note! Making changes to the parent theme's CSS file is not recommended. Use the child theme's CSS file to make changes. See the guide for instructions on installing the child theme here.

JavaScript files #

jQuery jQuery is a Javascript library that greatly reduces the amount of code that you must write. Importing the jQuery library is required for the following plugins to function. Documentation of the jQuery can be found at http://learn.jquery.com/

respond.min.js is a fast and lightweight polyfill for CSS3 Media Queries (for IE 6-8, and more). More information at https://github.com/scottjehl/Respond/

jquery.fitvids.js is a lightweight, easy-to-use jQuery plugin for fluid width video embeds. More information at https://github.com/davatron5000/FitVids.js

slicknav.js is a responsive navigation plugin. More information at http://slicknav.com/

select.js allows styling of HTML select element. More information at https://github.com/filamentgroup/select

superfish.js makes it easy to build beautiful drop-down menus. More information at https://github.com/joeldbirch/superfish

scripts.js is the file which includes the plugins above (excluding jQuery). jQuery plugins are activated and configured at the end of this file.

Photoshop files #

Photoshop PSD files for this template can be found at the psd folder.

There should be no problems figuring out the structure of the PSD files as the layers have been named logically.