Header and templeate page Contact Us

Home Support Themes Forum Header and templeate page Contact Us

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9387
    Anonymous
    Inactive

    Hello everybody. Faced the problem in any wordpress templates (in 3). The information in the site header (Phone, address, etc) remains standard on the contacts page. Those. in the themes I change the phone, and on the contacts page does not change if the page template specifies the “contact us”. I so understand, it is necessary to change contacts in a template where that in php?

    #9391
    Anonymous
    Inactive

    Нашел решение проблемы кто столкнулся. Находим файл header-contact.php и заменяем на (Только часть эту часть):

        <div class="header_right">  
         	<div class="contact-box">
            	<i class="fa fa-<?php if( of_get_option('social1') != '') { echo of_get_option('social1'); } ; ?>"></i>
                <div class="bx-right">
                <h4><?php if( of_get_option('companyadd') != '') { echo of_get_option('companyadd'); } ; ?></h4>
                <p><?php if( of_get_option('companylocate') != '') { echo of_get_option('companylocate'); } ; ?></p>
                </div><div class="clear"></div>
            </div><!-- contact-box -->
            
            <div class="contact-box">
            	<i class="fa fa-<?php if( of_get_option('social2') != '') { echo of_get_option('social2'); } ; ?>"></i>
                <div class="bx-right">
                <h4><?php if( of_get_option('headcontact') != '') { echo of_get_option('headcontact'); } ; ?></h4>
                <p><?php if( of_get_option('heademail') != '') { echo of_get_option('heademail'); } ; ?></p>
                </div><div class="clear"></div>
            </div><!-- contact-box -->
            <div class="clear"></div>
        </div><!--header_right-->  

    (На примере темы Movers Pro)

    #9410
    FlyThemes
    Keymaster

    Hi

    Please send us an email to support@flythemes.net so we can provide you an updated file.

    Thank You

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.