Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Duken Posted August 4, 2022 Posted August 4, 2022 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 SeNioR- 1
Duken Posted August 4, 2022 Author Posted August 4, 2022 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...
Mark H Posted August 4, 2022 Posted August 4, 2022 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?
Marc Posted August 5, 2022 Posted August 5, 2022 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
opentype Posted August 5, 2022 Posted August 5, 2022 It comes from this: But I am not seeing any core change CSS that touched this.
Duken Posted August 5, 2022 Author Posted August 5, 2022 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.
Jim M Posted August 5, 2022 Posted August 5, 2022 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. Duken 1
Duken Posted August 5, 2022 Author Posted August 5, 2022 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.
Davyc Posted August 6, 2022 Posted August 6, 2022 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; } 🙂 SeNioR- 1
Duken Posted August 7, 2022 Author Posted August 7, 2022 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 --- SeNioR- 1
Davyc Posted August 8, 2022 Posted August 8, 2022 @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 Stuart Silvester Posted August 8, 2022 Solution Posted August 8, 2022 It sounds like an editor setting has been changed. Go to AdminCP > Customisation > Editor > Settings. Change "Return Key Behaviour" back to "start new paragraph". SeNioR- and Duken 1 1
Davyc Posted August 8, 2022 Posted August 8, 2022 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. Duken 1
Duken Posted August 8, 2022 Author Posted August 8, 2022 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!
Davyc Posted August 8, 2022 Posted August 8, 2022 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 😉 Duken 1
Recommended Posts