-
AuthorPosts
-
May 20, 2008 at 9:00 am #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
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
May 20, 2008 at 9:09 am #249855If you do a search at the forum i think you might find it.
May 20, 2008 at 9:13 am #249857Hi 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 Frienditgl72
- Join date:
- March 2008
- Posts:
- 230
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 41
- Thanked:
- 10 times in 1 posts
May 20, 2008 at 3:32 pm #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 Friendnotjustcane
- Join date:
- May 2008
- Posts:
- 6
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 2 times in 3 posts
May 26, 2008 at 4:18 pm #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?May 26, 2008 at 5:12 pm #250607Hi 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 FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
May 26, 2008 at 5:19 pm #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 FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
May 26, 2008 at 5:28 pm #250611Skal 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 Friendnotjustcane
- Join date:
- May 2008
- Posts:
- 6
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 2 times in 3 posts
May 26, 2008 at 11:16 pm #250663thanks 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 Friendumereyefy
- Join date:
- May 2008
- Posts:
- 10
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
June 2, 2008 at 3:08 am #251503Hey 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
AuthorPostsViewing 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
Change menu to the left side?
Viewing 10 posts - 1 through 10 (of 10 total)