Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #18876
    pemca
    Member

    Hi,
    I’m working on implementing the qTranslate plugin in my Catch Everest Pro theme. It works quite well, i can switch language between danish and english and show different pages and menus. I also got the tagline to change by using the qTranslate syntax – ex. -> [:dk]Dansk sprog[:en]English language

    My problem is to change the other header-texts and contents you set in the theme itself f.ex ‘Featured Slider : Featured Image Slider Options : Title and Content’ to change in the same way.

    Is that possible ?

    br,
    Peter

    #18877
    pemca
    Member

    forgot again : http://pemca.dk

    #18878
    pemca
    Member

    Hi,

    I did some more testing. It seems for now it is only the Featured Slider : Featured Image Slider Options : Title and Content’ not working with the
    -> [:dk]Dansk sprog[:en]English language

    Other headers / contents seems ok.

    thanks,
    Peter (http:pemca.dk)

    #18900
    pemca
    Member

    Hi,

    I solved this by reading other posts
    # http://catchthemes.com/support-forum/topic/qtranslate-and-featured-slider/

    changed catcheverest-functions.php
    On Line 1262/1263 uncomment //delete_transient( ‘catcheverest_image_sliders’);

    */
    function catcheverest_image_sliders() {

    // pemca removed comment on line 1262 / delete_transient( ‘catcheverest_image_sliders’ );

    global $catcheverest_options_settings;
    $options = $catcheverest_options_settings;

    br,
    Peter

    #18906
    Sakin
    Keymaster

    @pemca: Thanks for posting it.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘qTranslate plugin in Catch Everest Pro’ is closed to new replies.