• Hello everyone!

    I am cutting right to the chase so that I don’t waste your time. I am trying to use a qtranslate shortcode like:

    <!–:el–>Φ?ρμα επικοινων?α?<!–:–><!–:en–>Contact form<!–:–>

    in the alt description of nextgen gallery so that it shows up correctly in the jjnivo slider plugin. It’s not working though, and I think it either has to do something with the qtranslate code not loading prior to jjnivo slider’s OR the php code doesn’t run properly.

    By altering jjnivo slider’s code in order to run php code I get result in the captions like:

    <?php mycode(); ?>

    ..and it doesn’t actually execute the code. So this is the reason it doesn’t load the shortcode correctly but don’t know how to fix this.

    Any ideas? :/

Viewing 1 replies (of 1 total)
  • Hi! I recently found your post looking for the same thing.

    I finally figured that it works if you change this line:
    $image_description = trim($image->description);

    to this:
    $image_description = trim(__($image->description));

    in jj-nextgen-jquery-slider/includes/jj_ngg_jquery_slider.php, on line 248.

    I only tested it using qtranslate quicktags, like:
    [:es]Texto en espa?ol[:en]Text in english.

    Hope it helps!

Viewing 1 replies (of 1 total)
  • The topic ‘JJ Nivo Slider, NextGen Gallery and qtranslate’ is closed to new replies.