• Well designed free theme but in functions.php for load_theme_textdomain used elsewhere

    if ( ! defined( ‘INTERFACE_LANGUAGES_DIR’ ) ) /** So we can define with a child theme */
    define( ‘INTERFACE_LANGUAGES_DIR’, INTERFACE_LIBRARY_DIR . ‘/languages’ );
    by default give

    …. /wp-content/themes/interface/inc/languages

    BUT the /languages folder is /interface folder as usual…

    INTERFACE_PARENT_DIR must be used instead INTERFACE_LIBRARY_DIR

    Author of xili-language multilingual plugin
    M.

Viewing 1 replies (of 1 total)
  • Theme Author Theme Horse

    (@themehorse)

    Hi Michel,

    We have fixed the above issue in version 1.0.2 which is out for download update your theme.

    Anyways thank you for reporting the issue.

Viewing 1 replies (of 1 total)
  • The topic ‘error is languages directory’ is closed to new replies.