Home Forums Basel support forum IMPORT FOOTER LIKE IN THE DEMO

IMPORT FOOTER LIKE IN THE DEMO

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6097

    Nforzoni
    Participant

    Hi ,

    I would like to create the footer like in the demo site.
    I have imported the dummy content but the footer is not there .

    What can I do ?

    Best regards

    Niccolò

    #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

    #6107

    Nforzoni
    Participant

    Hi guys,

    Thank you very much for your reply,
    but I have a problem …

    is like if the widget area where I copied the taxt that you sent me is not reading the html language…
    SEE THE ATTACHED IMAGE
    http://www.cravattificiodisiena.com/wp-content/uploads/2016/10/html_error.jpg

    Niccolò

    #6116

    Artem Temos
    Keymaster

    It is because you have paste the code without HTML tags

    Try to copy the code from forum to the notepad first and from notepad to the site widgets to prevent HTML tags escaping.

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)