I a wondering how to get this to work:
http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Guides#Generate_additional_div
My problem is I want to style a module position in the slideshow position on my template and I need some new divs produced. I think that the “block-inner” is just what I need to have so the divs are within the “#ja-slideshow .main” wrapper but outside the “.ja-moduletable” of the modules.
Per the instructions in that link I added “block-inner=”3” to my position through “template manager > {template} > layouts > default > edit” but it isn’t working:
<blockquote><block name=”slideshow” type=”spotlight” block-inner=”3″>slideshow1,slideshow2,slideshow3,slideshow4,slideshow5,slideshow6</block></blockquote>
Any ideas? When I use “main-inner” it worksbut creates divs after the “.main” div but “block-inner” does not work at all 🙁 This is a default template built upon the t3 blank template. Is there maybe something that is not included by default that I need to copy over?