Jump to content

Know issue - Pages / breaks gone after upgrade?


Go to solution Solved by Stuart Silvester,

Recommended Posts

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

Link to comment
Share on other sites

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

 

---

 

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

  • Recently Browsing   0 members

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