Server IP : 162.213.251.208 / Your IP : 3.128.198.191 Web Server : LiteSpeed System : Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : jmoroovq ( 1890) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/jmoroovq/expressmedicalbillingservices.com/wp-content/plugins/uicore-framework/includes/elementor/theme-builder/templates/ |
Upload File : |
<?php if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <?php if ( ! current_theme_supports( 'title-tag' ) ) : ?> <title><?php echo wp_get_document_title(); ?></title> <?php endif; ?> <?php wp_head(); ?> <?php //Megamenu Custom Width; $settings = get_post_meta(get_the_ID(), 'tb_settings', true); if(isset($settings['width']) && $settings['width'] === 'custom'){ ?> <style id='megamenu-custom-width'> .elementor-edit-mode{ max-width: <?php echo $settings['widthCustom']; ?>px; margin: 0 auto; } </style> <?php } ?> </head> <body <?php body_class(); ?>> <?php \Elementor\Plugin::$instance->modules_manager->get_modules( 'page-templates' )->print_content(); wp_footer(); ?> </body> </html>