• I’ve just installed theme restaurant advisor. Every time I type in the site name it shows up on the site covering the header. Even though I’ve selected ‘hide site name’ selection in options.
    I’m also facing the same issues as others with the header being darker than the image uploaded. It’s like a grey cloud dulling the header. Website is http://www.chinchingartcosh.com

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi,

    Please try to add the following code to the end of the “style.css” file of your theme:

    .advisor-title-banner-header {
        background: transparent;
    }

    Sincerely,
    BestWebSoft Support Team

    Thread Starter 1786mehak

    (@1786mehak)

    not working, still facing the same issue unfortunately

    Hi,

    I’m also facing the same issues as others with the header being darker than the image uploaded. It’s like a grey cloud dulling the header.
    We visited your site and made sure that styles are applied correctly:
    Enabled: http://prntscr.com/czjgje
    Disabled: http://prntscr.com/czjgo9

    Please try to clear the cache of your browser (CTRL + F5 for the most part of browsers).

    Sincerely,
    BestWebSoft Support Team

    Thread Starter 1786mehak

    (@1786mehak)

    Thanks for that the header is now fixed. The other issue I face is when I give the website a name/title and sub title it shows up on the header. Even when I select for it to be hidden/transparent it still shows up. Please help -at the moment my site name is blank

    Hi,

    Please specify several moments. If “Display Site Title and Tagline” checkbox is unmarked in “Site Identity” block, do Display Site and Tagline still show up?
    Did you delete the text in “Display Site” and “Tagline” fields? Do “Display Site” and “Tagline” show up after that?

    Sincerely,
    BestWebSoft Support Team

    Thread Starter 1786mehak

    (@1786mehak)

    yes basically even if the display site and tagline fields box is unmarked and I have a site title and tagline typed in it will show up on the website so at the moment I have the site name and tagline fields blank meaning my website does not have a site name for search engines to rank me

    Hi,

    Please try the following:
    1) Using FTP, go to {wp_root_folder}/wp-content/themes/restaurant-advisor folder;
    2) Find “header.php” file and open it in the edit mode;
    3) Find lines <div class="advisor-title-banner-header"> and </div> <!-- .advisor-title-banner-header -->, replace the content between these lines with

    <div class="hgroup">
        <?php if ( display_header_text() ) {
            $blog_name   = esc_html( get_bloginfo( 'name' ) );
            $description = esc_html( get_bloginfo( 'description' ) );
            if ( ! empty( $blog_name ) ) { ?>
                <h1 style="color:#<?php header_textcolor(); ?>;">
                    <a href="<?php echo esc_url( home_url() ); ?>"><?php echo $blog_name; ?></a>
                </h1>
            <?php }
            if ( ! empty( $description ) ) { ?>
                <h3 style="color:#<?php header_textcolor(); ?>;"><?php echo $description; ?></h3>
            <?php }
        } ?>
    </div>

    4) Save changes.

    Sincerely,
    BestWebSoft Support Team

    Thread Starter 1786mehak

    (@1786mehak)

    great thats it sorted! thanks a lot

    Hi,

    We are glad that everything is fine now.

    Feel free to contact our support team with any questions in future. For more convenience, you can do it via our Help Center (http://support.bestwebsoft.com/) in order to receive a faster reply.

    Sincerely,
    BestWebSoft Support Team

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Issues with theme restaurant advisor’ is closed to new replies.