By Guest on Saturday, 17 December 2016
Replies 3
Likes 0
Views 1K
Votes 0
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
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 11:32
·
0 Likes
·
0 Votes
·
0 Comments
·
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.
·
Monday, 19 December 2016 09:56
·
0 Likes
·
0 Votes
·
0 Comments
·
it work very well thanks you so much
·
Tuesday, 20 December 2016 15:04
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post