Forum Replies Created
-
AuthorPosts
-
I have added the following below the email id and it adds the address, however it its not aligned with the phone number and email. What revsions are necessary to the following code?
I know where to make the changes, I just need to know what I need to edit. Thanks in advance
<p><span class=”street-address”><i class=”fa fa-address”></i>“> <?php echo of_get_option(‘address’,true) ; ?></span></p>
<p><span class=”street-address2″><i class=”fa fa-address2″></i>“> <?php echo of_get_option(‘address2’,true) ; ?></span></p>I am inside of Header.php which reads as the following:
<div class=”header_info”>
<?php if(!dynamic_sidebar(‘header-widget’)): ?>
<div class=”apointment”><?php echo of_get_option(‘headerinfo’); ?></div>
<div class=”phoneemailfix”>
<span class=”phone-no”><i class=”fa fa-phone”></i>“> <?php echo of_get_option(‘phone’); ?></span>
<span class=”email-id”><i class=”fa fa-envelope-o”></i>“> <?php echo of_get_option(’email’,true) ; ?></span>
</div>
<?php endif; ?>
<div class=”clear”></div>
</div><!–header_info–>
<div class=”clear”></div>What revisions would I need to make inside of file manager to get the address to show?
so far I have added the following but I didn’t see the address addedThanks in advance
I see the edit appears to be done in header.php
Can you please advise how I would make the change?
I only posted here because you asked me to. I am not making trouble. I am just seeking assistance via the method you have available only to still not get assistance.
I am just doing what you asked. You asked me to post here and clearly I did
I do not provide my username or passwords
I am starting to feel as if I am getting the run around from this company. I don’t allow people to login to my live site.
Please provide instructions on how to make the change. I have already stated my issue in this forum and in the contact page your are directing me to only to be directed to put my request in the forum.
Please reply with instructions or issue a refund.I would like for the header to stay the same but I just want the address below the phone number and email address.
Can you please give me instructions on how to add it?
Ok. Thanks
You didn’t advise on how I would add the address below the email address in the header
-
AuthorPosts