Support Offline: Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time: Our Time:

file twitter image not clear

More
8 years 4 months ago #9765 by ifs
twitter image not clear was created by ifs
Hi,

The twitter image comes blur it is not clear ?
How can I fix it please ?

erdemygz.com
Attachments:

Please Log in or Create an account to join the conversation.

More
8 years 4 months ago #9768 by ifs
Replied by ifs on topic twitter image not clear
Can someone help me please ?

Please Log in or Create an account to join the conversation.

More
8 years 4 months ago #9785 by NT
Replied by NT on topic twitter image not clear
HI ifs-net,
Picture blur is not visible because you select the image size too small. when displaying it zooming makes him fade. Please select bigger picture (you want it displayed beautifully, they must choose the appropriate image.) If you do not want that please go jux.dcsns.wall.css (Mobules / mod_jux_social_stream / assets / css)
delete line 109
width: 100%;
Hope help you.
Thanks

****************
Best Regards
__DiepNT__
The following user(s) said Thank You: ifs

Please Log in or Create an account to join the conversation.

More
8 years 4 months ago #9794 by ifs
Replied by ifs on topic twitter image not clear
Ok it looks solved but with small pictures, I did not understand why the extension does not take the twitter profile picture.
the profile picture is big enough normally....





Attachments:

Please Log in or Create an account to join the conversation.

More
7 years 8 months ago #13807 by Philippe Addor
Hi NT

I have the same question. Could you please explain this better? You said "you select the image size too small.". But we cannot choose the picture that is displayed for twitter feeds on the Social Wall! This is a bug in the module in my opinion. It takes the wrong picture (should take the big profile picture, not the small one, or better no picture at all).

Thank you,
Philippe

PS: Your forum is quite silly, when I enter a wrong captcha, I have to wait 5 minutes before I can re-send the post. :-(

Please Log in or Create an account to join the conversation.

More
7 years 8 months ago - 7 years 8 months ago #13808 by Philippe Addor
If you want to remove the picture of twitter profiles in the stream, just add the following lines
.stream li .section-thumb .thumb img {
	display: none; 
}
after the whole section
.stream li .section-thumb img {
in file jux.dcsns.wal.css. It hides the profile image which is not necessary anyway for a twitter feed.
Last edit: 7 years 8 months ago by Philippe Addor.

Please Log in or Create an account to join the conversation.

More
7 years 8 months ago #13854 by NT
Replied by NT on topic twitter image not clear
HI Philippe,
1. The size of this image is from the API returns. It will be API support (You can see here dev.twitter.com/rest/public ). Data from the small image size returns. So we are also very difficult to be treated differently. Can also use the API functions we incorrect. We are also handling and learn more.
2. I apologize for this problem. We do that because there are so many customers and spam our forum. Post these articles are not good. then the system sends mail to customers. it makes customers very upset and complained to us.
Thanks!

****************
Best Regards
__DiepNT__

Please Log in or Create an account to join the conversation.

More
6 years 4 months ago #18621 by Riccardo Zorn
The Twitter API used returns a 48px profile picture such as
pbs.twimg.com/profile_images/012345671234567/3PK2132_normal.jpg
you can simply load the original or a larger image:
pbs.twimg.com/profile_images/012345671234567/3PK2132.jpg
(simply omit the _normal from the image url).

a quick fix is to change the file /modules/mod_jux_social_stream/assets/js/jux_social_stream_network_wall.js at line 616 add the replace function:
var un = item.user.screen_name, ua = item.user.profile_image_url_https ;
ua= ua.replace('_normal','');
href = 'https://www.twitter.com/'+un;

Please Log in or Create an account to join the conversation.

Moderators: Jackie
Time to create page: 0.081 seconds
Powered by Kunena Forum