New Landing How can we help? Themeforest Theme Support Neighborhood Blank Page on Mobile P;age

Viewing 2 posts - 1 through 2 (of 2 total)
  • #142279
    disisid
    Member
    Post count: 36

    The page appears as blank when viewed on a mobile browser
    http://nimt.ac.in/test-2/

    The page is using alt template.

    The code in alt header is as below:

    `<!DOCTYPE html>

    <!–// OPEN HTML //–>
    <html <?php language_attributes(); ?>>

    <!–// OPEN HEAD //–>
    <head>
    <?php
    $options = get_option(‘sf_neighborhood_options’);
    $enable_responsive = $options[‘enable_responsive’];
    $is_responsive = “responsive-fluid”;
    if (!$enable_responsive) {
    $is_responsive = “responsive-fixed”;
    }
    $header_layout = $options[‘header_layout’];
    $page_layout = $options[‘page_layout’];

    $enable_logo_fade = $options[‘enable_logo_fade’];
    $enable_page_shadow = $options[‘enable_page_shadow’];
    $enable_top_bar = $options[‘enable_tb’];

    $enable_mini_header = $options[‘enable_mini_header’];

    $enable_header_shadow = $options[‘enable_header_shadow’];
    $header_overlay = $options[‘header_overlay’];
    $enable_promo_bar = $options[‘enable_promo_bar’];

    $page_class = $logo_class = $ss_enable = “”;

    global $catalog_mode;

    if (isset($options[‘enable_catalog_mode’])) {
    $enable_catalog_mode = $options[‘enable_catalog_mode’];
    if ($enable_catalog_mode) {
    $catalog_mode = true;
    $page_class = “catalog-mode “;
    }
    }

    if (isset($options[‘mobile_header_tabletland’])) {
    if ($options[‘mobile_header_tabletland’]) {
    $page_class .= ‘mh-tabletland ‘;
    }
    }

    if ($enable_page_shadow) {
    $page_class .= “page-shadow “;
    }

    if ($enable_header_shadow) {
    $page_class .= “header-shadow “;
    }

    if ($header_overlay) {
    $page_class .= “header-overlay “;
    }

    if ($enable_promo_bar) {
    $page_class .= “has-promo-bar “;
    }

    if ($enable_logo_fade) {
    $logo_class = “logo-fade”;
    }

    if (isset($_GET[‘layout’])) {
    $page_layout = $_GET[‘layout’];
    }

    if (isset($options[‘ss_enable’])) {
    $ss_enable = $options[‘ss_enable’];
    } else {
    $ss_enable = true;
    }

    global $post;
    $extra_page_class = “”;
    if ($post) {
    $extra_page_class = sf_get_post_meta($post->ID, ‘sf_extra_page_class’, true);
    }
    ?>

    <!–// SITE TITLE //–>
    <title><?php wp_title( ‘|’, true, ‘right’ ); ?></title>

    <!–// SITE META //–>
    <meta charset=”<?php bloginfo( ‘charset’ ); ?>” />
    <?php if ($enable_responsive) { ?><meta name=”viewport” content=”width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1″><?php } ?>

    <!–// PINGBACK & FAVICON //–>
    <link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
    <?php if (isset($options[‘custom_favicon’])) { ?><link rel=”shortcut icon” href=”<?php echo $options[‘custom_favicon’]; ?>” /><?php } ?>

    <?php
    $custom_fonts = $google_font_one = $google_font_two = $google_font_three = $google_font_subset = $subset_output = “”;

    $body_font_option = $options[‘body_font_option’];
    if (isset($options[‘google_standard_font’])) {
    $google_font_one = $options[‘google_standard_font’];
    }
    $headings_font_option = $options[‘headings_font_option’];
    if (isset($options[‘google_heading_font’])) {
    $google_font_two = $options[‘google_heading_font’];
    }
    $menu_font_option = $options[‘menu_font_option’];
    if (isset($options[‘google_menu_font’])) {
    $google_font_three = $options[‘google_menu_font’];
    }

    if (isset($options[‘google_font_subset’])) {
    $google_font_subset = $options[‘google_font_subset’];
    $s = 0;
    if (is_array($google_font_subset)) {
    foreach ($google_font_subset as $subset) {
    if ($subset == “none”) {
    break;
    }
    if ($s > 0) {
    $subset_output .= ‘,’.$subset;
    } else {
    $subset_output = ‘:’.$subset;
    }
    $s++;
    }
    }
    }

    if ($body_font_option == “google” && $google_font_one != “”) {
    $custom_fonts .= “‘”.$google_font_one.$subset_output.”‘, “;
    }
    if ($headings_font_option == “google” && $google_font_two != “”) {
    $custom_fonts .= “‘”.$google_font_two.$subset_output.”‘, “;
    }
    if ($menu_font_option == “google” && $google_font_three != “”) {
    $custom_fonts .= “‘”.$google_font_three.$subset_output.”‘, “;
    }

    $fontdeck_js = $options[‘fontdeck_js’];
    ?>
    <?php if (($body_font_option == “google”) || ($headings_font_option == “google”) || ($menu_font_option == “google”)) { ?>
    <!–// GOOGLE FONT LOADER //–>
    <script>
    var html = document.getElementsByTagName(‘html’)[0];
    html.className += ‘ wf-loading’;
    setTimeout(function() {
    html.className = html.className.replace(‘ wf-loading’, ”);
    }, 3000);

    WebFontConfig = {
    google: { families: [<?php echo $custom_fonts; ?> ‘Vidaloka’] }
    };

    (function() {
    document.getElementsByTagName(“html”)[0].setAttribute(“class”,”wf-loading”)
    // NEEDED to push the wf-loading class to your head
    document.getElementsByTagName(“html”)[0].setAttribute(“className”,”wf-loading”)
    // for IE…

    var wf = document.createElement(‘script’);
    wf.src = (‘https:’ == document.location.protocol ? ‘https’ : ‘http’) +
    ‘://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js’;
    wf.type = ‘text/javascript’;
    wf.async = ‘false’;
    var s = document.getElementsByTagName(‘script’)[0];
    s.parentNode.insertBefore(wf, s);
    })();
    </script>
    <?php } ?>
    <?php if (($body_font_option == “fontdeck”) || ($headings_font_option == “fontdeck”) || ($menu_font_option == “fontdeck”)) { ?>
    <!–// FONTDECK LOADER //–>
    <?php echo $fontdeck_js; ?>
    <?php } ?>

    <!–// LEGACY HTML5 SUPPORT //–>
    <!–[if lt IE 9]>
    <script src=”http://html5shim.googlecode.com/svn/trunk/html5.js”></script&gt;
    <script src=”<?php echo get_template_directory_uri(); ?>/js/excanvas.compiled.js”></script>
    <script src=”<?php echo get_template_directory_uri(); ?>/js/respond.min.js”></script>
    <![endif]–>

    <!–// WORDPRESS HEAD HOOK //–>
    <?php wp_head(); ?>

    <!–// CLOSE HEAD //–>
    </head>

    <!–// OPEN BODY //–>
    <body <?php body_class($page_class.’ ‘.$is_responsive.’ ‘.$extra_page_class); ?>>

    <!–// OPEN #container //–>
    <?php if ($page_layout == “fullwidth”) { ?>
    <div id=”container”>
    <?php } else { ?>
    <div id=”container” class=”boxed-layout”>
    <?php } ?>

    <!–// HEADER //–>
    <div class=”header-wrap”>
    <?php if ($enable_promo_bar) { ?>
    <!–// OPEN #promo-bar //–>
    <div id=”promo-bar”>
    <div class=”container”>
    <?php echo $options[‘promo_bar_text’]; ?>
    </div>
    </div>

    <?php } ?>
    </div>
    <?php if ($enable_mini_header) { ?>

    <?php echo sf_mini_header(); ?>

    <?php } ?>

    <!–// OPEN #main-container //–>
    <div id=”main-container” class=”clearfix”>

    <?php if (is_page()) {
    $show_posts_slider = sf_get_post_meta($post->ID, ‘sf_posts_slider’, true);
    $rev_slider_alias = sf_get_post_meta($post->ID, ‘sf_rev_slider_alias’, true);
    if ($show_posts_slider) {
    sf_swift_slider();
    } else if ($rev_slider_alias != “”) { ?>
    <div class=”home-slider-wrap”>
    <?php putRevSlider($rev_slider_alias); ?>
    </div>
    <?php }
    }
    ?>

    <!–// OPEN .container //–>
    <div class=”container”>

    <!–// OPEN #page-wrap //–>
    <div id=”page-wrap”>

    #142333
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    What do you mean it’s using an alt template?

    – Kyle

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register