jdgojariya Posted September 10, 2014 Share Posted September 10, 2014 Hello. How I can add block in footer like Information block. see attached screen shot Link to comment Share on other sites More sharing options...
vekia Posted September 10, 2014 Share Posted September 10, 2014 you mean that you want to cut the "information" box, and create second block? Link to comment Share on other sites More sharing options...
jdgojariya Posted September 10, 2014 Author Share Posted September 10, 2014 (edited) you mean that you want to cut the "information" box, and create second block? Yes. I want to crate another box with different name. and want to put some cms links on it. Edited September 10, 2014 by jdgojariya (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 10, 2014 Share Posted September 10, 2014 sadly default cms block doesnt allow to do that you can try with module like htmlbox free or contentbox to add some custom contents to your footer section <section class="footer-block col-xs-12 col-sm-2" id="block_various_links_footer"> <h4>Information</h4> <ul class="toggle-footer" style=""> <li class="item"> <a href="http://localhost/1609a/en/prices-drop" title="Specials"> Specials </a> </li> <li class="item"> <a href="http://localhost/1609a/en/new-products" title="New products"> New products </a> </li> <li class="item"> <a href="http://localhost/1609a/en/best-sales" title="Best sellers"> Best sellers </a> </li> <li class="item"> <a href="http://localhost/1609a/en/stores" title="Our stores"> Our stores </a> </li> </ul> </section> of course you will need to change urls and names of the links to your own 1 Link to comment Share on other sites More sharing options...
jdgojariya Posted September 10, 2014 Author Share Posted September 10, 2014 sadly default cms block doesnt allow to do that you can try with module like htmlbox free or contentbox to add some custom contents to your footer section <section class="footer-block col-xs-12 col-sm-2" id="block_various_links_footer"> <h4>Information</h4> <ul class="toggle-footer" style=""> <li class="item"> <a href="http://localhost/1609a/en/prices-drop" title="Specials"> Specials </a> </li> <li class="item"> <a href="http://localhost/1609a/en/new-products" title="New products"> New products </a> </li> <li class="item"> <a href="http://localhost/1609a/en/best-sales" title="Best sellers"> Best sellers </a> </li> <li class="item"> <a href="http://localhost/1609a/en/stores" title="Our stores"> Our stores </a> </li> </ul> </section> of course you will need to change urls and names of the links to your own Thank you. Let me implement this Link to comment Share on other sites More sharing options...
jdgojariya Posted September 10, 2014 Author Share Posted September 10, 2014 Thank you. Let me implement this Thanks. It's working fine Link to comment Share on other sites More sharing options...
nee than Posted January 28, 2016 Share Posted January 28, 2016 My cms block in footer is missing. It does not appear anymore. I tried all known methods. Where gone? Link to comment Share on other sites More sharing options...
Sebinj Posted May 6, 2016 Share Posted May 6, 2016 Link to comment Share on other sites More sharing options...
Recommended Posts