-
AuthorPosts
-
enosb Friend
enosb
- Join date:
- October 2012
- Posts:
- 17
- Downloads:
- 1
- Uploads:
- 7
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
March 4, 2013 at 4:48 pm #185510Hi i am testing the new framework with k2 (ver 2.6.5.)…
When i view an item th image are displayed over the text like show in a picture (in the default template that does not happen)
best regards
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 4, 2013 at 5:07 pm #485282When you mention the default template, are you referring to the demo version of the template?
If so, a method you could use to try to investigate the issue – and the difference between your own template’s configurations and those of the demo – would be to utilize JA’s">.
enosb Friendenosb
- Join date:
- October 2012
- Posts:
- 17
- Downloads:
- 1
- Uploads:
- 7
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
March 5, 2013 at 6:35 pm #485455Hi Tom,
I was referring to the other template that comes with joomla (ver, 2.5 or 3.0). that is, the problem occurs with jat3v3-Regards
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 6, 2013 at 7:19 pm #485637It looks to me to be an alignment issue with the K2 image.
Have you fiddled around with the relative CSS rules for that element to see if you can modify the position of the image so it does not overlap the text content?
1 user says Thank You to TomC for this useful post
enosb Friendenosb
- Join date:
- October 2012
- Posts:
- 17
- Downloads:
- 1
- Uploads:
- 7
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
March 6, 2013 at 8:46 pm #485643<em>@TomC 363265 wrote:</em><blockquote>It looks to me to be an alignment issue with the K2 image.
Have you fiddled around with the relative CSS rules for that element to see if you can modify the position of the image so it does not overlap the text content?</blockquote>
I may have found the potential error..
If i inspect the image with firebug… (class=”modal” etc)…
.modal {
position: fixed;
top: 10%;
left: 50%;
z-index: 1050;
width: 560px;
margin-left: -280px;
background-color: #fff
border: 1px solid #999
border: 1px solid rgba(0,0,0,0.3);
*border: 1px solid #999
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
box-shadow: 0 3px 7px rgba(0,0,0,0.3);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
outline: none;
}in firebug if I commented the three lines:
position: fixed;
border: 1px solid rgba(0,0,0,0.3);
-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);things seem to work
but I would not have affected other parts of the code…
And above all, I have not understood what file to change 😀
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
enosb Friendenosb
- Join date:
- October 2012
- Posts:
- 17
- Downloads:
- 1
- Uploads:
- 7
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
March 6, 2013 at 9:05 pm #485645Ok i have found and i changed the file….
But I’m sure that is not the ultimate solution because I do not know the exact architecture of the framework and I certainly have not changed all necessary files.. 😎
chilly_bang Friendchilly_bang
- Join date:
- November 2006
- Posts:
- 3
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 1 times in 1 posts
March 12, 2013 at 9:34 pm #4862211 user says Thank You to chilly_bang for this useful post
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 3 voices, and was last updated by chilly_bang 11 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
JA T3V3 and K2
Viewing 8 posts - 1 through 8 (of 8 total)