• Resolved Myint Mo Soe

    (@myint-mo-soe)


    Hi Everyone ,
    I have problem with my webpage , i changed phone number at the left top of my webpage from header.php . I have 6 menus including Home page , the phone number i changed in header.php is working only in Home ( first Page ) how can i do to effect on all other pages you can look to my website

    https://www.bluewavenetworks.net

    Thanks and Hope your reply ,
    Myint Mo

Viewing 12 replies - 1 through 12 (of 12 total)
  • Which theme are you using? From the looks of it, you might have an option to change the phone number in you theme options. Have you checked that?

    Dinsan

    Thread Starter Myint Mo Soe

    (@myint-mo-soe)

    Hi Dinsa,

    I am using HTML5 Blank Theme , unfortunately i didn’t such an option for it .

    Best Regards,
    Myint Mo

    Ah!
    You should be checking in other theme files for the phone number entry then!
    single.php and page.php etc

    Dinsan

    Thread Starter Myint Mo Soe

    (@myint-mo-soe)

    I check it now but i didn’t see such phone number on these files you mentioned .

    I don’t know why it doesn’t change on other menus . you can see the phone number on Home page and other page is not same ( the number at the top on the left of the Webpage )

    Best Regards,
    Myint Mo

    Check for this in your theme files:

    navbar-right
    fa fa-phone

    Dinsan

    Thread Starter Myint Mo Soe

    (@myint-mo-soe)

    <ul class="nav navbar-nav navbar-right">
    
    <li><a href="#"><b><i class="fa fa-phone"></i> 95 9 798236908</b></a></li>
    <?php
                wp_nav_menu( array(
                    'menu'              => 'primary',
                    'theme_location'    => 'primary',
                    'depth'             => 2,
                    'container'         => 'div',
                    'container_class'   => 'collapse navbar-collapse',
                    'container_id'      => 'bs-example-navbar-collapse-1',
                    'menu_class'        => 'nav navbar-nav',
                    'fallback_cb'       => 'wp_bootstrap_navwalker::fallback',
                    'walker'            => new wp_bootstrap_navwalker())
                );
            ?>
            </div>
        </nav>

    This is the one u want to check ?

    Yes. Does that appear elsewhere?

    Thread Starter Myint Mo Soe

    (@myint-mo-soe)

    as you see on it <b><i class=”fa fa-phone”></i> 95 9 798236908</b>

    this is the number i changed but i didn’t see it on other .

    Can you download the theme files and search on your computer, using an application like Notepad++

    PS: Are you using any plugins to do something like this?

    Thread Starter Myint Mo Soe

    (@myint-mo-soe)

    This website is edited by others and current unreachable to him . at the mean time i am responsible for this . so this is the installed pulgin list

    Akismet , AngularJs for WordPress , Clef , Footer Putter . Go Daddy Quick Setup , Hello Dolly , Limit Login Attempts , Shorcoded Ultimate , Zopium Widget.

    By the way how can i download that theme files ?

    Hi,

    You will need FTP login to the account to do that.

    Dinsan

    Thread Starter Myint Mo Soe

    (@myint-mo-soe)

    Hell i am ok with this problem , i have been done by changing setting > reader option > set to latest post and reback change set to static post my Home section , it’s look like WordPress have cache on pages .

    Thanks for your Help and i’ really appreciate .

    Regards,
    Myint Mo

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Changing Phone number on header’ is closed to new replies.