Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter abdel_web

    (@abdel_web)

    Hi
    the version of wordpress is incompatible with leaguemanager version.
    to resolve it you must install the oldest version of wordpress for example 3.84
    Sincerly Abdel

    Thread Starter abdel_web

    (@abdel_web)

    website:
    https://lematch.ma
    regards

    Thread Starter abdel_web

    (@abdel_web)

    functions.php:

    <?php
    /**
     * WPZOOM Theme Functions
     *
     * Don't edit this file until you know what you're doing. If you mind to add
     * functions and other hacks please use functions/user/ folder instead and
     * functions/user/functions.php file, those files are intend for that and
     * will never be overwritten in case of a framework update.
     */
    
    /**
     * Paths to WPZOOM Theme Functions
     */
    define("FUNC_INC", get_template_directory() . "/functions");
    
    define("WPZOOM_INC", FUNC_INC . "/wpzoom");
    define("THEME_INC", FUNC_INC . "/theme");
    define("USER_INC", FUNC_INC . "/user");
    
    /** WPZOOM Framework Core */
    require_once WPZOOM_INC . "/init.php";
    
    /** WPZOOM Theme */
    require_once THEME_INC . "/functions.php";
    require_once THEME_INC . "/sidebar.php";
    require_once THEME_INC . "/post-options.php";
    
    $wpzoomColors = array();
    $wpzoomColors['blue'] = 'Blue';
    $wpzoomColors['brown'] = 'Brown';
    $wpzoomColors['darkblue'] = 'Dark Blue';
    $wpzoomColors['dark'] = 'Dark';
    $wpzoomColors['lightblue'] = 'Light Blue';
    $wpzoomColors['orange'] = 'Orange';
    $wpzoomColors['paleblue'] = 'Pale Blue';
    $wpzoomColors['teal'] = 'Teal';
    
    /* Theme widgets */
    require_once THEME_INC . "/widgets/social.php";
    require_once THEME_INC . "/widgets/recentposts.php";
    require_once THEME_INC . "/widgets/recentcomments.php";
    require_once THEME_INC . "/widgets/popularnews.php";
    require_once THEME_INC . "/widgets/flickrwidget.php";
    require_once THEME_INC . "/widgets/twitter.php";
    require_once THEME_INC . "/widgets/facebook-like-box.php";
    require_once THEME_INC . "/widgets/featured-category.php";
    require_once THEME_INC . "/widgets/featured-categories.php";
    require_once THEME_INC . "/widgets/featured-carousel.php";
    require_once THEME_INC . "/widgets/tabs.php";
    
    /** User functions */
    require_once USER_INC . "/functions.php";
    Thread Starter abdel_web

    (@abdel_web)

Viewing 4 replies - 1 through 4 (of 4 total)