Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • powder Friend
    #128724

    Hi

    I am wondering how i can change the layout of the JA Avian ii m to have the menu on the left side of the template?

    See attached screenshot and index.php file

    Where do i change the code to make this work? I am using Joomla! 1.0.15 Stable

    Regards Powder


    1. left
    1. ja_avian_ii_m.txt
    Menalto Friend
    #249855

    If you do a search at the forum i think you might find it.

    powder Friend
    #249857

    Hi Menalto

    I have done this, but maybe i am using the wrong terms when searching. I have not been able to find it.
    Can you guide me on the way?

    Regards Powder

    itgl72 Friend
    #249902

    <em>@Menalto 54367 wrote:</em><blockquote>If you do a search at the forum i think you might find it.</blockquote>

    It took you the same amount of time to type that message as it would have if you provided the link to the resource or the proper terms to search. I’m sorry to say this but these type of responses are not helpful, unprofessional, and very rude. We already know we have to search. With so much information on these forums that can take a user in circles many times before they find what they need, if they find what they need, it would be helpful if people were more helpful. We are all sharing the same planet. 🙂

    notjustcane Friend
    #250598

    <em>@powder 54365 wrote:</em><blockquote>Hi

    I am wondering how i can change the layout of the JA Avian ii m to have the menu on the left side of the template?

    See attached screenshot and index.php file

    Where do i change the code to make this work? I am using Joomla! 1.0.15 Stable

    Regards Powder</blockquote>
    Hi did you find out how because i want to do the same! any help?

    powder Friend
    #250607

    Hi notjustcane

    I am sorry, i did not find out how this is done. I sort ofhoped that we would get the
    help when we are paying customers, but it seems that they dont care anymore. I
    will tell you if i get it to work.

    Regards Powder

    Menalto Friend
    #250608

    <em>@itgl72 54426 wrote:</em><blockquote>It took you the same amount of time to type that message as it would have if you provided the link to the resource or the proper terms to search. I’m sorry to say this but these type of responses are not helpful, unprofessional, and very rude. We already know we have to search. With so much information on these forums that can take a user in circles many times before they find what they need, if they find what they need, it would be helpful if people were more helpful. We are all sharing the same planet. :)</blockquote>

    If people started to follow the rules things would be alot more easy here:

    III. Support Rules (If you want to get support, please read instructions below so that we can help better)

    1. Provide your website URL?
    The reason that we ask for this is so we can check your site for the specific description of the error you get.

    2. Provide information about components/modules/mambots installed?
    There are many components/modules/mambots that conflict with a script or breaks the template, and this errors is not template specific and its easier for us to try to solve the problem if we know what you have installed.

    3. Which version of Joomla do you use?
    Time changes, and so does Joomla. There have been many changes since the beginning, and the templates are built and tested for the latest one.

    4. Have you made any modifications to the template?
    This is the most important answer.
    Please be as specific as you can on this point, you don't need to tell the whole process, but "I added two new modules in footer" would be enough.

    Menalto Friend
    #250611

    Skal du bruke siden sånn du har satt den opp idag?
    Isåfall kan du prøve dette:
    Åpne template_css.css filen på line 711(template_css.css på joomla 1.0.xx og template.css på joomla 1.5):


    #ja-col2 {
    float:right;
    overflow:hidden;
    width:49.9%;
    }

    Forandre til:


    #ja-col2 {
    float:left;
    overflow:hidden;
    width:49.9%;
    }

    Også finner du line 668:


    #ja-content {template_css.css (line 668
    background:transparent url(../images/content-center.gif) repeat-y;
    float:left;
    width:58%;
    }

    Og forandrer til:


    #ja-content {template_css.css (line 668
    background:transparent url(../images/content-center.gif) repeat-y;
    float:right;
    width:58%;
    }

    Ill post the same in english too:
    Find line 711(template_css.css in joomla 1.0.xx and template.css på joomla 1.5):


    #ja-col2 {
    float:right;
    overflow:hidden;
    width:49.9%;
    }

    Change to:


    #ja-col2 {
    float:left;
    overflow:hidden;
    width:49.9%;
    }

    Then find line 668:


    #ja-content {template_css.css (line 668
    background:transparent url(../images/content-center.gif) repeat-y;
    float:left;
    width:58%;
    }

    and change to:


    #ja-content {template_css.css (line 668
    background:transparent url(../images/content-center.gif) repeat-y;
    float:right;
    width:58%;
    }

    If you should have any problems doing this let me know. Or if it’s not working as it should.

    notjustcane Friend
    #250663

    thanks Menalto – sorry i’m new didn’t realise the rules and thanks for the explanation of how to change the menu – i’ve no idea if it works though because its beyond my capabilities at the moment!

    for info my temp site is on http://www.idigitize.co.uk/adele

    umereyefy Friend
    #251503

    Hey Powder,

    Sorry I was out of town, here is the post for the left side menu changes that you were asking for. I hope this post helps you as much it did for me.

    http://www.joomlart.com/forums/topic/ja-avian-layout-issues/

    If you need anything else please do let me know.

    Good luck and play around with this template its just great.

    Take care

    ue

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

This topic contains 10 replies, has 5 voices, and was last updated by  umereyefy 16 years, 5 months ago.

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