-
AuthorPosts
-
imamrevista Friend
imamrevista
- Join date:
- September 2010
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 19
- Thanked:
- 4 times in 1 posts
July 24, 2012 at 8:30 pm #179382Hello, I really liked the template, but as I had never worked with joomla 2.5 and I am with some difficulties, I hope someone can help me.
For now I have one issue and one question:
1 – Menu not moving with page, i made the changes suggested in the topic (http://www.joomlart.com/forums/topic/menu-not-moving-with-page/), but the menu moves and the logo just stands there.
3 – I managed to change the names of menu links, but in the address bar the old name remains, what should I do to change in two places?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 25, 2012 at 4:06 am #462106Hi imamrevista,
1. Could you post your site URL here? it’s better with a closer look and I shall check for you
2. And may I know which menu I should access to see this issue and how you want it should be.
imamrevista Friendimamrevista
- Join date:
- September 2010
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 19
- Thanked:
- 4 times in 1 posts
July 25, 2012 at 10:30 pm #462231Hi Saguaros, i sent you the url by pm, thanks for your help.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 26, 2012 at 2:33 am #462240Hi again,
You could fix the position of logo by going to: /templates/ja_mers (your default template)/css/template.css, there should be snippet of code and change:
h1.logo {
height: 120px;
left: 22px;
position: absolute;
top: 10px;
width: 120px;
}
to
h1.logo {
height: 120px;
left: 245px;
position: fixed;
top: 10px;
width: 120px;
}
Hope this helps.imamrevista Friendimamrevista
- Join date:
- September 2010
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 19
- Thanked:
- 4 times in 1 posts
July 28, 2012 at 8:31 pm #462471The logo attached, but it changes depending on the resolution of place.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 30, 2012 at 4:40 am #462527Hi again,
As I can see through Firebug:
h1.logo {
height: 120px;
left: 520px;
position: fixed;
top: 10px;
width: 120px;
}
Please change the left property to a smaller value, this is distance from left side to that logo position.imamrevista Friendimamrevista
- Join date:
- September 2010
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 19
- Thanked:
- 4 times in 1 posts
July 31, 2012 at 9:51 pm #462750The logo changes location depending on screen resolution, is to 520px because I use 1920×1080, if you test with other resolutions will see that the logo varies depending on the resolution used. If you change to a lower resolution it will fit in another resolution, but not in mine, I would like him to stay in the right place at all resolutions.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 2, 2012 at 2:26 am #462903Hi again,
May I know how you install this template – using quickstart or install this template separately, you may make some changes to this, please pm me admin and ftp account, I shall check this for you.
imamrevista Friendimamrevista
- Join date:
- September 2010
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 19
- Thanked:
- 4 times in 1 posts
August 2, 2012 at 1:30 pm #462979Data sent, thank you.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 8, 2012 at 10:32 am #463594Hi there,
You might make some change in CSS file of this template, please open file: templates/camomilababy/css/template.css
– Line 17, replace this:
#ja-header {
position: relative;
z-index: 20;
}
To
#ja-header {
left: 0;
position: fixed;
top: 0;
z-index: 20;
}– Replace:
#ja-mainnav, #mainnav {
font-size: 105%;
line-height: normal;
position: fixed;
z-index: 13;
}
with:
#ja-mainnav, #mainnav {
font-size: 105%;
line-height: normal;
position: fixed;
top: 40px;
z-index: 13;
}– Replace:
h1.logo {
height: 120px;
left: 520px;
position: fixed;
top: 10px;
width: 120px;
}
with:
h1.logo {
height: 120px;
left: 22px;
position: absolute;
top: 10px;
width: 120px;
}Hope this helps
-
AuthorPosts
This topic contains 10 replies, has 2 voices, and was last updated by Saguaros 12 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum