Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted August 4, 20222 yr Dear, Does anyone had this to after the latest upgrade? The breaks are gone in all my tutorial pages: It was like this: See the enters / breaks as yellow dots: Thanks
August 4, 20222 yr 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...
August 4, 20222 yr 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?
August 5, 20222 yr 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
August 5, 20222 yr Author 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.
August 5, 20222 yr 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.
August 5, 20222 yr Author I dont have newer items. https://www.duken.nl/forums/reviews/hardware/8bitdo-sf30-pro-draadloze-controller-review/uitpakken-en-design-r104/ It on reviews and tutorials.
August 6, 20222 yr 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; } 🙂
August 7, 20222 yr 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 ---
August 8, 20222 yr @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 🙂
August 8, 20222 yr 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".
August 8, 20222 yr 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. 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.
August 8, 20222 yr 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!
August 8, 20222 yr 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 😉