Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • romolo Friend
    #730417

    Hi,

    Our article text content is duplicating, please see the following screenshot for an example – http://www.awesomescreenshot.com/image/535162/1866872dd53b95d47a1e4731e869774e

    In the backend however there is no sign of any duplicate text…
    This problem seems to be intermittent and only on some new articles not all.

    Please investigate advise how to resolve as soon as possible.

    Thanks

    Ninja Lead Moderator
    #747234

    Have you sorted out it? I checked on the article of your mentioned above, but I could not see the problem on that

    romolo Friend
    #747720

    Hi @ninja Lead,

    Yes we appear to have resolved this issue now.

    Please remove the screenshot from your last post.

    Thanks for your help.

    Ninja Lead Moderator
    #747721

    <em>@romolo 490879 wrote:</em><blockquote>Hi @ninja Lead,

    Yes we appear to have resolved this issue now.

    Please remove the screenshot from your last post.

    Thanks for your help.</blockquote>

    Yes, I removed it

    romolo Friend
    #747829

    Hi @ninja Lead,

    This problem is now occurring on another website using JA Charity quickstart.
    I have sent you a private message with details. Please investigate and advise as soon as possible.

    Thanks

    Ninja Lead Moderator
    #747909

    <em>@romolo 491043 wrote:</em><blockquote>Hi @ninja Lead,

    This problem is now occurring on another website using JA Charity quickstart.
    I have sent you a private message with details. Please investigate and advise as soon as possible.

    Thanks</blockquote>
    @romolo: Yes, it is a bug from our product but I fixed it directly on your site

    Open templates/ja_charity/html/layouts/joomla/content/item/default.php file

    find and change

    <?php echo $item->text;?>

    to

    <?php
    if ($pos !== false) {
    echo $item->text;
    }
    ?>

    You can check it again, let me know if it helps

    romolo Friend
    #747951

    Ok, thanks for resolving @ninja Lead.

    romolo Friend
    #749177

    Hi @ninja Lead,

    The same problem is happening on another site we have using JA Charity. I have gone to the same file as suggested in your solution above, however I can’t see the following to change..

    <?php echo $item->text;?>

    Please investigate and advise.
    Thanks

    Ninja Lead Moderator
    #749262

    Hi,

    I fixed the problem directly on new site with the same solution in #6 post above, you can check it again.

    Regards

    romolo Friend
    #749290

    Hi @ninja Lead,

    Your changes seem to have resolved the duplicate issue however for some reason our embedded SWF file isn’t working on the “Training Brochure” article page.

    Please advise how to resolve.

    Thanks

    Ninja Lead Moderator
    #749417

    Hi,

    Look at the screenshot below

    I could not see the duplicate content of you mentioned above. Where I can see that bug on your site, you can give me the link and a illustration screenshot. I will help you out

    Regards

    romolo Friend
    #749697

    Hi @ninja Lead,

    The embedded SWF file still isn’t working… I will send you a link in a PM to the page, as we have had to set it to Special access with the site being live.

    Thanks

    Ninja Lead Moderator
    #749849

    Hi,

    This is being made into something far more complicated than it is.

    Embedding a SWF using the editor is affected by restrictions on certain types of tags.
    Such as <object> and <embed> tags.
    To embed a SWF using the editor you have to disable the filtering of those tags.
    There are HowTo docs around which explain this.

    It is often easier to just use an extension to embed a simple stand-alone SWF.
    A couple simple options:
    BIGSHOT Flash (P): http://extensions.joomla.org/extensions/multimedia/multimedia-display/19260
    SWFobject module (M): http://extensions.joomla.org/extensions/core-enhancements/flash-management/10664

    IF your SWF embed is more complicated (i.e. reads external files, requires XML settings file, JavaScript, etc.)
    using an <iframe> to embed an HTML page may be required.

    Regards

    romolo Friend
    #749914

    Hi,

    Please can we have a response on this???

    Thanks in advance.

    Ninja Lead Moderator
    #749982

    <em>@romolo 494578 wrote:</em><blockquote>Hi,

    Please can we have a response on this???

    Thanks in advance.</blockquote>

    Hi,

    Have you sorted out it? I checked on Training Brochure page and see the SWF file is working on your site. Beside that you can look at the detail steps to work SWF file for reference here

    Regards

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

This topic contains 16 replies, has 2 voices, and was last updated by  romolo 9 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum