Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #56280
    Sebastian
    Member

    Hey,
    i moved to the final release domain http://www.darryllsmith.com

    Now when you change the site language with the flag buttons, the preview text in the slider area is not changing language. Need help 🙂

    Bless
    Sebastian

    #56329
    Sakin
    Keymaster

    @Sebastian: For that you need to build child theme and then add the following code in your child theme functions.php file. For child theme check out http://catchthemes.com/blog/create-child-theme-wordpress/

    /**
     * Remove Slider cahce in qTranslate-X plugin 
     */	
    if ( defined( 'QTX_VERSION' ) ) {
    	delete_transient( 'fullframe_featured_slider' );
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘qTranslate-X not working on the featured slider preview text..’ is closed to new replies.