Thank you for the correction involving the missing zip code. I'm hoping the missing 'address 2' line is something just as easy to fix. This site should display "Suite 111" but does not.
http://www.saltsolutionsinc.com
Footer does not display 'address 2' line
Started by
Guest_James Broome_*
, Mar 20 2011 02:31 PM
1 reply to this topic
#1 Guest_James Broome_*
Posted 20 March 2011 - 02:31 PM
#2
Posted 20 March 2011 - 03:22 PM
Hi,
similar, but to fix this, edit functions.php and change (around line 15):
to
(note the added underscore before _address_2)
Ronald
similar, but to fix this, edit functions.php and change (around line 15):
"id" => $shortname."address_2",
to
"id" => $shortname."_address_2",
(note the added underscore before _address_2)
Ronald
Join the iThemes Builder Community on Google+.
To ensure that we can process your support request efficiently, ALWAYS include a link to your site, and/or the page your request is related to. Please also read the forum guidelines.
When asking your question/posting your request on the forum, please be as concise and specific as possible. The shorter your request, the more to the point, the more specific, the easier it will be for us to try and help out.




