-
AuthorPosts
-
dzidzuridza Friend
dzidzuridza
- Join date:
- February 2011
- Posts:
- 76
- Downloads:
- 11
- Uploads:
- 12
- Thanks:
- 49
- Thanked:
- 3 times in 1 posts
August 20, 2015 at 9:22 pm #663738Hello everybody,
Anybody knows , how to fix picture in modul : Articles Category . In Safari everything is Ok, but in Chrome or Explorer , the photos in intro articles start to be “flow”
How to fix ?
foto 1 – Chromefoto2 – Safari
foto3 – Chrome
foto4 – Safari
Please help
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 21, 2015 at 7:59 am #664188You can fix that problem with my solution here
Open templates/ja_nuevo/local/css/template.css file
find and change
.category-module.category-blog .article-img img {
max-height: 100%;
}to
.category-module.category-blog .article-img img {
max-height: 100%;
width: 100%;
}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
August 21, 2015 at 7:59 am #746228You can fix that problem with my solution here
Open templates/ja_nuevo/local/css/template.css file
find and change
.category-module.category-blog .article-img img {
max-height: 100%;
}to
.category-module.category-blog .article-img img {
max-height: 100%;
width: 100%;
}1 user says Thank You to Ninja Lead for this useful post
dzidzuridza Frienddzidzuridza
- Join date:
- February 2011
- Posts:
- 76
- Downloads:
- 11
- Uploads:
- 12
- Thanks:
- 49
- Thanked:
- 3 times in 1 posts
August 24, 2015 at 10:00 am #664894Thank you for your replay but http://www.silesiaequestrian.pl/PL/( chrome browser) intro image are still stretched
dzidzuridza Frienddzidzuridza
- Join date:
- February 2011
- Posts:
- 76
- Downloads:
- 11
- Uploads:
- 12
- Thanks:
- 49
- Thanked:
- 3 times in 1 posts
August 24, 2015 at 10:00 am #746396Thank you for your replay but http://www.silesiaequestrian.pl/PL/( chrome browser) intro image are still stretched
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 24, 2015 at 10:27 am #664901<em>@dzidzuridza 488841 wrote:</em><blockquote>Thank you for your replay but http://www.silesiaequestrian.pl/PL/( chrome browser) intro image are still stretched</blockquote>
Try to use my solution below to fix the problem into Silesia Equestrian module
Open templates/ja_nuevo/css/custom.css file and add new rule
.ja-special-content:hover img {
-webkit-transform: translate(0, -360px);
-moz-transform: translate(0, -360px);
-o-transform: translate(0, -360px);
-ms-transform: translate(0, -360px);
transform: translate(0, -360px);
display: none9;
}
Let me know if 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
August 24, 2015 at 10:27 am #746403<em>@dzidzuridza 488841 wrote:</em><blockquote>Thank you for your replay but http://www.silesiaequestrian.pl/PL/( chrome browser) intro image are still stretched</blockquote>
Try to use my solution below to fix the problem into Silesia Equestrian module
Open templates/ja_nuevo/css/custom.css file and add new rule
.ja-special-content:hover img {
-webkit-transform: translate(0, -360px);
-moz-transform: translate(0, -360px);
-o-transform: translate(0, -360px);
-ms-transform: translate(0, -360px);
transform: translate(0, -360px);
display: none9;
}
Let me know if it helps
1 user says Thank You to Ninja Lead for this useful post
dzidzuridza Frienddzidzuridza
- Join date:
- February 2011
- Posts:
- 76
- Downloads:
- 11
- Uploads:
- 12
- Thanks:
- 49
- Thanked:
- 3 times in 1 posts
August 24, 2015 at 8:32 pm #665036No, in Safari – great, Chrome still wrong
dzidzuridza Frienddzidzuridza
- Join date:
- February 2011
- Posts:
- 76
- Downloads:
- 11
- Uploads:
- 12
- Thanks:
- 49
- Thanked:
- 3 times in 1 posts
August 24, 2015 at 8:32 pm #746440No, in Safari – great, Chrome still wrong
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 25, 2015 at 1:57 am #665065<em>@dzidzuridza 488913 wrote:</em><blockquote>No, in Safari – great, Chrome still wrong</blockquote>
I checked on Chrome browser at my end and saw it’s working fine, but you can try to add the css style below into templates/ja_nuevo/css/custom.css file
.ja-special-content img {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
If you still face the problem, you can give me the screenshot and describe on that and PM me admin login backend site. I will help you to check and fix it directly on your site.
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
August 25, 2015 at 1:57 am #746469<em>@dzidzuridza 488913 wrote:</em><blockquote>No, in Safari – great, Chrome still wrong</blockquote>
I checked on Chrome browser at my end and saw it’s working fine, but you can try to add the css style below into templates/ja_nuevo/css/custom.css file
.ja-special-content img {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
If you still face the problem, you can give me the screenshot and describe on that and PM me admin login backend site. I will help you to check and fix it directly on your site.
1 user says Thank You to Ninja Lead for this useful post
dzidzuridza Frienddzidzuridza
- Join date:
- February 2011
- Posts:
- 76
- Downloads:
- 11
- Uploads:
- 12
- Thanks:
- 49
- Thanked:
- 3 times in 1 posts
August 26, 2015 at 7:58 am #665648worked thanks
dzidzuridza Frienddzidzuridza
- Join date:
- February 2011
- Posts:
- 76
- Downloads:
- 11
- Uploads:
- 12
- Thanks:
- 49
- Thanked:
- 3 times in 1 posts
August 26, 2015 at 7:58 am #746632worked thanks
-
AuthorPosts
This topic contains 13 replies, has 2 voices, and was last updated by dzidzuridza 9 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum