Top right contact details

Discussion in 'BizWay WordPress Theme' started by pauljw, Jan 9, 2015.

Thread Status:
Not open for further replies.
  1. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Hi, Can you tell me how to insert my telephone numbers on the front page.

    Like the 'top right contact details' in Apointway theme.

    Thanks

    Paul.
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello Pauljw,

    This feature is not available in our "BizWay theme" but you can customize it's header.php to display your details on the top right corner.
    All you have to do is just install and activate WP EDITOR plugin in your WordPress then,
    Go to Dashboard->Appearance->Theme Editor
    There you have to select your theme directory and you will get the associated files and folders populated on right side.
    Now, click on header.php and replace the code of highlighted area by given below code also refer attached screen shot.
    Code:
    <div class="grid_24">
                        <div class="header">
                            <!--Start Logo-->
                            <div class="grid_18 alpha">
                                <div class="logo"> <a href="<?php echo esc_url(home_url('/')); ?>"><img src="<?php if (inkthemes_get_option('inkthemes_logo') != '') { ?><?php echo inkthemes_get_option('inkthemes_logo'); ?><?php } else { ?><?php echo get_template_directory_uri(); ?>/images/logo.png<?php } ?>" alt="<?php bloginfo('name'); ?>" /></a></div>
                        </div>
                        <!--End Logo-->
                        <div class="grid_6 omega">
                            <div class="right_contact">
                              <p>
    Phone: 75874545
    Address: 123, Adam Street, New York
    </p>
                            </div>
                        </div>
                    </div>
     

    Attached Files:

  3. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Hi Naveem,

    I did it but somehow it has not worked out.

    It looks like the pink menu bar has got very deep and another 'Doncaster carpet cleaners' logo is embeded into it.
    Also the phone number has come out on the menu bar, I want it in top white space.

    This is the site:
    http://www.mynewwebsite.me.uk/

    Thanks
    Paul
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Paul!

    Please provide a screenshot and credentials at [email protected]

    Thanks & Regards
    Pramod
     
  5. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Paul!

    I have fixed this issue please have a look.

    Thanks & Regards
    Pramod
     
  6. pauljw

    pauljw Member

    Joined:
    May 31, 2013
    Messages:
    392
    Likes Received:
    3
    Hi Pramod,

    Many thanks for doing that. It its perfect.

    PAul.
     
  7. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Paul,

    Pleased with your response !
    Let me know for further doubts and queries.

    Thanks & Regards,
    Pramod
     
Thread Status:
Not open for further replies.

Share This Page