-
AuthorPosts
-
February 15, 2012 at 3:18 pm #173920
Hello,
I am currently working on the Kranos Template with Joomla 1.7 and I’m having some struggles with the JA Masshead module. When I assign the condition for the images it needs to show, it displays the image no bigger then the title that’s in the Masshead.Example:
As shown it’s the small line of an image that’s shown (just below the menu).
Image of my settings (I followed the same steps as explained in the userguide):
I’ve looked around a bit already and I’m not sure if this may be the problem but could it be because I don’t have the K2 component installed (I’m pretty sure I installed all the files that were in the Kranos Template 1.7 package in terms of modules and plug-ins, I even installed the extension manager) and if so do I have to download it elsewhere or something because I didn’t see it in the download list of modules / plug-ins / other files or is it there under a different name?
I already discovered the fact that the dimensions / sizes / colors / margins / paddings / etc for the Masshead images are listed in the k2.css file but I guess that for some reason the module and css file don’t seem to connect.
-
James G Friend
James G
- Join date:
- September 2014
- Posts:
- 130
- Downloads:
- 104
- Uploads:
- 4
- Thanks:
- 20
- Thanked:
- 40 times in 6 posts
February 16, 2012 at 12:50 pm #438546I have exactly the same issue after uninstalling K2.
Rather annoying as i have no use for K2 and i wasn’t expecting masshead to be part of it.
James G FriendJames G
- Join date:
- September 2014
- Posts:
- 130
- Downloads:
- 104
- Uploads:
- 4
- Thanks:
- 20
- Thanked:
- 40 times in 6 posts
February 16, 2012 at 12:54 pm #438548Mebb just to let you know i went to the K2 website and reinstalled the K2 component and now the headers work again.
Not great to have K2 installed when i dont need it, but it is a work around.
James G FriendJames G
- Join date:
- September 2014
- Posts:
- 130
- Downloads:
- 104
- Uploads:
- 4
- Thanks:
- 20
- Thanked:
- 40 times in 6 posts
February 16, 2012 at 1:02 pm #438551And a further update:
You do not need to install K2.
Simply copy the css below into template.css:
#ja-masshead div.ja-moduletable h3, #ja-masshead div.moduletable h3 {
background: none;
padding: 0px;
margin: 0px;
position: absolute;
top: 120px;
left: 150px;
}#ja-masshead .ja-masshead {
color: #FFFFFF;
height: 700px;
overflow: hidden;
padding: 0 30px;
}#ja-masshead .ja-masshead h3.ja-masshead-title {
color: #fff;
text-transform: uppercase;
top: 180px ;
padding-left: 0px;
font-size: 450%;
line-height: 1;
width: 1000px;
margin: auto;
position: relative ;
left: auto;
}.body-subnav #ja-masshead .ja-masshead h3.ja-masshead-title {
top: 210px;
}#ja-masshead .ja-masshead .ja-masshead-desc { }
#ja-masshead {
min-height: 151px;
}
#ja-masshead .main {
left: 50%;
margin-left: -630px;
max-width: 1260px;
position: absolute;
top: 0;
width: 1260px;
z-index: 0;
}
#ja-masshead .mask-bottom {
background: url(../images/bg-mask.png) repeat-x 0 100%;
bottom: 0;
height: 300px;
left: 0;
position: absolute;
width: 100%;
z-index: 1;
}#ja-masshead .mask-left {
background: url(../images/bg-mask-left.png) left top repeat-y;
top: 0;
height: 100%;
left: 0;
position: absolute;
width: 114px;
z-index: 1;
}#ja-masshead .mask-right {
background: url(../images/bg-mask-right.png) right top repeat-y;
top: 0;
height: 100%;
right: 0;
position: absolute;
width: 114px;
z-index: 1;
} -
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by mebb 12 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-