Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • nick mortensen Friend
    #146022

    Has anyone else run up against the issue whereby a contraction or possessive work in the Slideshow2 description is represented with a backslash and an apostrophe? If so, how did you solve it?

    As In “Mortensen’s” is rendered “Mortensen’s”.

    Here are some screens.

    [FONT=”Arial Black”]Backend[/FONT]



    [FONT=”Arial Black”]

    Frontend

    [/FONT]

    prakash Friend
    #323546

    Hi,
    Try this…

    instead of writing

    Mortensen’s write Mortensen’s

    This will display quote but not the .

    Where ever you want a ‘ simply write ’

    I am not sure if this is the right way but it works!

    Anonymous Moderator
    #323892

    Hi nickmortensen

    Please open modulesmod_jaslideshow2mod_jaslideshow2.php file, find following code section:


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

    and change to:


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

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

This topic contains 3 replies, has 3 voices, and was last updated by Anonymous 14 years, 11 months ago.

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