Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Frank Schrijvers

    (@frankschrijvers)

    I can not reproduce your problem. Did you test it with the default Genesis theme? Can you tell me which Genesis theme you are using?

    Thread Starter Tom

    (@tomybyte)

    It is a selfmade theme.
    The System is using WPML.
    Multilanguage support is added to testimonal posttype. That is perfect working.
    I insert the shortcode in function.php here
    function t3_add_testimonial_genesis_slider(){
    if (is_front_page()){

    echo ‘<div class=”testimonial-slider”><div class=”wrap”><h3>’;
    if (ICL_LANGUAGE_CODE == “de”) {
    echo DE_TESTIMONIAL_TITLE;
    }else{
    echo EN_TESTIMONIAL_TITLE;
    }
    echo ‘</h3>’;
    do_shortcode(‘[gts-slider]’);
    echo ‘</div></div>’;
    }
    }
    In Version 1.1.1 the slider will be displayed in version 1.1.2 not.

    Plugin Author Frank Schrijvers

    (@frankschrijvers)

    Instead of using do_shortcode you can also include the gts-frontend.php file directly. I will look at your issue though.

    Thread Starter Tom

    (@tomybyte)

    Hi Frank,

    I’m using Version 1.1.1 of your testimonial slider plugin, that’s working fine. Version 1.1.2 doesn’t work as I mentioned above. If you got results about the newer version, then let me know.

    Best regards

    Tom

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘After Update to 1.1.2 testimonial slider won't be displayed’ is closed to new replies.