-
AuthorPosts
-
testcouch Friend
testcouch
- Join date:
- October 2013
- Posts:
- 155
- Downloads:
- 0
- Uploads:
- 45
- Thanks:
- 30
- Thanked:
- 9 times in 1 posts
September 15, 2014 at 10:09 pm #201342hi, something in Ja Social overwrite img width values.
on frontpage i have a jomsocial Photo Module with img width 45px but in IE9 or IE 10 it shows 128px width! also easyblog modules show bigger thumbs with IE Browser. Chrome and Firefox works..how can i fix that?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 15, 2014 at 10:52 pm #549620testcouch Friendtestcouch
- Join date:
- October 2013
- Posts:
- 155
- Downloads:
- 0
- Uploads:
- 45
- Thanks:
- 30
- Thanked:
- 9 times in 1 posts
September 16, 2014 at 7:17 am #549667yes i could try this but does JA Social not work with IE9 or IE10? looks like a bug in bootstrap if CSS styling is overrriden with img tag width:auto height:auto
or?
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
September 16, 2014 at 7:50 am #549672Please navigate to Admin >>> Extensions >>> Module Manager >>> choose your Jomsocial Photo module >>> add a custom Module Class Suffix, for example jomsocial-photo
Next, open file root_folder/templates/ja_social_t3/css/custom.css and add this code :
.jomsocial-photo ul li {
width: 54px;
height: 54px;
}Save your file and recheck. Since I see that all photos right below Main Menu look fine so you might want to apply the fix for side module only.
testcouch Friendtestcouch
- Join date:
- October 2013
- Posts:
- 155
- Downloads:
- 0
- Uploads:
- 45
- Thanks:
- 30
- Thanked:
- 9 times in 1 posts
September 16, 2014 at 8:23 pm #549755<blockquote>
Please navigate to Admin >>> Extensions >>> Module Manager >>> choose your Jomsocial Photo module >>> add a custom Module Class Suffix, for example jomsocial-photoNext, open file root_folder/templates/ja_social_t3/css/custom.css and add this code :
.jomsocial-photo ul li {
width: 54px;
height: 54px;
}
</blockquote>
@adam Mi’v added sufix jomsocial-photo in module and following code in templates/ja_social_t3/css/custom.css
.jomsocial-photo ul li {
max-width: 48px!important;
max-height: 48px!important;
}but there is no difference in thumb size. cdn was disabled and cache cleaned! is there maybe a problem if i use two different suffix in module?
<blockquote>
Save your file and recheck. Since I see that all photos right below Main Menu look fine so you might want to apply the fix for side module only.</blockquote>photos right below Main Menu works because i’v added here img style direct in html file!
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
September 17, 2014 at 8:03 am #549837Hi,
I checked your site and can see the code in custom.css file. But your site is loading another custom.css file in CDN instead and I couldn’t see the updated CSS code there, please recheck.
testcouch Friendtestcouch
- Join date:
- October 2013
- Posts:
- 155
- Downloads:
- 0
- Uploads:
- 45
- Thanks:
- 30
- Thanked:
- 9 times in 1 posts
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
September 22, 2014 at 9:42 am #550365Hi,
I found a problem with your CSS syntax in custom.css file, please look for this code :
@media (min-width: 320px) and (max-width: 480px) {
.ja-mainnavlogin {
display: none;
}and update as below :
@media (min-width: 320px) and (max-width: 480px) {
.ja-mainnavlogin {
display: none;
}
}1 user says Thank You to Adam M for this useful post
testcouch Friendtestcouch
- Join date:
- October 2013
- Posts:
- 155
- Downloads:
- 0
- Uploads:
- 45
- Thanks:
- 30
- Thanked:
- 9 times in 1 posts
September 24, 2014 at 9:11 pm #550668<em>@TomC 445910 wrote:</em><blockquote>You could try utilizing for IE</blockquote>
hi TomC, thanks for your link but i’m just wonder why html element for CONDITIONAL CLASSES are removed from 1.1.0 Version?
i just compared default-left-content-right.php from 1.0.3 with 1.1.0 and custom ie class are removed..any reason for that?
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
September 24, 2014 at 9:13 pm #550669<em>@testcouch 447213 wrote:</em><blockquote>hi TomC, thanks for your link but i’m just wonder why html element for CONDITIONAL CLASSES are removed from 1.1.0 Version?
i just compared default-left-content-right.php from 1.0.3 with 1.1.0 and custom ie class are removed..any reason for that?</blockquote>
Can’t really say, as I am not on the JA Developer Team. :-[
However, you can add them yourself if you wish.
-
AuthorPosts
This topic contains 10 replies, has 3 voices, and was last updated by TomC 10 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum