-
AuthorPosts
-
codger Friend
codger
- Join date:
- July 2008
- Posts:
- 90
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 18
- Thanked:
- 4 times in 1 posts
August 15, 2014 at 11:37 am #200536I am looking to create a replacement for the creaking and crumbling http://www.ticknall.org.uk and have been playing with JA NexT3. There are problems for me with K2 so I decided to try the Joomla! articles route. I have created two articles and a menu link to a blog layout of the articles and find that the images are not resized. I note that in the demo there is only one size of image used – which suits the three column blog layout. Is this just a coincidence, or is it because of the problem that I have noted above?
There is a thread with the same title as this relating to another template but the solution is not described.
Btw, is it too much to hope that we might one day be offered a T3 template with a nice clean Teline II appearance?
Codger
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 15, 2014 at 3:46 pm #546142First of all … NICE WORK thus far with your template customization !! 🙂
As for your issue …. Can you, perhaps, provide a screenshot identifying the issue you’re describing?
codger Friendcodger
- Join date:
- July 2008
- Posts:
- 90
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 18
- Thanked:
- 4 times in 1 posts
August 15, 2014 at 6:15 pm #546159Hi Tom,
Thanks for the response:
<em>@TomC 441496 wrote:</em><blockquote>As for your issue …. Can you, perhaps, provide a screenshot identifying the issue you’re describing?</blockquote>You can see the problem by clicking on the ‘Articles’ link on the main navigation.
Regards,
CodgerAdam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
August 18, 2014 at 9:58 am #546333Hi Codger,
You can open file root_folder/templates/ja_nex_t3/css/custom.css (if you don’t have this file, just create a new one) then add this code :
.blog .item article > .pull-left {
max-width: 100%;
}Save your file and recheck.
1 user says Thank You to Adam M for this useful post
codger Friendcodger
- Join date:
- July 2008
- Posts:
- 90
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 18
- Thanked:
- 4 times in 1 posts
August 19, 2014 at 10:52 am #546532Hello Alan,
Brilliant! Thanks a lot.
But before you go, 😉 I have a problem with positioning images with captions (See separate post). Can I solve that also by creating custom classes in custom.css ?
Regards,
CodgerAdam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
August 20, 2014 at 3:11 am #546609Hi Codger,
You can open custom.css file and update CSS as following :
/* remove default margin around image */
.item-page .img-fulltext-left,
.item-page .ja-thumbnailwrap {
margin: 0;
}
/* by default it sticks to the left, if you want to put it to the right and adjust margin around it */
.item-page .img-fulltext-left {
float: right;
margin: 3px 5px 7px 9px; /* or any value you want */
}Save your file and recheck.
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by Adam M 10 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum