Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter Sam jini

    (@sam-jini)

    Hi,

    Ok.. thank you guys.

    Thread Starter Sam jini

    (@sam-jini)

    Hi,

    yes, i agree with you. in a hangout session with John Muller of google webmasters he said it is required.

    Thread Starter Sam jini

    (@sam-jini)

    Hi @mh Themes,

    Thank you helping me.

    As per Google webmasters guideline a site must have a option to “display site in Mobile view” when we check site on PC and “display site in Desktop view” when we check a site on smartphone or tablets.

    Why MH Themes doesn’t have this?
    Can we add this in our child theme?
    please Guide how to add this..

    Thank You

    Thread Starter Sam jini

    (@sam-jini)

    Hi,

    In footer, i have added site info text. it shows text and background in black colour.

    How to change text colour in white so, it can be visible to everyone. please check site and guide.

    Thank You

    Thread Starter Sam jini

    (@sam-jini)

    Hi @mh Themes,

    Thank you guiding me. Now my Child theme is working fine. But have few issues, those are:

    1. I was using my logo image in Parent theme which is not here in child theme.

    2. I am using sharholic which was providing me cookie mechanisem. Cookie mechanisem was working in Parent theme and Now its not working here in Child theme.

    3. When we write new post in WordPress, after post description there was a sub heading then its shows seo plugins and all in Parent Theme. Now it shows me heading, post description then seo plugins only. Sub heading option is not there.
    Even after Publishing a post in parent theme it was showing sub heading in highlighted mode in red background. That’s what i love and was a reason to use MH theme. Now in child theme its not there.

    I request you to please help me to fix these 3 issues.

    Thank You

    Thread Starter Sam jini

    (@sam-jini)

    Hi MH Themes,

    Thank you for reply.

    I tried everything as you guided but still i have the same issue.

    This is what i have in my style.css of child theme

    /*****
    Theme Name: MH Magazine lite Child Theme
    Theme URI: http://www.mhthemes.com/themes/mh/magazine-lite/
    Description: A Child Theme of MH Magazine lite
    Author: Jobs Jini
    Author URI: http://www.mhthemes.com/
    Template: mh-magazine-lite
    Version: 2.1.0
    Tags: responsive-layout, fluid-layout, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, theme-options, threaded-comments, translation-ready, rtl-language-support, black, white, gray, red, dark, light
    *****/

    @import url (“../mh-magazine-lite/style.css”);

    This is what i have in functions.php

    <?php
    function wpbdemo_custom_header_setup() {

    add_theme_support( ‘custom-header’, array( ‘default-image’ => ‘%s/images/headers/circle-wpb.png’ ) );

    register_default_headers( array(
    ‘caramel’ => array(
    ‘url’ => ‘%2$s/images/headers/circle-wpb.png’,
    ‘thumbnail_url’ => ‘%2$s/images/headers/circle-wpb-thumbnail.png’,
    ‘description’ => __( ‘Caramel’, ‘Caramel header’, ‘twentythirteen’ )
    ),
    ) );

    }
    add_action( ‘after_setup_theme’, ‘wpbdemo_custom_header_setup’ );

    function mh_magazine_lite_remove_hentry( $classes ) {
    if ( is_page() ) {
    $classes = array_diff( $classes, array( ‘hentry’ ) );
    }
    return $classes;
    }
    add_filter( ‘post_class’,’mh_magazine_lite_remove_hentry’ );

    ?>

    PLEASE CHECK the ISSUE and HELP ME.

    Thank You

    Thread Starter Sam jini

    (@sam-jini)

    Hi,

    Thank You. I got it.

    I like you Theme so much that’s why i wanted to hide only image. I really appreciate you help.

    Thank You

    Thread Starter Sam jini

    (@sam-jini)

    Hi,

    I am really sorry.. if link didn’t worked.
    Here is the link- jobsjini .com (i have put a space between domain name and .com because i don’t want this to get in eyes of Google. It might get counted as comment spamming)

    Actually i don’t want featured images to get appeared. so, please guide me.

    i read your “How to use featured images in wordpress?”. in this article you have shown a blank box which appear infront of content. i don’t want that blank box. i want only content.
    please guide.
    Thank You

    Thread Starter Sam jini

    (@sam-jini)

    Hi,

    Thank You for helping.

    I removed that line but still it shows us blank square box. I request you to please check our site and guide us.

    Thank You

    http://jobsjini.com

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