1. Stefan
  2. Commercial Templates
  3. Tuesday, 21 April 2020
  4.  Subscribe via email
Hi Ciarán, we're using J51_robyn and on our contactpages we use j51_profile module to show our contact data. However I just noticed we can not add <br /> there.
Is there a workaround?
You can see results at https://3dstudio.nl/contact or https://macrocad.nl/contact

thank you in advance!
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Stefan

Does Joomla not let you save the HTML or is the HTML not implemented in the frontend?

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciarán, when I add HTML code in the profile caption field, it is removed upon save.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

In your modules ../modules/mod_j51profile/mod_j51profile.xml try replacing the following (line 49)...

<field name="j51_caption" type="textarea" default="" label="Caption" description="Set your profile caption" />


With...

<field name="j51_caption" type="textarea" default="" label="Caption" description="Set your profile caption" filter="raw"/>


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
works like a charm! html code will now work in the profile.

You're the best!
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


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