Hi Joey,

26.8.2014 22.45, Jo Hasenau kirjoitti:
What exactly does not work? Do you get any output at all? If yes, what
do you get and what is missing?

Good question :) - the wrap didn't work, in frontend.

Did you include the static template for Gridelements?


Yes I did. But the problem was that I had all the gridelement stuff as an extension template in a folder and imported it into the root template. It didn't work. After I moved the code to the end of the root template, it started to work. (Also I had colpos errors which are corrected below.)

And this is the final result. So, Anupam, your code was needed too!

tt_content.gridelements_pi1.20.10.setup.1 < lib.gridelements.defaultGridSetup
tt_content.gridelements_pi1.20.10 {
  setup {
     1 {
       columns {
           10 < .default
           10.wrap = <div class="col-sm-7">|</div>
           20 < .default
           20.wrap = <div class="col-sm-5">|</div>
        }
        wrap = <div class="row">|</div>
      }
   }
}


Thank you Joey and Anupam :)

--
Kind regards,
Katja Lampela
www.lieska.net
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to