Alignment is broken (heder.php file missing)

Posted in: Newsmag
Post count: 2

Hello,
I got some issue form my Newsmag themes.unfortunately, I delete some code from my heder.php in the editor section .as a result my theme alignment is broken.https://www.zeomac.com/
For your kind information, I reupload my full theme and heder.php code but it can not fix.can u send me the appropriate missing code to fix this issue?

Thanks

Post count: 2

<!doctype html >
<!–[if IE 8]> <html class=”ie8″ <?php language_attributes(); ?>> <![endif]–>
<!–[if IE 9]> <html class=”ie9″ <?php language_attributes(); ?>> <![endif]–>
<!–[if gt IE 8]><!–> <html <?php language_attributes(); ?>> <!–<![endif]–>
<head>
<title><?php wp_title(‘|’, true, ‘right’); ?></title>
<meta charset=”<?php bloginfo( ‘charset’ );?>” />
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<?php
wp_head(); /** we hook up in wp_booster @see td_wp_booster_functions::hook_wp_head */
?>

</head>

<body <?php body_class() ?> itemscope=”itemscope” itemtype=”<?php echo td_global::$http_or_https?>://schema.org/WebPage”>

<?php /* scroll to top */?>
<div class=”td-scroll-up”><i class=”td-icon-menu-up”></i></div>

<?php locate_template(‘parts/menu-mobile.php’, true);?>
<?php locate_template(‘parts/search.php’, true);?>

<div id=”td-outer-wrap”>
<?php //this is closing in the footer.php file ?>

<div class=”td-outer-container”>
<?php //this is closing in the footer.php file ?>

<?php
/*
* loads the header template set in Theme Panel -> Header area
* the template files are located in ../parts/header
*/
td_api_header_style::_helper_show_header();

do_action(‘td_wp_booster_after_header’); //used by unique articles

Post count: 23312

Hello redoankawsar,

Please take the header.php directly to the pack files because there you will find the right code for the entire theme. The best way is to reinstall the whole theme via FTP way because this is the surest method in this case.

Thanks for the message!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newsmag’ is closed to new topics and replies.