Git Product home page Git Product logo

contao_grid_16_columns's Introduction

Contao 3.x Module, grid_16_columns

Adds a responsive 16-column pixel/percental grid with 1120px/1140px in the layout css-framework

Latest Stable Version Total Downloads Latest Unstable Version License

SensioLabsInsight

Layout CSS-Framework

Contao 4 version

There is a new extension for Contao 4: BugBuster1701/contao-grid_16-bundle

Branches for older Contao versions

release/3.2
release/3.1
release/3.0

contao_grid_16_columns's People

Contributors

bugbuster1701 avatar

Stargazers

Stefan Schulz-Lauterbach avatar Hendrik Heneke avatar

Watchers

James Cloos avatar  avatar Stefan Schulz-Lauterbach avatar  avatar

contao_grid_16_columns's Issues

[Insight] PHP configuration should not be changed dynamically - in system/modules/…/runonce/runonce.php, line 3

in system/modules/grid_16_columns/runonce/runonce.php, line 3

Changing PHP configuration dynamically through ini_set() may create hard to debug errors.

<?php 

@error_reporting(0); @ini_set("display_errors", 0);  
/**
 * Contao Open Source CMS, Copyright (C) 2005-2014 Leo Feyer
 *
 * @copyright  Glen Langer 2012..2014 <http://www.contao.glen-langer.de>
 * @author     Glen Langer (BugBuster)

Posted from SensioLabsInsight

Umbenennung nötig

Wenn ich mich recht erinnere, wurden die 960 Grid Anzeige umbenannt, sollt man sich anpassen.

Support for Contao 4.x

Hello, it would be nice to have the support for Contao 4.x. Could you update your request for the installation, please? Thank you.

[Insight] PHP code should follow PSR-1 basic coding standard - in system/modules/…/classes/Grid1140Dca.php, line 66

in system/modules/grid_16_columns/classes/Grid1140Dca.php, line 66

Method names should be declared in camelCase. You should rename this method to comply with PSR-1.

    /**
     * Hook loadDataContainer
     * @param string $strName    dca
     */
    public function LoadDataContainerGrid1140($strName)
    {
        if ($strName == 'tl_layout')
        {
            //add the new css files
            array_push($GLOBALS['TL_DCA']['tl_layout']['fields']['framework']['options'], 'grid-1140-16-percent.css', 'grid-1140-16-percent-responsive.css', 'grid-1120-16-pixel.css', 'grid-1120-16-pixel-responsive.css');

Posted from SensioLabsInsight

Update Problem: CSS files, over composer

  - Removing bugbuster/contao_grid_16_columns (3.2.1)
  - Installing bugbuster/contao_grid_16_columns (3.2.2.1)
    Downloading

  - installed 14 files
  - not overwriting already present userfile grid-1120-16-pixel.css
  - not overwriting already present userfile grid-1120-16-pixel-uncompressed.css
  - not overwriting already present userfile grid-1140-16-percent-uncompressed.css
  - not overwriting already present userfile grid-1140-16-percent-responsive.css
  - not overwriting already present userfile grid-1120-16-pixel-responsive.css
  - not overwriting already present userfile grid-1140-16-percent.css
  - not overwriting already present userfile grid-1140-16-percent-responsive-uncompressed.css
  - not overwriting already present userfile grid-1120-16-pixel-responsive-uncompressed.css
  - not overwriting already present userfile minify16

More robust grid matching, like Contao Grid

Anpassungen wie im Original.

-.inside>*[class*="grid"] {
+.mod_article.grid1,.mod_article.grid2,.mod_article.grid3,.mod_article.grid4,.mod_article.grid5,.mod_article.grid6,
+.mod_article.grid7,.mod_article.grid8,.mod_article.grid9,.mod_article.grid10,.mod_article.grid11,.mod_article.grid12 {
   margin-left:0;
   margin-right:0;

grid16_0 fehlt bei Pixel Grid

/**
 * For 100% wide, without margin, not within an article
 * e.g. for HTML Modules in header 
 */
.grid16_0 {
    margin: 0 !important;
    width: 100%;
}

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.