I want to use in my Rails 4.2.6 app template from pixelarity (like this example http://pixelarity.com/elemental).
So, I've got interesting construction in main.js (snippet)
skel.init({
reset: 'full',
breakpoints: {
'global': {…
I'm new to the skel.js framework and I'm having some issues.
I downloaded a template from HTML5UP.net (Zerofour theme) and I have modified it all for my site however the CSS doesn't show up properly on my no-sidebar & left-sidebar pages.
I have an…
I'm using Skel.js and Skel-layers.js on a website I'm working on, I'm working on a modified HTML5Up template: http://html5up.net/escape-velocity
The problem I'm facing is that the collapsable navigation doesn't work on iOS (I've tried both Safari…
Hello there my fellow devs. I am a backend beginner Django developer and I used a premade template from Htmlup.com. I have changed all the links to {'static "{file location}"'}. When I run it on localhost it gives me this error:
init.js:15 Uncaught…
I'm currently struggling with my select box.
For some reason the "arrow-down" symbol doesn't appear when I use the chrome browser... So on IE and Firefox it is working fine.
How it looks in Chrome?
How it should look? (e.g. Firefox)
Any error…
I'm new working with Meteor, I'm trying to import a javascript file: skel.min.js, skel-layout.min.js and skel-viewport.min.js into a project.
The 3 files are on the client/js path (client/js/skel.min.js, client/js/skel-layout.min.js and…
I'm starting to use Skel for building responsive webdesigns.
I want to set alternative units width for my differents breakpoints (layouts)
Look at this code:
I found a nice template online and want to use it for my rails app homepage. I decided to use the high voltage gem and read through its readme. I managed to get the routing right but I could not find the appropriate path/folder for the numerous…
i uplaod my site to cpanel butits not opend and i get this error in my console :
Uncaught ReferenceError: skel is not defined
at main.js:10:5
at main.js:114:3
and when i open main.js file i get this lines :
(function($) {
skel.breakpoints({
…
I am using Skel.js framework for my project.
I have an HTML validation error which is not allowing my project to pass the W3C HTML and CSS validation.
The error:
The text content of element script was not in the required format: Expected space,…
I use a template with skel.js and moved the "css" and "js" folders into a subfolder "static" and adapted all paths in the html files and in "init.js".
When I load the page, skel still tries to load the css files from "css/" instead of "static/css/"…