Jump to content

Know issue - Pages / breaks gone after upgrade?


Go to solution Solved by Stuart Silvester,

Recommended Posts

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 

 

Posted

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...

Posted

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

Posted

Sorry for the late reaction. 

I have it with the default IPB templates also. Disabled 3th party plugins, no succes. Still the issue.

Example page: https://www.duken.nl/forums/reviews/software-reviews/vpn-reviews/welke-vpn-provider-moet-ik-kiezen-r39/

It happens to pages that are created on the CMS IPB itself, that uses the CSS of IPB.. Any idea what i can do? Or do i need to edit ALL the pages..... that is insane work.

Could contain: File, Webpage, Text

Posted
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

 

---

 

Posted

@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 🙂

 

Posted

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.

Posted
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!

Posted
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 members

    • No registered users viewing this page.
×
×
  • Create New...