Viewing 12 posts - 16 through 27 (of 27 total)
  • Author
    Posts
  • Ninja Lead Moderator
    #723283

    Did you experience the same issue in our demo site? If yes, you can send me the URL of page and screenshots, I will check and give you suggestion.

    Otherwise, you can put your site online and I will check it directly for you.

    Ninja Lead Moderator
    #754006

    Did you experience the same issue in our demo site? If yes, you can send me the URL of page and screenshots, I will check and give you suggestion.

    Otherwise, you can put your site online and I will check it directly for you.

    fbernardello Friend
    #723334

    Dear Ninja,
    well, I can reproduce the same problem on the quickstart environment I’m using locally with xampp.
    To do it, you need to:
    – add your custom code to custom.css
    – configure JACM module as shown in my attachment.

    The code you provided solves the problem for Mozilla and Chrome. Bad view remains with IE.

    If you can’t do it now, I will ask you again as soon as my site will be published.

    Thank you,
    Federico

    fbernardello Friend
    #754042

    Dear Ninja,
    well, I can reproduce the same problem on the quickstart environment I’m using locally with xampp.
    To do it, you need to:
    – add your custom code to custom.css
    – configure JACM module as shown in my attachment.

    The code you provided solves the problem for Mozilla and Chrome. Bad view remains with IE.

    If you can’t do it now, I will ask you again as soon as my site will be published.

    Thank you,
    Federico

    Ninja Lead Moderator
    #723607

    You can try to change from all my solutions above #2 and #4 with the value initial to auto. Let me know if it helps

    Ninja Lead Moderator
    #754137

    You can try to change from all my solutions above #2 and #4 with the value initial to auto. Let me know if it helps

    fbernardello Friend
    #723653

    Dear Ninja,
    I tested it right now: actually it works both on Firefox+Crome and IE, but the images are cropped (more or less the 20%).

    Reagrds,
    F.

    fbernardello Friend
    #754145

    Dear Ninja,
    I tested it right now: actually it works both on Firefox+Crome and IE, but the images are cropped (more or less the 20%).

    Reagrds,
    F.

    Ninja Lead Moderator
    #723721

    <em>@fbernardello 501581 wrote:</em><blockquote>Dear Ninja,
    I tested it right now: actually it works both on Firefox+Crome and IE, but the images are cropped (more or less the 20%).

    Reagrds,
    F.</blockquote>

    Try to fix it again with the solution below

    Open templates/ja_teline_v/css/custom.css file

    from

    .magazine-featured-intro .col.col-sm-12.magazine-item .item-image {
    float: left !important;
    width: auto !important;
    max-width: auto !important;
    padding-right: 10px;
    max-height: auto !important;
    }

    to

    .magazine-featured-intro .col.col-sm-12.magazine-item .item-image {
    float: left !important;
    width: auto !important;
    max-width: 100% !important;
    padding-right: 10px;
    max-height: 100% !important;
    }

    Ninja Lead Moderator
    #754213

    <em>@fbernardello 501581 wrote:</em><blockquote>Dear Ninja,
    I tested it right now: actually it works both on Firefox+Crome and IE, but the images are cropped (more or less the 20%).

    Reagrds,
    F.</blockquote>

    Try to fix it again with the solution below

    Open templates/ja_teline_v/css/custom.css file

    from

    .magazine-featured-intro .col.col-sm-12.magazine-item .item-image {
    float: left !important;
    width: auto !important;
    max-width: auto !important;
    padding-right: 10px;
    max-height: auto !important;
    }

    to

    .magazine-featured-intro .col.col-sm-12.magazine-item .item-image {
    float: left !important;
    width: auto !important;
    max-width: 100% !important;
    padding-right: 10px;
    max-height: 100% !important;
    }

    fbernardello Friend
    #723758

    Super!!!! It works!!!

    Thank you,
    Federico

    fbernardello Friend
    #754244

    Super!!!! It works!!!

    Thank you,
    Federico

Viewing 12 posts - 16 through 27 (of 27 total)

This topic contains 27 replies, has 2 voices, and was last updated by  fbernardello 9 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum