-
AuthorPosts
-
microvation Friend
microvation
- Join date:
- March 2011
- Posts:
- 75
- Downloads:
- 0
- Uploads:
- 19
- Thanks:
- 32
- Thanked:
- 3 times in 1 posts
March 16, 2011 at 3:40 am #161511Is there a way to have small pics on the featured/blog layout pages, then have it as a large picture in the full article?
Thanks,
-billbaman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
March 16, 2011 at 8:13 am #381603You can mainly add image for intro text i.e.before this code in article::
<hr id=”system-readmore” />
and adjust the dimension values here which would bring in images for blog layout to desired dimension::
.img_caption img {template.css (line 850)
background-color: #F2F2F2;
border: 1px solid #DDDDDD;
float: right;
height: 125px;
padding: 4px;
right: 0;
width: 125px;
}2 users say Thank You to aman204 for this useful post
microvation Friendmicrovation
- Join date:
- March 2011
- Posts:
- 75
- Downloads:
- 0
- Uploads:
- 19
- Thanks:
- 32
- Thanked:
- 3 times in 1 posts
March 16, 2011 at 2:21 pm #381663Thanks much for the reply. This has given me larger (250×250 for testing purposes) pics in blog layout; however, it has also made the pictures larger in featured listings on front page and also the “Popular Post” “Latest Post” box as well as other places.
Perhaps I have updated in the wrong place? Attached is the exact csstemplate.css from JA Rave for 1.6, which I updated at line 352. Here with comments you can see what I replaced. Result can be seen on live site at http://tofino.direcrouter.com/~microvat.
.img_caption img.img, img.img {
/* replacing existing code to add bigger pic in blog layout
padding: 4px;
border: solid 1px #ddd;
background-color: #f2f2f2;
.img_caption img {template.css (line 850)
*/
background-color: #F2F2F2;
border: 1px solid #DDDDDD;
float: right;
height: 250px;
padding: 4px;
right: 0;
width: 250px;
}Thanks for any help,
-billbNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 17, 2011 at 7:41 am #381821the link you provided is unavailable now, please check, you should update your ftp account in your ticket as well:
http://support.joomlart.com/index.php?/Tickets/Ticket/View/67573microvation Friendmicrovation
- Join date:
- March 2011
- Posts:
- 75
- Downloads:
- 0
- Uploads:
- 19
- Thanks:
- 32
- Thanked:
- 3 times in 1 posts
March 17, 2011 at 1:48 pm #381894Thanks, I have updated my ticket. I think I have not explained the problem clearly, so I made a more clear example. I have also included screenshots to illustrate. It may be that Joomla cannot help me do this, but if it can help then I would like to do this.
See attachments 1 and 2 below. The explain visually. On the front page, I resize this to 125×125 (there are other problems with this, but I’m just illustrating the key issue right now. Now I go to the full article and the size is 125×125 even though my picture is 384×384. Can I use a thumbnail on front full image in article, or handle this requirement some other way — I want it 384×384 in the actual article.
Thanks!
-billb
http://tofino.directrouter.com/~microvat-
aman204 Friend
aman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
March 17, 2011 at 2:01 pm #381898Try disable plugin titled Content – JA Thumbnail in plugin manager (admin)
1 user says Thank You to aman204 for this useful post
microvation Friendmicrovation
- Join date:
- March 2011
- Posts:
- 75
- Downloads:
- 0
- Uploads:
- 19
- Thanks:
- 32
- Thanked:
- 3 times in 1 posts
March 17, 2011 at 2:48 pm #381909<em>@aman204 228370 wrote:</em><blockquote>Try disable plugin titled Content – JA Thumbnail in plugin manager (admin)</blockquote>
Thanks, though I’m not running the JA Thumbnail plugin. I suspect it was excluded from the Joomla 1.6 distribution of JA Rave because it is still only a Joomla 1.5 plug-in at this time.
-billb
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 18, 2011 at 11:39 am #382066Thank you, I received the info but somehow I could not use the ftp account. Is it correct? because i want to modify some files of com_content html overriding.
1 user says Thank You to Ninja Lead for this useful post
microvation Friendmicrovation
- Join date:
- March 2011
- Posts:
- 75
- Downloads:
- 0
- Uploads:
- 19
- Thanks:
- 32
- Thanked:
- 3 times in 1 posts
March 18, 2011 at 3:43 pm #382096Thanks. I have updated the info in the ticket. There was a typo in the URL ( should have been ftp://tofino.directrouter.com). Appreciate the help here! -billb
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 19, 2011 at 7:06 am #382206hi, I still could not use the ftp account. But I have found the problem you are encoutering, you have fixed the demension in your <img> tag (edit the article Barack Obama on summer tour, click Toggle editor on MCE to see it), thus in detail view it is still 125×125, the solution here is removing that code, the detail view will be back to normal. But in the list view, the image is showing with full size, please add this to template.css to solve this remaining issue:
.img_caption img {
height: 125px;
width: 125px;
}1 user says Thank You to Ninja Lead for this useful post
microvation Friendmicrovation
- Join date:
- March 2011
- Posts:
- 75
- Downloads:
- 0
- Uploads:
- 19
- Thanks:
- 32
- Thanked:
- 3 times in 1 posts
March 19, 2011 at 3:20 pm #382270This is *fabulous*, thanks! Thanks for sticking with it in spite of me failing to give your the right FTP info. I’m really loving Joomlart, you guys rock.
-billb
1 user says Thank You to microvation for this useful post
-
AuthorPosts
Viewing 11 posts - 1 through 11 (of 11 total)This topic contains 11 replies, has 3 voices, and was last updated by microvation 13 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum