Giter Site home page Giter Site logo

ryanwachtl / silverstripe-foundation-theme Goto Github PK

View Code? Open in Web Editor NEW
40.0 40.0 20.0 6.36 MB

A SilverStripe prototyping theme based on Foundation 5

Home Page: http://silverstripe-foundation.com

License: MIT License

Ruby 2.42% JavaScript 2.56% CSS 1.58% Scheme 93.44%

silverstripe-foundation-theme's People

Contributors

anselmdk avatar pine3ree avatar ryanwachtl 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

Watchers

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

silverstripe-foundation-theme's Issues

Composer installation error

I received the following error when attempting to install the foundation theme module via composer:

  • The requested package rywa/silverstripe-foundation could not be found in any version, there may be a typo in the package name.

Hopefully, I'm not overlooking something incredibly simple.

Data-Interchange Possible?

Do you see anyway that the use of the data-interchange functionality could be an option? Foundation injects the template, but there is no rendering of SS template variables obviously.

Foundation 4

I've grown very fond of your theme, but would like to use foundation 4 on my next project, so I'd go ahead and update it next time I need it - unless someone gets there before me ;)

I remember you briefly mentioning you want to both support foundation 3 and 4, so before that, would you even want version 4 in the same repo?

BTW, foundation 4 looks great, so can't wait to use it.

SS4 + Foundation 6 Compatibility

Hi,
I would like to know if an upgrade of your theme to Foundation 6 is planned ? If not, do you think it makes sense ? It seems to me that Foundation 6 had a lot of improvements but I am a beginner with this Frameworks

Thanks in advance !

Demo Site

Need to setup a demo site with some embedded documentation.

log in popup

not strictly an issue with this template, but by putting the login form in a popup, if you enter the wrong details it returns you do a 'page not found' page...

A quick 'fix' is to allow actions for the form to the page.php

private static $allowed_actions = array ('LoginForm', 'login');

then override the login function so that it redirects back to the standard login page...

public function login(){
    Controller::redirect('Security/login');
}

Templates use control blocks

Templates still use control blocks which throw errors when in Dev mode when using >= 3.0. (Only tested in 3.1).

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.