Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Author « Topic »  

iaind
Advanced Member

145 Posts

Pre-sales questions only
(More Details...)

Posted - 03/26/2019 :  08:58:28  
Hi

When I use the short and long description in the admin panel, the paragraphs aren't spaced as they used to be in my old editor. Is there a way (for ease of reading as my eyes are getting old) to have a visual space between each paragraph without physically putting a "return" in and thus creating another <p> code?

Andy
ECT Moderator

95440 Posts

Posted - 03/26/2019 :  09:17:18  
Hi

I don't believe there is with the ckeditor but maybe that kind of thing works better now that we support froala - have you tried that one https://www.ecommercetemplates.com/free_downloads.asp

Andy

Please feel free to review / rate our software

iaind
Advanced Member

145 Posts

Pre-sales questions only
(More Details...)

Posted - 03/26/2019 :  09:18:15  
I did but I was having trouble importing some images into the description fields so tried CK (we also have it on our other store)

dbdave
ECT Moderator

USA
10286 Posts

Posted - 03/26/2019 :  10:59:16  
Have you tried shift>return for a new line without closing and opening a new <p> tag?

midvalleydrifter001
Ecommerce Template Expert

USA
912 Posts

Posted - 03/26/2019 :  11:55:37  
Maybe this will help.

Found this in an older forum.

Patrick

From Gary Flack
I.T.ZAP Website Design Works
http://itzap.com.au

Found out there is an easy way to configure CK Editor to insert <br /> break tags whenever the user presses "Enter" ... if that is what you really want (or need).

(1) In the "ckeditor" folder, open the file named "config.js"
(2) See these lines of code ...

CKEDITOR.editorConfig = function( config )
{
// Define changes to default configuration here. For example:
// config.language = 'fr';
// config.uiColor = '#AADC6E';

(3) Underneath those entries, simply add this line ...
config.enterMode = CKEDITOR.ENTER_BR;

(4) Save file and upload.
(5) Test CK Editor. Confirmed that this config code does work.

This solution was found on the CK Source Forum :
http://cksource.com/forums/viewtopic.php?f=5&t=26552&p=67551&hilit=config.enterMode#p67551
and also
http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.enterMode

The default behavior for Enter key is <p> paragraph tags. Note their comment :
It is recommended to use the CKEDITOR.ENTER_P setting because of its semantic value and correctness. The editor is optimized for this setting.

Default behavior for Shift+Enter is <br />, as usual.

Gary Flack
I.T.ZAP Website Design Works
http://itzap.com.au
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000