Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • baddy88

    (@baddy88)

    Thanks for the reply. Will and contact you back if anything necessary. Must say the looks good on desktops and cellular devices. Thanks again.

    baddy88

    (@baddy88)

    Hi Tom,
    I am using your theme for my website trapsindia.com
    I am newbie and learning PHP. The code below is copy pasted from header.php file of theme. Please tell me how where should I paste code to reduce header size. Also
    Thank you in advance
    <?php
    /**
    * The template for displaying the header.
    *
    * @package GeneratePress
    */

    if ( ! defined( ‘ABSPATH’ ) ) {
    exit; // Exit if accessed directly.
    }

    ?><!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    <head>
    <meta charset=”<?php bloginfo( ‘charset’ ); ?>”>
    <meta http-equiv=”X-UA-Compatible” content=”IE=edge” />
    <link rel=”profile” href=”http://gmpg.org/xfn/11″&gt;
    <?php wp_head(); ?>
    </head>

    <body <?php generate_body_schema();?> <?php body_class(); ?>>
    <?php

    /**
    * generate_before_header hook.
    *
    * @since 0.1
    *
    * @hooked generate_do_skip_to_content_link – 2
    * @hooked generate_top_bar – 5
    * @hooked generate_add_navigation_before_header – 5
    */
    do_action( ‘generate_before_header’ );

    /**
    * generate_header hook.
    *
    * @since 1.3.42
    *
    * @hooked generate_construct_header – 10
    */
    do_action( ‘generate_header’ );

    /**
    * generate_after_header hook.
    *
    * @since 0.1
    *
    * @hooked generate_featured_page_header – 10
    */
    do_action( ‘generate_after_header’ );
    ?>

    <div id=”page” class=”hfeed site grid-container container grid-parent”>
    <div id=”content” class=”site-content”>
    <?php
    /**
    * generate_inside_container hook.
    *
    * @since 0.1
    */
    do_action( ‘generate_inside_container’ );

    Thread Starter baddy88

    (@baddy88)

    Yes I used importer. No the import is successful. The plugin didn’t work for first 2 times. But now it worked. I don’t know how. Thanks Jason

Viewing 3 replies - 1 through 3 (of 3 total)