Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Add tag elements in text field

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hello,
I would like to add something other than text in the field provided for this purpose, like logos in svg/png format or icons (font awesome).
Is it possible to insert other elements than text as tags (img, div, span …) in the text field? It seems that after the save, code is cleaned and this does not leave many other possibilities ... :dry:

Thank you

  • Lorenzo's Avatar
  • Lorenzo
  • LIfetime Developer - Big Bamboo
  • 369 posts
  • 11 Thanks
  • Karma: 2
Last Edit: 8 years 5 months ago by Lorenzo.
The administrator has disabled public write access.
I'll check with Anthony on this and get back to you

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi Lorenzo,
Yes this is on my list to add but I haven't got to it yet. I'll be working on Zentools2 after the release of the next theme.

Thanks
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
ok thank you... I think that this feature is really necessary to display something other than text ...
  • Lorenzo's Avatar
  • Lorenzo
  • LIfetime Developer - Big Bamboo
  • 369 posts
  • 11 Thanks
  • Karma: 2
The administrator has disabled public write access.
Thanks for the feedback I'll pass that on

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
... so I guess it's impossible to insert a line break in a paragraph? maybe you can give me a trick to get around the problem ?
For the icon I found how to get around the problem:
.zt-item-1 .zt-element-2::after {
    content: url("/images/scorrendo-graphiks/logo-bianco-hp-2.png");
    left: 10px;
    position: relative;
    top: 21px;
}

but for a line break it remain a problem... :(
  • Lorenzo's Avatar
  • Lorenzo
  • LIfetime Developer - Big Bamboo
  • 369 posts
  • 11 Thanks
  • Karma: 2
Last Edit: 8 years 5 months ago by Lorenzo.
The administrator has disabled public write access.
At the moment no it isn't possible but we are planning to enhance this functionality as soon as we can

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers