-
AuthorPosts
-
fbernardello Friend
fbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
July 21, 2015 at 3:05 pm #209065Dear Support,
I’m using a lot the JACM Module with “Magazine – Features News: style 1” setting.
If I set the Intro columns to 3, everything is perfect (see example1).In some other pages I would like to use it, setting the number of columns to 1 (because in some categories I don’t have so many articles), but the result is not good (see example 2): The images are cutted, and the page become ugly.
How is it possible to change the CSS of the acm module to reach the result you can see in “example3”?
This is what I find with JACM module in category listing 1.Thanks in advance,
F.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 22, 2015 at 5:19 am #578231You can fix the problem on your site with my solution
+ Create templates/ja_teline_v/css/custom.css file and add new css style below
.magazine-featured-intro .col.col-sm-12.magazine-item .item-image img {
width: initial !important;
height: initial !important;
}
Hope it helps
1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 22, 2015 at 5:19 am #644522You can fix the problem on your site with my solution
+ Create templates/ja_teline_v/css/custom.css file and add new css style below
.magazine-featured-intro .col.col-sm-12.magazine-item .item-image img {
width: initial !important;
height: initial !important;
}
Hope it helps
1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 22, 2015 at 5:19 am #743154You can fix the problem on your site with my solution
+ Create templates/ja_teline_v/css/custom.css file and add new css style below
.magazine-featured-intro .col.col-sm-12.magazine-item .item-image img {
width: initial !important;
height: initial !important;
}
Hope it helps
1 user says Thank You to Ninja Lead for this useful post
fbernardello Friendfbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
July 22, 2015 at 7:58 am #578249Dear @ninja-Lead,
thank you very much, it works!To be perfect, I’m asking two things:
1 – The images is now (a little bit) cut in height. Is it possible to show them all?
2 – Is it possible to align the text to the image as in “JACM module” in “category listing:1”? See attachments.Regards,
Federicofbernardello Friendfbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
July 22, 2015 at 7:58 am #644540Dear @ninja-Lead,
thank you very much, it works!To be perfect, I’m asking two things:
1 – The images is now (a little bit) cut in height. Is it possible to show them all?
2 – Is it possible to align the text to the image as in “JACM module” in “category listing:1”? See attachments.Regards,
Federicofbernardello Friendfbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
July 22, 2015 at 7:58 am #743172Dear @ninja-Lead,
thank you very much, it works!To be perfect, I’m asking two things:
1 – The images is now (a little bit) cut in height. Is it possible to show them all?
2 – Is it possible to align the text to the image as in “JACM module” in “category listing:1”? See attachments.Regards,
FedericoNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 23, 2015 at 3:26 am #578364Try to add my css style below into custom.css file to fix the problem with a column
.magazine-featured-intro .col.col-sm-12.magazine-item {
min-height: initial !important;
padding-bottom: 0px !important;
}.magazine-featured-intro .col.col-sm-12.magazine-item .item-image {
float: left !important;
width: initial !important;
max-width: initial !important;
padding-right: 10px;
max-height: initial !important;
}.magazine-featured-intro .col.col-sm-12.magazine-item .magazine-item-main {
float: left;
width: 384px;
}1 user says Thank You to Ninja Lead for this useful post
fbernardello Friendfbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
July 24, 2015 at 8:07 am #578520Dear @ninja-Lead,
it works perfectly, thank you very much!!!Regards,
F.fbernardello Friendfbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
November 4, 2015 at 1:03 pm #721476Dear Support,
I get back this topic, because I discovered I’m experimenting some problems with Internet Explorer.With Firefox and Chrome everything work properly (see attachments).
How can I fix the code?
fbernardello Friendfbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
November 4, 2015 at 1:03 pm #753727Dear Support,
I get back this topic, because I discovered I’m experimenting some problems with Internet Explorer.With Firefox and Chrome everything work properly (see attachments).
How can I fix the code?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 5, 2015 at 3:03 am #721525I could not duplicate that bug at my end, you can give me the link to see that bug on your site, I will check it for you.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 5, 2015 at 3:03 am #753776I could not duplicate that bug at my end, you can give me the link to see that bug on your site, I will check it for you.
fbernardello Friendfbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
November 6, 2015 at 8:38 am #721727Dear Ninja,
I see. I can give you access to the website, but you should need to insert a record into your local hostfine.
If you don’t want to, maybe we can postpone it to the Go Live of the website (I hope no more than 2 weeks).Regards,
F.fbernardello Friendfbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
November 6, 2015 at 8:38 am #753885Dear Ninja,
I see. I can give you access to the website, but you should need to insert a record into your local hostfine.
If you don’t want to, maybe we can postpone it to the Go Live of the website (I hope no more than 2 weeks).Regards,
F. -
AuthorPosts
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