Saturday, 17 December 2016
  3 Replies
  1.3K Visits
0
Votes
Undo
Hello and thanks for your help .
the field "description " integretead with balise : {{Location Description:JEVLOCATION_DESCRIPTION#%s #}}

for "jevent location" permit to tape text with space and good appear :


http://awesomescreenshot.com/0ac67ffjfe

but in frontend it appear in one line

http://awesomescreenshot.com/05667ffk1d

how make space between line texte

thanks you so much
Tuesday, 20 December 2016 11:32
·
#180570
Accepted Answer
0
Votes
Undo
You are using
{{Description tronquée:JEVLOC_TRUNCATED_DESC:.*?}}
which truncated the description by stripping out the HTML and only showing a certain number of words. You should use {{Location Description:JEVLOCATION_DESCRIPTION#%s #}}
instead
Monday, 19 December 2016 09:56
·
#180471
0
Votes
Undo
Are you using any WYSIWYG editor like TinyMCE or JCE for your site? That field should be in HTML and respect HTML spacing rules, that's why it appears like one line in the frontend.
Tuesday, 20 December 2016 11:32
·
#180570
Accepted Answer
0
Votes
Undo
You are using
{{Description tronquée:JEVLOC_TRUNCATED_DESC:.*?}}
which truncated the description by stripping out the HTML and only showing a certain number of words. You should use {{Location Description:JEVLOCATION_DESCRIPTION#%s #}}
instead
Tuesday, 20 December 2016 15:04
·
#180591
0
Votes
Undo
it work very well thanks you so much
  • Page :
  • 1
There are no replies made for this post yet.