Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • David Porré Friend
    #185379

    Hello,

    I would like a 2 column side bar on the right side.
    I would like to display position-7 next to position-5 instead of up to.

    Any idea on how I could do this ?
    I’m new with JAT3V3.

    Hoping for answers,
    Best regards,
    David aka Shapes

    David Porré Friend
    #484795

    OK,

    I got this thanks to JA Mero !

    I opened templates/ja_mitius/tpls/blocks/mainbody-content-left.php

    and changed :

    $layout_config = json_decode (‘{
    “two_sidebars”: {
    “default” : [ “span8” , “span4” , “span4” , “span4” ],
    “wide” : [],
    “xtablet” : [ “span8” , “span4” , “span4” , “span4 spanfirst” ],
    “tablet” : [ “span12” , “span12 spanfirst” , “span6” , “span6” ]
    },

    to :

    $layout_config = json_decode (‘{
    “two_sidebars”: {
    “default” : [ “span6” , “span6” , “span3” , “span3” ],
    “wide” : [],
    “xtablet” : [ “span8” , “span4” , “span4” , “span4” ],
    “tablet” : [ “span12” , “span12 spanfirst” , “span6” , “span6” ]
    },

    Hope this will help.

    Best regards,
    David aka Shapes

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 1 voice, and was last updated by  David Porré 11 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum