In the file includes/templates/westminster_new/templates/tpl_contact_us_default.php I am finding this code twice, once on line 20 and then again on line 52 (latest download of this template as of today):
I have recently installed this template on 5 of my client's sites. On every single site the store address shows up twice on the 'Contact Us' page - even 3 times if the define page contains the store address and other wording.PHP Code:
<?php if (CONTACT_US_STORE_NAME_ADDRESS== '1') { ?>
<address><?php echo nl2br(STORE_NAME_ADDRESS); ?></address>
<?php } ?>
I did get around this (what I would call a bug) by editing that file and removing the chunk starting at line 20, then changing the chunk starting at line 52 to read
PHP Code:
<?php if (DEFINE_CONTACT_US_STATUS == '0') { ?>
<address><?php echo nl2br(STORE_NAME_ADDRESS); ?></address>
<?php } ?>
Cheers / Frank
Just noticed post #568 - that bug was reported earlier but it still leaves the possibility of 2 contact address blocks if the define page is not blank. So, changing line 52 onwards should be incorporated into the next update as well.
Cheers
Hi Anne,
I would like to add a link to google+ in my footer along with the rest of the social networks but I couldn't find where you placed the icons so that I can add an icon that'll look like the rest.
I know that the background of the icons is in the css however I don't know where the letters are coming from (fa-fa-'sn_name').
Thanks,
Sapir
Hi Anne,
Firstly thank you for this awesome template. I have just installed it and playing with all the features today, and I was wondering if the text and the semi-transparent ribbon on the flex banner can be completely removed? or if easier, can I just set the text and the ribbon to transparent so I can't see them? Thank you!
Bookmarks