Questions tagged [skel]

Skel is a framework for building responsive sites and web apps.

Some useful links when looking into Skel:

24 questions
10
votes
3 answers
7
votes
2 answers

Rails pixelarity template (skel)

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': {…
Mike Belyakov
  • 1,355
  • 1
  • 13
  • 24
4
votes
3 answers

skel.js Framework / HTML5UP Template CSS issues

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…
eklassen
  • 175
  • 2
  • 3
  • 8
2
votes
1 answer

Skel js collapsed nav not working iOS

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…
ZeroBased_IX
  • 2,667
  • 2
  • 25
  • 46
1
vote
0 answers

How do I solve a skel is not defined at skel-layers-min.js django framework error

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…
1
vote
0 answers

Dropdown symbol doesn't appear in Chrome

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…
GreenAtomic
  • 96
  • 11
1
vote
1 answer

Skel import in Meteor Project

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…
1
vote
1 answer

SkelJS - Differents rows offsets, one for each specific breakpoints

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:

Some text ipsum

So here, we have a offset of…
Math
  • 666
  • 8
  • 26
1
vote
1 answer

serving a static page built with skel on Rails

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…
0
votes
0 answers

i get this error in console skel is not defined at main.js

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({ …
Anabeil
  • 73
  • 1
  • 11
0
votes
0 answers

W3C HTML validation error: "The text content of element script was not in the required format"

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,…
user9381660
0
votes
1 answer

How to use skel.js with a prefix for the static files?

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/"…
allo
  • 3,955
  • 8
  • 40
  • 71
0
votes
0 answers

Using ske.min.js in Meteor js project

I have been trying to use the skel.min.js library in my app but keep getting ReferenceError: skel is not defined. This is my setup: {{>HomeLayout}}
ken4ward
  • 2,246
  • 5
  • 49
  • 89
0
votes
1 answer

Skel js called in head does not always load in sharepoint 2013 master page

I'm building a responsive website from the ground up for use as a SharePoint 2013 masterpage, using skel.js to control the grid and breakpoints. Once published, the js files (skel.min.js, skel-panels.min.js, jquery.min.js, html5shiv.js, and a simple…
0
votes
2 answers

offset columns in a skel grid

I use the dopetrope layout from HTML5up template. Which uses a grid system like Bootstrap. For example this bootstrap code : `"class="col-md-6 col-xs-12"` would be equivalent to : `class="6u 12u(mobile)"` in HTML5up. The "u" is the unit of the…
1
2