This topic has 4 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Olga Barlow
I am looking for the original code/content of Footer Column 1, Footer Column 2, Footer Copyrights Left and Footer Copyrights Right widgets of the ‘Default’ demo homepage (as these are empty now, I cannot lookup these easily). Can I find these somewhere in the .XML-files or so?
Thanks in advance.
Hello,
You can find the code below
Footer column 1 – Text widget
<img src="https://www.8theme.com/demo/xstore/wp-content/uploads/2016/11/logo-footer.png"></p>
<p>This is easy to update text from footer widget area. Add here information about your store.</p>
<p>48 Park Avenue,<br>
New York NY 10016<br>
Email: <mark><a href="mailto:youremail@site.com">youremail@site.com</a></mark><br>
Phone: <mark>+1 408 996 1010</mark>
Footer column 2 – Text Widget with title Useful Links
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-6">
<ul class="menu">
<li><a href="#">Home Page</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Delivery Info</a></li>
<li><a href="#">Conditions</a></li>
<li><a href="#">Order Tracking</a></li>
<li><a href="#">My Account</a></li>
<li><a href="#">My Wishlist</a></li>
</ul>
</div>
<div class="col-md-6 col-sm-6 col-xs-6">
<ul class="menu">
<li><a href="#">London</a></li>
<li><a href="#">San Francisco</a></li>
<li><a href="#">New Orlean</a></li>
<li><a href="#">Seattle</a></li>
<li><a href="#">Portland</a></li>
<li><a href="#">Stockholm</a></li>
<li><a href="#">Hoffenheim</a></li>
</ul>
</div>
</div>
Footer column 3 – 8theme – Posts widget. http://prntscr.com/dgy9eg
Footer Column 4 – Tag cloud widget
Regards
Thank you very much!
Maybe it’s an option to put these also as static blocks in a new theme update for easier reference? (I lost these example content by switching from one demo page to another).
Thanks.
Hello,
I think we’ll just add this information in our theme documentation.
Regards
You must be logged in to reply to this topic.Log in/Sign up