Jump to content

How to add block in footer in PS 1.6


Recommended Posts

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

  • Like 1
Link to comment
Share on other sites

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

  • 1 year later...
  • 3 months later...
×
×
  • Create New...