Home › Forums › Basel support forum › IMPORT FOOTER LIKE IN THE DEMO › Reply To: IMPORT FOOTER LIKE IN THE DEMO
October 31, 2016 at 4:43 pm
#6103
Artem Temos
Keymaster
Hello,
It is strange that widgets were not imported but there is no way to import them after dummy content. So you need to add them manually. Go to Appearance -> Widgets and place “Text” widgets to each of Footer columns areas with corresponding sources:
Column 1
<p style="text-align:center; margin-bottom:0px;"><img src="http://demo.xtemos.com/basel/wp-content/themes/basel/images/logo-white.png" alt="Basel" title="Basel and Co." style="max-width:300px;"/></p>
[social_buttons]
<br>
Columns 2-5
<ul class="menu">
<li><a href="#">New York</a></li>
<li><a href="#">London SF</a></li>
<li><a href="#">Cockfosters BP</a></li>
<li><a href="#">Los Angeles</a></li>
<li><a href="#">Chicago</a></li>
<li><a href="#">Las Vegas</a></li>
</ul>
Column 6
<p>STORE - worldwide fashion store since 1978. We sell over 1000+ branded products on our web-site.</p>
<div style="line-height: 2;">
<i class="fa fa-location-arrow" style="width: 15px; text-align: center; margin-right: 4px; color: #676767;"></i> 451 Wall Street, USA, New York<br>
<i class="fa fa-mobile" style="width: 15px; text-align: center; margin-right: 4px; color: #676767;"></i> Phone: (064) 332-1233<br>
<!--p><i class="fa fa-envelope-o" style="width: 15px; text-align: center; margin-right: 4px; color: #676767;"></i> Fax: (099) 453-1357<br></p-->
</div>
<br>
<p><img src="http://demo.xtemos.com/basel/wp-content/uploads/2015/08/payments.png"></p>
Kind Regards