-
AuthorPosts
-
tom_laan84 Friend
tom_laan84
- Join date:
- June 2008
- Posts:
- 348
- Downloads:
- 142
- Uploads:
- 30
- Thanks:
- 88
- Thanked:
- 67 times in 11 posts
September 17, 2012 at 3:35 pm #180755Hi,
In JA Social Feed, it is, in some posts, displaying double images. How come this is doing this? and why in some articles it does, but some it doesn’t? Looks weird to have two images of the same on the page. It’s a smaller one under the large one. You can even see this on the demo site: http://www.joomlart.com/demo/#joomla25-templates.joomlart.com/ja_zite/k2/facebook.html but **** it’s not a nice thing at all.
Hope someone has a fix for this.
Thanks!!
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
September 18, 2012 at 8:13 am #467364Hi Tom_laan84,
Those are avatar image and image in content of k2 item, so you should disable image in detail page or customize layout. Another way, you should import data to article Joomla to get this solved.
Pls give it a try.
Regards,
1 user says Thank You to HeR0 for this useful post
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
March 23, 2013 at 12:48 pm #487559Hello,
we have the same problem with facebook.
In K2, parameters settings, for “Item view options” and “Item view options in category listings” are set to No for “Image”
But we still have 2 images (category view and article view).
Do you have a other idea to fix this…?Thank in advance.
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
March 25, 2013 at 2:13 am #487639Hi Đieuonne,
Please check images in a k2 item: image field, images inf introtext, fulltext,… The problem originates from social feed contents which we cannot take care of.
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
March 27, 2013 at 2:31 pm #488016Hello,
it is very complivated.
We try a lot of thing, but it is not really great.
With K2 item, we have the image resizable (but we have the image twice in artcile), and it is not responsive.
With Joomla article, it is responsive but we have image twice a bigger bigger image…So what is the best solution ? Use K2 or Joomla article (I preffer Joomla article, but how can we automatically resiez the image inside the article, and how to remove the second same image in a article ?)
Thank in advance for any help.
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
March 28, 2013 at 8:51 am #488127And why the image is not responsive in Joomla article ??
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
March 28, 2013 at 9:05 am #488131ok maybe a solution from Ninja Lead…
<blockquote>You can open css file on your site and add new CSS rule:
Code:
.img_caption.none {
display:none;
}The problem on your site will be fixed. </blockquote>
Apparently, this solution remove one of the 2 images (the bigest).
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
March 28, 2013 at 9:17 am #488132BUT in the article, the videos from vimeo are really big……………
Why can we have the picture instead the video ???Very very hard to configure this great plugin….
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
March 28, 2013 at 11:52 am #488161In the Ja Zite demo, everything is working fine.
So how can we reproduce this on our website ???Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 29, 2013 at 4:36 am #488234<em>@dieudonne 366639 wrote:</em><blockquote>In the Ja Zite demo, everything is working fine.
So how can we reproduce this on our website ???</blockquote>In this case, i need to check it directly on your site, please pm me url, admin access and ftp account on your site, i shall check it for you.
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
April 3, 2013 at 1:09 pm #488706Hello,
ok I give up.
I tried a lot of thing but nothing work…So the plugin himself is working fine. The problem is to set up the layout like in JaZite.
We are working with K2. We have 3 collumns, and it is not responsive at all.And impossible to remove the title, like in the JAZite demo.
I just send you a pm.
Thank in advance for any help.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 6, 2013 at 4:35 pm #489039I have added this script below into your site.
Open templates/ja_mero/css/custom.css file
@media (max-width: 767px) {
div.itemContainer {
float: none;
width: 100% !important;
}
}
The problem of your request was fixed now, see the screenshot
-
1 user says Thank You to Ninja Lead for this useful post
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
April 29, 2013 at 11:47 am #491351Thank you very much for your help.
And sorry, but we have lot of other problems : http://www.joomlart.com/forums/topic/hard-to-configure-like-ja-zite-remove-authors/
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
AuthorPostsViewing 14 posts - 1 through 14 (of 14 total)This topic contains 14 replies, has 4 voices, and was last updated by Ninja Lead 11 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
double images in facebook feed
Viewing 14 posts - 1 through 14 (of 14 total)