Jump to content

Featured Replies

Posted

Dear,

Does anyone had this to after the latest upgrade? 

The breaks are gone in all my tutorial pages:

Could contain: Text, Document, Page, Poster, Advertisement, Paper, Flyer, Brochure

 

It was like this: See the enters / breaks as yellow dots:

Could contain: Computer, Electronics, Computer Hardware, Hardware, Text, Document

 

Thanks 

 

Solved by Stuart Silvester

Go to solution

From what version did you upgrade, please?

  • Author

Im on 4.7.0 now. Was on holiday the last two weeks and did not notice it before. Did not checked the tutorials section after the upgrade.

Or it is in combination with superpages...

It's possible this is being caused by a 3rd-party item, yes.

If you disable all 3rd-party apps and plugins (temporarily), does the same problem occur?

Also note if you have added these in html directly and used any of our CSS classes, it may be that those have changed. Of course if its an external app that is formatting then its likely that is also using these

It comes from this:

Could contain: Text

But I am not seeing any core change CSS that touched this. 

Does this happen on new and old records or simply old records?

I have tagged our developers about this as well to see if they have any suggestions as well.

  • Author

and any idea?

Add this to your custom CSS file and see if it works for you:

.ipsType_richText p:not( [class] ) {
    margin-top: revert !important;
    margin-bottom: revert !important;
}

🙂

 

  • Author
23 hours ago, Davyc said:

Add this to your custom CSS file and see if it works for you:

.ipsType_richText p:not( [class] ) {
    margin-top: revert !important;
    margin-bottom: revert !important;
}

🙂

 

It worked... but all had an extra P 😉 So normal content was

---

hello

this is a message

---

to

---

hello

 

this is a message

 

---

 

@Duken If this is only affecting the Pages app change the CSS to this:

[data-pagemodule="pages"] .ipsType_richText p:not( [class] ) {
    margin-top: revert !important;
    margin-bottom: revert !important;
}

It's an unusual anomaly so it needs to be drilled down to precisely how to alleviate it. If it's still causing issues elsewhere then keep it in place and link me to where it is affecting other items and we can move on from there 🙂

 

  • Solution

It sounds like an editor setting has been changed.

Go to AdminCP > Customisation > Editor > Settings. Change "Return Key Behaviour" back to "start new paragraph".

There are some other padding issues going on as well.  Can you say what theme you are using?  Does the same issue appear on the default theme? For example your text should not be butted against the edge of the frame.

Could contain: Text, Label

There should be 'some' padding to move it away from the edge.  This is either a theme issue or something is seriously wrong with the CSS files.  I would check against an unmodified default theme.

  • Author
7 hours ago, Stuart Silvester said:

It sounds like an editor setting has been changed.

Go to AdminCP > Customisation > Editor > Settings. Change "Return Key Behaviour" back to "start new paragraph".

Yes thats it!!!! Thank you!

16 minutes ago, Duken said:

Yes thats it!!!! Thank you!

The simplest of things are generally the last to be tried lol 🙂

Glad you got that sorted, if you want some CSS to correct the padding let me know and I'll be happy to help 😉

 

Recently Browsing 0

  • No registered users viewing this page.