/** * Gentium functions and definitions * * @link https://developer.wordpress.org/themes/basics/theme-functions/ * * @package WordPress * @subpackage Gentium * @since 1.0.0 */ if ( ! function_exists( 'pixe_setup' ) ) : /** * Sets up theme defaults and registers support for various WordPress features. * * Note that this function is hooked into the after_setup_theme hook, which * runs before the init hook. The init hook is too late for some features, such * as indicating support for post thumbnails. */ function pixe_setup() { /* * Make theme available for translation. * Translations can be filed in the /languages/ directory. * If you're building a theme based on components, use a find and replace * to change 'gentium' to the name of your theme in all the template files. */ load_theme_textdomain( 'gentium', get_template_directory() . '/languages' ); // Add default posts and comments RSS feed links to head. add_theme_support( 'automatic-feed-links' ); /* * Let WordPress manage the document title. * By adding theme support, we declare that this theme does not use a * hard-coded tag in the document head, and expect WordPress to * provide it for us. */ add_theme_support( 'title-tag' ); /* * Enable support for Post Thumbnails on posts and pages. * * @link https://developer.wordpress.org/themes/functionality/featured-images-post-thumbnails/ */ add_theme_support( 'post-thumbnails' ); add_image_size( 'pixe-featured-image', 1024, 420 , true ); add_image_size( 'pixe-standard-large', 980, 735 ); add_image_size( 'pixe-grid-image', 720, 500 , true ); add_image_size( 'pixe-small-thumb' ,100, 90, true ); // This theme uses wp_nav_menu() in one location. register_nav_menus( array( 'menu-1' => esc_html__( 'Primary Menu', 'gentium' ), 'menu-2' => esc_html__( 'Mobile Menu (Optional)', 'gentium' ), 'menu-one-page' => esc_html__( 'One Page Menu', 'gentium' ), )); /** * Add support for core custom logo. */ add_theme_support( 'custom-logo', array( 'height' => 200, 'width' => 200, 'flex-width' => true, 'flex-height' => true, ) ); /* * Switch default core markup for search form, comment form, and comments * to output valid HTML5. */ add_theme_support( 'html5', array( 'search-form', 'comment-form', 'comment-list', 'gallery', 'caption', ) ); add_theme_support( "custom-header" ); add_editor_style(); // Set up the WordPress core custom background feature. add_theme_support( 'custom-background', apply_filters( 'pixe_custom_background_args', array( 'default-color' => 'ffffff', 'default-image' => '', ) ) ); } endif; add_action( 'after_setup_theme', 'pixe_setup' ); /** * Set the content width in pixels, based on the theme's design and stylesheet. * * Priority 0 to make it available to lower priority callbacks. * * @global int $content_width */ function pixe_content_width() { $GLOBALS['content_width'] = apply_filters( 'pixe_content_width', 1170 ); } add_action( 'after_setup_theme', 'pixe_content_width', 0 ); /** * Return early if Custom Logos are not available. * * @todo Remove after WP 4.7 */ function pixe_the_custom_logo() { if ( ! function_exists( 'the_custom_logo' ) ) { return; } else { the_custom_logo(); } } /** * Register widget area. * */ function pixe_widgets_init() { register_sidebar( array( 'name' => esc_html__( 'Sidebar', 'gentium' ), 'id' => 'sidebar-1', 'description' => esc_html__('This sidebar will be visible on the pages with default template option.' , 'gentium'), 'before_widget' => '<section id="%1$s" class="widget %2$s">', 'after_widget' => '</section>', 'before_title' => '<h3 class="widget-title">', 'after_title' => '</h3>', ) ); } add_action( 'widgets_init', 'pixe_widgets_init' ); /*-----------------------------------------------------------------------------------*/ /* SCRIPTS & STYLES /*-----------------------------------------------------------------------------------*/ function pixe_scripts() { global $wp_query; //All necessary CSS wp_enqueue_style('font-awesome', get_template_directory_uri() . '/assets/icons/font-awesome/css/font-awesome.min.css' ); wp_enqueue_style('uikit', get_template_directory_uri() .'/assets/css/uikit.min.css'); wp_enqueue_style('pixe-main-style', get_stylesheet_uri(), array()); //All Necessary Script if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); } wp_enqueue_script( 'anime-js', get_template_directory_uri() . '/assets/js/anime.min.js', array(), '2.2', true ); wp_enqueue_script( 'jquery-easing', get_template_directory_uri() . '/assets/js/jquery.easing.js', array(), '1.3', true ); wp_enqueue_script( 'uikit', get_template_directory_uri() . '/assets/js/uikit.min.js', array(), '3.0', true ); wp_enqueue_script( 'pixe-load-more-script', get_template_directory_uri() . '/assets/js/load-more.js', array('jquery'), '1.0', true ); wp_enqueue_script( 'pixe-scripts', get_template_directory_uri() . '/assets/js/main-script.js', array('jquery'), '1.0', true ); wp_localize_script( 'pixe-load-more-script', 'pixe_loadmore', array( 'ajaxurl' => site_url() . '/wp-admin/admin-ajax.php', // WordPress AJAX 'posts' => json_encode( $wp_query->query_vars ), // everything about your loop is here 'current_page' => get_query_var( 'paged' ) ? get_query_var('paged') : 1, 'max_page' => $wp_query->max_num_pages ) ); } add_action('wp_enqueue_scripts', 'pixe_scripts'); /*-------------------------------------------------*/ /* Load Files /*-------------------------------------------------*/ require get_template_directory() . '/inc/core/theme-core.php';<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11" /> <link rel="pingback" href="https://mdmrinvestment.com/xmlrpc.php"> <meta name='robots' content='noindex, nofollow' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://mdmrinvestment.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fmdmrinvestment.com%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://mdmrinvestment.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fmdmrinvestment.com%2F&format=xml" /> <style id='wp-img-auto-sizes-contain-inline-css' type='text/css'> img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px} /*# sourceURL=wp-img-auto-sizes-contain-inline-css */ </style> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } /*# sourceURL=wp-emoji-styles-inline-css */ </style> <link rel='stylesheet' id='wp-block-library-css' href='https://mdmrinvestment.com/wp-includes/css/dist/block-library/style.min.css?ver=6.9.4' type='text/css' media='all' /> <style id='wp-block-library-inline-css' type='text/css'> /*wp_block_styles_on_demand_placeholder:69e129c2b2d53*/ /*# sourceURL=wp-block-library-inline-css */ </style> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} /*# sourceURL=/wp-includes/css/classic-themes.min.css */ </style> <link rel='stylesheet' id='contact-form-7-css' href='https://mdmrinvestment.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.9.6' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-css' href='https://mdmrinvestment.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.12.0' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://mdmrinvestment.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=5.3.1' type='text/css' media='all' /> <style id='elementor-frontend-inline-css' type='text/css'> @font-face{font-family:eicons;src:url(https://mdmrinvestment.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.10.0);src:url(https://mdmrinvestment.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.10.0#iefix) format("embedded-opentype"),url(https://mdmrinvestment.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.10.0) format("woff2"),url(https://mdmrinvestment.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.10.0) format("woff"),url(https://mdmrinvestment.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.10.0) format("truetype"),url(https://mdmrinvestment.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.10.0#eicon) format("svg");font-weight:400;font-style:normal} /*# sourceURL=elementor-frontend-inline-css */ </style> <link rel='stylesheet' id='elementor-post-5-css' href='https://mdmrinvestment.com/wp-content/uploads/elementor/css/post-5.css?ver=1640080182' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-pro-css' href='https://mdmrinvestment.com/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=5.3.4' type='text/css' media='all' /> <link rel='stylesheet' id='uikit-css' href='https://mdmrinvestment.com/wp-content/plugins/pixerex-elements/assets/css/uikit.min.css?ver=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='pr-icons-css' href='https://mdmrinvestment.com/wp-content/plugins/pixerex-elements/assets/css/iconfont.css?ver=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='pr-style-css' href='https://mdmrinvestment.com/wp-content/plugins/pixerex-elements/assets/css/pr-style.css?ver=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='slick-css' href='https://mdmrinvestment.com/wp-content/plugins/pixerex-elements/assets/css/slick.css?ver=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='social-share-style-css' href='https://mdmrinvestment.com/wp-content/plugins/pixerex-elements/assets/css/social-share.css?ver=1.0.0' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-global-css' href='https://mdmrinvestment.com/wp-content/uploads/elementor/css/global.css?ver=1640080183' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-326-css' href='https://mdmrinvestment.com/wp-content/uploads/elementor/css/post-326.css?ver=1703185855' type='text/css' media='all' /> <link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CPT+Sans%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=auto&ver=6.9.4' type='text/css' media='all' /> <link rel="https://api.w.org/" href="https://mdmrinvestment.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://mdmrinvestment.com/wp-json/wp/v2/pages/326" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://mdmrinvestment.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.9.4" /> <link rel="canonical" href="https://mdmrinvestment.com/" /> <link rel='shortlink' href='https://mdmrinvestment.com/' /> <link rel="icon" href="https://mdmrinvestment.com/wp-content/uploads/2019/01/cropped-logo-mdmr.jpg" sizes="32x32" /> <link rel="icon" href="https://mdmrinvestment.com/wp-content/uploads/2019/01/cropped-logo-mdmr.jpg" sizes="192x192" /> <link rel="apple-touch-icon" href="https://mdmrinvestment.com/wp-content/uploads/2019/01/cropped-logo-mdmr.jpg" /> <meta name="msapplication-TileImage" content="https://mdmrinvestment.com/wp-content/uploads/2019/01/cropped-logo-mdmr.jpg" /> <style id="kirki-inline-styles"></style></head> <body class="home wp-singular page-template-default page page-id-326 wp-custom-logo wp-theme-mdmr elementor-default elementor-kit-5 elementor-page elementor-page-326"> <div id="site-wrapper" class="site {"code":"internal_server_error","message":"<p>There has been a critical error on this website.<\/p><p><a href=\"https:\/\/wordpress.org\/documentation\/article\/faq-troubleshooting\/\">Learn more about troubleshooting WordPress.<\/a><\/p>","data":{"status":500,"error":{"type":1,"message":"Uncaught Error: Call to undefined function pixe_layouts() in \/home\/mdmrinvestment\/mdmrinvestment.com\/wp-content\/themes\/mdmr\/header.php:38\nStack trace:\n#0 \/home\/mdmrinvestment\/mdmrinvestment.com\/wp-includes\/template.php(814): require_once()\n#1 \/home\/mdmrinvestment\/mdmrinvestment.com\/wp-includes\/template.php(749): load_template()\n#2 \/home\/mdmrinvestment\/mdmrinvestment.com\/wp-includes\/general-template.php(48): locate_template()\n#3 \/home\/mdmrinvestment\/mdmrinvestment.com\/wp-content\/themes\/mdmr\/page.php(15): get_header()\n#4 \/home\/mdmrinvestment\/mdmrinvestment.com\/wp-includes\/template-loader.php(132): include('\/home\/mdmrinves...')\n#5 \/home\/mdmrinvestment\/mdmrinvestment.com\/wp-blog-header.php(19): require_once('\/home\/mdmrinves...')\n#6 \/home\/mdmrinvestment\/mdmrinvestment.com\/index.php(17): require('\/home\/mdmrinves...')\n#7 {main}\n thrown","file":"\/home\/mdmrinvestment\/mdmrinvestment.com\/wp-content\/themes\/mdmr\/header.php","line":38}},"additional_errors":[]}