Jump to content

problem using free HTML box module


Recommended Posts

i used this module to create new column in footer. But I was looking to remove all default footer columns and place all my own footer columns, but with this module I am able to create only 1 new column. Please tell how can I make all own footer columns.

Link to comment
Share on other sites

hello

this is free version of the addon and it allows to create one block.

anyway, you can use there as much code as you want,

this means that you can create several blocks.

 

regarding to other blocks,

you have to unhook all modules from displayFooter hook in modules > positions section in your back office.

Link to comment
Share on other sites

  • 2 months later...

Hi Vekia,

I am using HTML box for floating buttons

 

I have added this code in the editor

<div style="width:30px; height:100px; display:block; position:fixed; right:0px; top:100px; background:none;">
<a href="http://www.facebook.com/MyPresta" style="background:none;" target="_blank">
<img src="http://mypresta.eu/content/uploads/2013/03/howtofacebookbutton.png" style="background:none;">
</a>
</div>

 

But when i save it, the display & position function in div class is not accepted by the editor and the code shown to me is :

<div style="width: 30px; height: 100px; background: none;"><a href="http://www.facebook.com/MyPresta" style="background: none;" target="_blank"> <img src="http://mypresta.eu/content/uploads/2013/03/howtofacebookbutton.png" style="background: none;" alt="howtofacebookbutton.png" /></a></div>

 

 

Please help

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...