abdel_web
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [LeagueManager] Unable to display short Code in article and pagesHi
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 AbdelForum: Themes and Templates
In reply to: submenus are not displayedwebsite:
https://lematch.ma
regardsForum: Themes and Templates
In reply to: submenus are not displayedfunctions.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";
Forum: Plugins
In reply to: [LeagueManager] Unable to display short Code in article and pageshttps://www.youtube.com/watch?v=07AnZll8rw8&feature=youtu.be
Thanks for any helps
Viewing 4 replies - 1 through 4 (of 4 total)