-
AuthorPosts
-
dieudonne Friend
dieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
March 19, 2014 at 3:24 pm #195939Hello,
we are trying to use JA Social Feed Plugin with JA Teline IV in Joomla 2.5, but we have 2 problems.
1 : the pictures are duplicated and the pictures are too big.
In the parameter we put 180/180px for minimum Image Width / Height…2 : the character ‘ is always put like
'
See our 2 screenshots for more understanding.
So what can we do to fix this 2 problems ?
Thank.
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 20, 2014 at 3:22 am #527406Are you using the latest version of this plugin?
And please also check settings for category or menu item of page where article is displaying, it may inherit the settings for images from there.
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
March 20, 2014 at 9:18 am #527450Hello,
thank for the answer.
Yes we use last version of this plugin (1.1.4).And I don’t understand for the menu settings… there is no option about pictures…!
And for the character ‘ ?
Regard.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 21, 2014 at 7:21 am #527584Did you try the solution in this thread? http://www.joomlart.com/forums/topic/duplicated-pictures-how-to-fix/#post-509682
For the character ‘, could you post URL of page where I can see this character here?
1 user says Thank You to Saguaros 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 21, 2014 at 10:03 pm #527674Hello,
thank for your answer.
For the pictures, it is ok, I aleady ask for this problem (bug ?) and I don’t remember it.
For the accent, here is the link :
http://www.cire.be/sensibilisation/facebook
Maybe you’ll find something…Regard.
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
March 24, 2014 at 10:42 am #527858Anynews for the accent problem ?
Regard.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 24, 2014 at 10:45 am #527859Could you PM me admin account of site you’re working on? I will try to check what’s wrong here.
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
April 22, 2014 at 11:26 am #531935Hello,
sorry for the delay.
I just sent you PM.
Regard.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 23, 2014 at 2:25 am #532021You can try opening file: plugins/system/jasocial_feed/jasocial_feed.php
Look for function cutTitleFromContent , you will see this line of code inside this function
[PHP]
$content = strip_tags($content);
[/PHP]replace it with:
[PHP]
$content = strip_tags($content);
$content = htmlspecialchars_decode($content);
[/PHP]dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
April 23, 2014 at 7:26 am #532052Hello,
thank, but sorry it doesn’t work. But maybe it’ll work with new content ?…
Regards.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 23, 2014 at 7:34 am #532053You are right.
After changing code above, you should run the cron job to import feed again. It should work 🙂
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
April 23, 2014 at 8:38 am #532062Nope, it doesn’t work. Still have these ' with new facebook post….!
If you have a other idea ?
Regard.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 24, 2014 at 9:57 am #532230It’s weird, could you PM me ftp account of your site? I will investigate it further.
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
April 24, 2014 at 10:46 am #532242Hello,
I just sent you a PM with ftp access.
Regard.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 25, 2014 at 8:36 am #532384Hi diedonne,
Try to change my suggestion above:
[PHP]
$content = strip_tags($content);
$content = htmlspecialchars_decode($content);
[/PHP]to
[PHP]
$content = strip_tags($content);
$content = html_entity_decode( $content, ENT_QUOTES, “utf-8” );
[/PHP]also make sure that you disable cache plugin, remove old feed imported in your site and run the cron job again.
2 users say Thank You to Saguaros for this useful post
AuthorPostsThis topic contains 21 replies, has 3 voices, and was last updated by Mark Kennedy 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum