Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • testcouch Friend
    #201342

    hi, 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 Moderator
    #549620

    You could try utilizing for IE

    testcouch Friend
    #549667

    yes 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 Moderator
    #549672

    @testcouch,

    Please 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 Friend
    #549755

    <blockquote>
    Please 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;
    }

    </blockquote>
    @adam M

    i’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 Moderator
    #549837

    Hi,

    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 Friend
    #550236

    @adam M thanks for your info 🙂

    CSS Code is now also updated in CDN loading custom.css but thumb size does not changed to 48px with IE9.

    Adam M Moderator
    #550365

    Hi,

    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;
    }
    }

    testcouch Friend
    #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 Moderator
    #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.

Viewing 10 posts - 1 through 10 (of 10 total)

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