Viewing 15 posts - 1 through 15 (of 21 total)
  • Author
    Posts
  • dieudonne Friend
    #195939

    Hello,

    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 characteris always put like
    '

    See our 2 screenshots for more understanding.

    So what can we do to fix this 2 problems ?

    Thank.


    1. 2014-03-19_16h07_48
    2. 2014-03-19_16h20_46
    Saguaros Moderator
    #527406

    Are 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 Friend
    #527450

    Hello,

    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 Moderator
    #527584

    Did 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?

    dieudonne Friend
    #527674

    Hello,

    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 Friend
    #527858

    Anynews for the accent problem ?

    Regard.

    Saguaros Moderator
    #527859

    Could you PM me admin account of site you’re working on? I will try to check what’s wrong here.

    dieudonne Friend
    #531935

    Hello,

    sorry for the delay.

    I just sent you PM.

    Regard.

    Saguaros Moderator
    #532021

    You 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 Friend
    #532052

    Hello,

    thank, but sorry it doesn’t work. But maybe it’ll work with new content ?…

    Regards.

    Saguaros Moderator
    #532053

    You are right.

    After changing code above, you should run the cron job to import feed again. It should work 🙂

    dieudonne Friend
    #532062

    Nope, it doesn’t work. Still have these &#039 with new facebook post….!

    If you have a other idea ?

    Regard.


    1. 2014-04-23_14h18_30
    Saguaros Moderator
    #532230

    It’s weird, could you PM me ftp account of your site? I will investigate it further.

    dieudonne Friend
    #532242

    Hello,

    I just sent you a PM with ftp access.

    Regard.

    Saguaros Moderator
    #532384

    Hi 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.

Viewing 15 posts - 1 through 15 (of 21 total)

This 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