Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • conradm Friend
    #179830

    Hi,

    When inserting apostrophe in description text the character is transformed to ‘

    Apostrophe is a very common and widely used character in french language :((

    Ninja Lead Moderator
    #464036

    You are missing format description on JA Slideshow module

    This is sample about format description on module


    <h3>Title</h3><p>Description</p>

    Open modules/mod_jaslideshowlite/helpers/helper.php file

    change
    $data['captionsArray'][] = (isset($descriptionArray[$img]) && isset($descriptionArray[$img]['caption'])) ? str_replace("'", "'", $descriptionArray[$img]['caption']) : '';

    to
    $data['captionsArray'][] = (isset($descriptionArray[$img]) && isset($descriptionArray[$img]['caption'])) ? $descriptionArray[$img]['caption'] : '';

    conradm Friend
    #464586

    Yes, this solved the issue. Thank you very much ! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  conradm 12 years, 3 months ago.

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