Coder Social home page Coder Social logo

wp-skeleton-theme's People

Contributors

tomcahill avatar vool avatar wakkos avatar wycks avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wp-skeleton-theme's Issues

Default Template

Hi, great theme, I really appreciate the work you put into it. I've decided to add a page.php that is very similar to the full-width-page.php (but has sidebar) in order to have an easy to replicate template that is more familiar in structure, to what i am used to.

However, now I have two "Default Templates". I can change the name of the template for this page.php... and am stumped as to where the other Default Template (in page edit screen) is at. I believe it may be wordpress core. A plugin called Reveal Template shows that it is using page.php either way, and some breadcrumb code proves that this is the same page.php which I created. My theory is that the one "Default Template" is core, but refers back to the theme's page.php since it recognizes there is one.

I would like to remove the redundant page template from the page edit screen though, if possible. Any ideas?

Image CSS

Hello,

Since it's a standar, why not add

img {
max-width: 100%;
height: auto;
}

So big images won't overload its container?

I can make a pull request if you want.

Enqueue Scripts

Hey, good job so far with the theme just came across it and having a look through the code.

For WordPress best practice you should be enqueue'ing you scripts and style sheets through functions.php as opposed to manually including them in the head. This will allow plugins like W3 Total Cache to minify/compile the style sheets. This applies to scripts as well although slightly differently implementation see http://codex.wordpress.org/Function_Reference/wp_register_script

function load_all() {

    wp_register_style('skeleton-base', get_template_directory_uri().'/stylesheets/base.css', array(), '1.0', 'all');
    wp_enqueue_style('skeleton-base');

    wp_register_style('style', get_template_directory_uri().'/style.css', array(), '1.0', 'all');
    wp_enqueue_style('style');

    wp_register_style('skeleton-layout', get_template_directory_uri().'/stylesheets/layout.css', array(), '1.0', 'all');
    wp_enqueue_style('skeleton-layout');

}
add_action('wp_enqueue_scripts', 'load_all');

Hope that helps a bit and again good job so far :)

Where to post suggestions?

I've been using GetSkeleton for a while and am using this WordPress theme for the first time. It's much cleaner than Genesis.

As I bump into issues/fixes, where should I post them?

For example, it would be good to include a page.php file for sites that use a separate home page and don't want blog comments at the bottom.

function.php - the enqueue function should include an if statement so a child theme could override it.

style.css - Sidebar one-third needs to be more specific to allow one-third and two-thirds column widths in other places.

Syntax errors and Shortcodes not being parsed

Hi!

Thanks so much for the theme. I'm having a couple challenges with it:

  1. There are 2 javascript syntax errors which seem like they come from code built into the theme, since I found script in the theme files that is <script>paginateVal = ;"</script>:

Screenshot in Firebug console: http://internet-alacarte.com/wp-content/uploads/2012/03/Screen-shot-2012-03-15-at-8.15.38-PM.png

Error text:

"syntax error
paginateVal = ;"

"syntax error
paginateVal is not defined"

  1. The shortcodes don't seem like they're not being parsed, neither in page content nor in the footer widgets.

Screenshot: http://internet-alacarte.com/wp-content/uploads/2012/03/Screen-shot-2012-03-15-at-8.15.47-PM.png

Thanks!
Alan

Website Adress

We need some screenshots and some demos of themes that use this framework. Please put the correct website address. The link is broken!

Class not working

From looking at code for header/menu, it seems that you accidently left in a . between eleven.columns. Moving it out breaks the header, so I guess the eleven. should just be removed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.