Tagged: ,

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • Saguaros Moderator
    #999140

    Hi John,

    As I can see that the image in magazine featured item is set with max-height value (120px). You can try with this css rule:

    .magazine-featured .item-image {
        max-height: 100%;
    }

    Add this to ‘custom.css’ file on your site.

    Regards

    John Friend
    #999161

    OK, I have switched back to the Magazine Layout but it is still cutting the images off.

    I have installed the Custom CSS code and it helps but images still cut off.

    I have also lost my advertising banners. This upgrade is a real mess.

    John

    John Friend
    #999162

    Please point me to where the code lines are to set the the image sizes. I can not see anywhere in the code where it is set to 120 px.

    Also all of my ad modules have now disappeared. I take that it is now an assignment problem.???

    Why are the ads modules in sidebars not displaying??

    John

    John Friend
    #999316

    Hi Saguaros,

    I have changed assignments and tried just about everything including custonm code but images will not display properly in the Ja Teline 1.1.0 template.
    Has the News Slider changed, as I see the frame counter is now below the image rather than in the right hand top of the image?

    Just point me to where I can get this changed please.

    John


    1. Joomlart-images-not-displaying-from-2017-01-03-11-09-55
    Saguaros Moderator
    #999365

    Hi John,

    If you use editor like Firebug in Firefox or Inspect Element in Chrome, you can see that the item image is still get the max-height value: http://prntscr.com/dr8ggr

    Did you apply my suggestion above?

    You can provide the FTP account also, I will take a look.

    Regards

    John Friend
    #999627

    Thank you for replying,

    Like I said, it was simple but kept missing that one.
    Yes I have used Firebug and was missing the 120. I kept seeing the 1200px settings and was a bit blind with frustration.

    Your rubbing my noise in the the code screenshot got me on the right track. Sometimes that is what it takes.
    Thank you for your patience. You guy’s do a great job even when we suffer through our own mistakes.

    Happy New Year to you all.

    John

    Saguaros Moderator
    #999689

    Glad to be of help here.

    Let me know if you need further assistance.

    Happy Holidays!!!

    John Friend
    #1000048
    This reply has been marked as private.
    John Friend
    #1000050
    This reply has been marked as private.
    Saguaros Moderator
    #1000121

    It still due to the max-height, try to update my above suggestion in ‘custom.css’ file:

    .magazine-featured .item-image {
        max-height: 100%;
    }

    change it to:

    .magazine-featured .item-image, .magazine-categories .item-image {
        max-height: 100%;
    }
    John Friend
    #1000134
    This reply has been marked as private.
    John Friend
    #1000627
    This reply has been marked as private.
    John Friend
    #1000638
    This reply has been marked as private.
    John Friend
    #1000665
    This reply has been marked as private.
    John Friend
    #1000666

    Problem Solved

Viewing 15 posts - 1 through 15 (of 16 total)

This topic contains 16 replies, has 2 voices, and was last updated by  John 7 years, 8 months ago.

The topic ‘Ja Teline V Ver 1.1.0 images are being cropped’ is closed to new replies.