-
AuthorPosts
-
timpennington Friend
timpennington
- Join date:
- May 2009
- Posts:
- 242
- Downloads:
- 33
- Uploads:
- 14
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
August 2, 2015 at 6:26 pm #647026Hi:
I am looking to increase the height of the “leading article” for the Category blog pages.
Not sure where that is.
Thanks
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 3, 2015 at 6:56 am #647520Hello
Kindly Find my solution in This thread to Fix your issue .timpennington Friendtimpennington
- Join date:
- May 2009
- Posts:
- 242
- Downloads:
- 33
- Uploads:
- 14
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
August 4, 2015 at 6:40 pm #649608Thank You!!!
Now how do I make the article image that size, too? It is cropping it
Thanks
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 4, 2015 at 6:59 pm #649611<em>@timpennington 485940 wrote:</em><blockquote>Thank You!!!
Now how do I make the article image that size, too? It is cropping it
Thanks</blockquote>
Can you provide a link to an example page?
timpennington Friendtimpennington
- Join date:
- May 2009
- Posts:
- 242
- Downloads:
- 33
- Uploads:
- 14
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
August 4, 2015 at 7:14 pm #649612Here is the front of the blog page: http://goturpin.com/index.php/fall/football
The lead article picture is full
Here is the link when I click the lead article to read: http://goturpin.com/index.php/fall/football/571-sophomore-lang-evans-turned-ballcarriers-into-mulch-in-record-season
The image is cropped
Thanks!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 4, 2015 at 7:47 pm #649618Try This . . . .
Add the following to your custom.css file:
.article-intro-media .item-image {
max-height: 100%;
overflow: hidden;
}
SAVE CHANGES – CLEAR CACHE – REFRESH PAGEBetter ??
timpennington Friendtimpennington
- Join date:
- May 2009
- Posts:
- 242
- Downloads:
- 33
- Uploads:
- 14
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
August 4, 2015 at 8:29 pm #649623It didn’t work; the images on the stories are still cropped
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 4, 2015 at 8:44 pm #649625<em>@timpennington 485958 wrote:</em><blockquote>It didn’t work; the images on the stories are still cropped</blockquote>
Can you do me a favor and temporarily set “Optimize CSS” to “No/Off” within your Template Manager–General settings?
timpennington Friendtimpennington
- Join date:
- May 2009
- Posts:
- 242
- Downloads:
- 33
- Uploads:
- 14
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
August 4, 2015 at 8:57 pm #649627Done; I turned to off
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 4, 2015 at 9:20 pm #649628Not sure why it wasn’t working with custom.css, but try this . . . .
Within file path —> /templates/ja_teline_v/css/template.css
at line 3256, modify as follows:
.article-intro-media .item-image {
max-height: 100%;
overflow: hidden;
}The image should now be full height.
timpennington Friendtimpennington
- Join date:
- May 2009
- Posts:
- 242
- Downloads:
- 33
- Uploads:
- 14
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
August 4, 2015 at 9:32 pm #649629You save me again! Thanks!!
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 4, 2015 at 9:33 pm #649630<em>@timpennington 485965 wrote:</em><blockquote>You save me again! Thanks!!</blockquote>
Happy to be of assistance . . . All the best with your continuing site development !!! 🙂
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
August 5, 2015 at 12:25 am #649645<em>@timpennington 485958 wrote:</em><blockquote>It didn’t work; the images on the stories are still cropped</blockquote>
<blockquote>Not sure why it wasn’t working with custom.css, but try this . . . .</blockquote>
To override css style vai custom.css kindly use !important in the code .
example :You can find it in my solution here
timpennington Friendtimpennington
- Join date:
- May 2009
- Posts:
- 242
- Downloads:
- 33
- Uploads:
- 14
- Thanks:
- 12
- Thanked:
- 1 times in 1 posts
March 23, 2016 at 8:27 pm #904013I updated Teline V last week and now my custom CSS won’t work anymore so that I can have I can increase the height of the “leading article” for the Category blog pages.
I have tried applying the custom CSS, but it still doesn’t work:
http://goturpin.com/index.php?option=com_content&view=category&layout=blog&id=110&Itemid=295
Any advice?
Thanks
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 23, 2016 at 11:59 pm #904063Hi
Use this code in custom.css.article-intro .item-image { max-height: 100%; }
-
AuthorPosts
This topic contains 15 replies, has 3 voices, and was last updated by timpennington 8 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum