Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #3204
    egnalc
    Participant

    In the Simple Catch Theme I no longer see the Featured Slider under Appearance.

    #3226
    Sakin
    Keymaster

    @egnalc: If you are using the latest version then for featured slider you need to go “Appearance -> Theme Options -> Featured Slider”

    #3248
    PixX_L
    Member

    Same problem here , nothing in Appearance -> Theme Options -> Featured slider

    Wordpress 3.5 Catch box 1.7.1, french install

    The issue Appear since upgrade to 1.7.1, featured slider ok on home page but nothing in admin side.

     

    #3252
    Sakin
    Keymaster

    @PixX_L: Please use different thread. This is for Simple Catch Theme and you are asking about Catch Box Theme. This will confused other users.

    For Catch Box theme Featured slider is in “Appearance -> Featured Slider”. It not under Theme Options. We haven’t change theme panel for Catch Box. It’s same as before.

    #3636
    tamerch
    Member

    Ok here is an explanation of the problem on CATCH-BOX theme.

    I saw that, for any reason, the translation “Featured Slider”  in the fr_FR.po is empty !


    #: ../inc/theme-options.php:196
    #: ../inc/theme-options.php:197
    msgid "Featured Slider"
    msgstr ""

    line 608 -> 611

    Changing (in theme-options.php line 195 to 201)

    $slider_options = add_theme_page(
    __( 'Featured Slider', 'catchbox' ), // Name of page
    __( 'Featured Slider', 'catchbox' ), // Label in menu
    'edit_theme_options', // Capability required
    'slider_options', // Menu slug, used to uniquely identify the page
    'catchbox_options_slider_page' // Function that renders the options page
    );

    to

    $slider_options = add_theme_page(
    __( 'Featured Slider', 'catchbox' ), // Name of page
    'Slider', // Label in menu
    'edit_theme_options', // Capability required
    'slider_options', // Menu slug, used to uniquely identify the page
    'catchbox_options_slider_page' // Function that renders the options page
    );

    May correct the problem (I do not recommand to do that but it may help).
    Also you can modify the translation files I guess …

    #3637
    tamerch
    Member

    not sure if it has something to do with translation … (i’m not a specialist in wordpress).

    I guess wordpress would return the message untranslated if it is not found in the translation file ?!

    Anyway, a similar problem occurs in social link options (only facebook and twitter are shown ) !

    #3638
    tamerch
    Member

    Ok, I modified fr_FR.po and fr_FR.mo and it fixes the problem.

    (I can’t attach files to this post … i can send it by mail if needed)

    regards,

     

    #3668
    Sakin
    Keymaster

    @tamerch: thanks for informing. Yes, I just check it and found that there is lot of empty translation. I will have to push like on 1.8.1 version update.

    You can download the language folder for catch box http://catchthemes.com/downloads/catchbox-languages.zip

    #3759
    tamerch
    Member

    thank you for this translation Sakin !

    br,

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Featured Slider not listed’ is closed to new replies.