1. Mobilepro
  2. Commercial Templates
  3. Saturday, 03 November 2012
  4.  Subscribe via email
The documentation shows that the footer text accepts html code:



but when I try to add any code it gets stripped out when saving.


Joomla 2.5.7
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

In your templates templateDetails.xml (../templates/j51_morpheus/templateDetails.xml) try replacing the following..

<field name="footer" type="text" size="80" default="" label="Footer" description="Footer Text" />

Replace with...

<field name="footer" type="text" size="80" default="" filter="raw" label="Footer" description="Footer Text" />

This should then allow you to use HTML in the footer field.

CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!