Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • donaldgrant Friend
    #190550

    Hello,

    In JA-Methys 3.0 I would like to increase the width of the right margin to 300px. Please advise

    Donald

    Ninja Lead Moderator
    #505780

    Hi Donald,

    My solution will help you to do that

    + Open templates/ja_mero/tpls/blocks/mainbody-content-left.php file

    From


    $layout_config = json_decode ('{
    "two_sidebars": {
    "default" : [ "span6" , "span6" , "span3" , "span3" ],
    "wide" : [],
    "xtablet" : [ "span8" , "span4" , "span4" , "span4" ],
    "tablet" : [ "span12" , "span12 spanfirst" , "span6" , "span6" ]
    },
    "one_sidebar": {
    "default" : [ "span9" , "span3" , "span3" ],
    "wide" : [],
    "xtablet" : [ "span8" , "span4" , "span4" ],
    "tablet" : [ "span12" , "span12 spanfirst" , "span12" ]
    },
    "no_sidebar": {
    "default" : [ "span12" ]
    }
    }');

    Change to


    $layout_config = json_decode ('{
    "two_sidebars": {
    "default" : [ "span6" , "span6" , "span3" , "span3" ],
    "wide" : [],
    "xtablet" : [ "span8" , "span4" , "span4" , "span4" ],
    "tablet" : [ "span12" , "span12 spanfirst" , "span6" , "span6" ]
    },
    "one_sidebar": {
    "default" : [ "span8" , "span4" , "span4" ],
    "wide" : [],
    "xtablet" : [ "span8" , "span4" , "span4" ],
    "tablet" : [ "span12" , "span12 spanfirst" , "span12" ]
    },
    "no_sidebar": {
    "default" : [ "span12" ]
    }
    }');

    + Open templates/ja_mero/tpls/blocks/mainbody-home.php file

    From


    $layout_config = json_decode ('{
    "one_sidebar": {
    "default" : [ "span9" , "span3" ],
    "wide" : [],
    "xtablet" : [ "span12" , "span12 spanfirst" ],
    "tablet" : [ "span12" , "span12 spanfirst" ]
    },
    "no_sidebar": {
    "default" : [ "span12" ]
    }
    }');

    Change to


    $layout_config = json_decode ('{
    "one_sidebar": {
    "default" : [ "span8" , "span4" ],
    "wide" : [],
    "xtablet" : [ "span12" , "span12 spanfirst" ],
    "tablet" : [ "span12" , "span12 spanfirst" ]
    },
    "no_sidebar": {
    "default" : [ "span12" ]
    }
    }');

    Let me know if it helps

    Regards

    donaldgrant Friend
    #505791

    I have been looking for these codes and can’t find them anywhere. Please direct me. Also I noticed that You mentioned JA-MERO in your instructions instead of JA_METHYS.

    donald

    Ninja Lead Moderator
    #505918

    I missed template suggest for you :((. About JA Methys Template, you can increase the width of the right in JA Methys Template this way

    Open templates/ja_methys/etc/layouts/default.xml file

    From

    <blocks name="middle" colwidth="22" fixheight="1">
    <block name="content-mass-top" type="modules">content-mass-top</block>
    <block name="inset2">left</block>
    <block name="right1" width="30">right</block>
    </blocks>

    Change to

    <blocks name="middle" colwidth="22" fixheight="1">
    <block name="content-mass-top" type="modules">content-mass-top</block>
    <block name="inset2" width="31">left</block>
    <block name="right1" width="31">right</block>
    </blocks>

    Remember to clear cache from Admin area after changing

    donaldgrant Friend
    #505939

    Thank you. The column is adjusted ok. But this adjustment has affected one of the images of the content mass top, making it smaller.

    donaldgrant Friend
    #506103

    I do not see my left column. I reverse the changes I made for the right column hoping that would make the left column reappear again.
    Left column, renamed “fashion trends”

    Ninja Lead Moderator
    #506141

    Right now its difficult to guess the issue and give solution to you. Please pm me URL of your site and admin access. I shall check it for you.

    Ninja Lead Moderator
    #506634

    I have received username/password of your pm but i didn’t know URL of your site need to login. Please send me URL of your site. I will help you to debug it continue

    donaldgrant Friend
    #506793

    Sorry For not getting back with you earlier. I did a complete re install using joomla 3.0.

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

This topic contains 9 replies, has 2 voices, and was last updated by  donaldgrant 11 years, 1 month ago.

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