WPIntell

Source evidence

Text breaks and format

The Post Grid – Shortcode, Gutenberg Blocks and Elementor Addon for Post Grid · support · 2025-03-25T11:46:00+00:00

mixedsentiment
mediumseverity
0.84relevance
7replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 22 rows with source links

27.3% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

16 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
bobjgarrett resolved
I am liking this plugin so far but have a problem with many of our posts. The posts contain line breaks or paragraph breaks or html like <strong>. All of these seem to be lost from display unless I select to show Full Content and then they do appear but the content is way too long. Is there a way to ensure they are still active even when showing only an excerpt? Hi @bobjgarrett Which portion of the post grid are you using—Shortcode, Gutenberg, or Elementor? Can you share any screenshots or any link with the issue? I am using Shortcode. You have to add excerpt from the right sidebar with your desire html like that – https://prnt.sc/gWHRHJ9NxyUN And you have to remove the Excerpt Limit from here – https://prnt.sc/IgBI4R-fJ3G5 After completing this process, you should be able to see a few HTML elements displaying your content. We have permitted only the following HTML markup, ensuring that other HTML elements will not be available in the content area. $allowed_html = [ 'a' => [ 'href' => [], 'title' => [], ], 'strong' => [], 'b' => [], 'br' => [ [] ], ]; Thanks for great advice. This reply was modified 1 year, 2 months ago by bobjgarrett . Now I have a further problem I cannot understand. Sorry. I have created a grid which has images which are all the same original size in pixels, and all set within gutenberg media and text boxes with the image always set to 50. Yet some images are ending up smaller than the rest in the grid. In the actual post they look fine. You can see an example here ( https://www.dufour.org.uk/dufour-news/ ) where the fourth item is smaller; don’t go on to the following pages as I have not checked these are all set to 50 for image size. Any idea why this is and how to fix it? The issue occurred because custom markup was used in your post content, which includes its own CSS that conflicts with the grid layout. If you add more content to the last item, the layout should display correctly. However, to resolve this issue efficiently, I’m providing a CSS solution below. Please add the following code to: Appearance > Customize > Additional CSS After applying the changes, if you don’t see the updates immediately, try clearing your site cache. .rt-holder, .rt-row { width: 100% !important; } Let me know if you need any further assistance. Thank you Thank you for that. Adding extra content nor removing the extra css fixed this. Still not sure why it was a different size but your css to add worked. Thank you.

Comments

7 shown
Habib 2025-03-26T07:13:00+00:00

Hi @bobjgarrett Which portion of the post grid are you using—Shortcode, Gutenberg, or Elementor? Can you share any screenshots or any link with the issue?

bobjgarrett 2025-03-26T08:19:00+00:00

I am using Shortcode.

Habib 2025-03-26T09:31:00+00:00

You have to add excerpt from the right sidebar with your desire html like that – https://prnt.sc/gWHRHJ9NxyUN And you have to remove the Excerpt Limit from here – https://prnt.sc/IgBI4R-fJ3G5 After completing this process, you should be able to see a few HTML elements displaying your content. We have permitted only the following HTML markup, ensuring that other HTML elements will not be available in the content area. $allowed_html = [ 'a' => [ 'href' => [], 'title' => [], ], 'strong' => [], 'b' => [], 'br' => [ [] ], ];

bobjgarrett 2025-03-26T10:11:00+00:00

Thanks for great advice. This reply was modified 1 year, 2 months ago by bobjgarrett .

bobjgarrett 2025-03-27T10:39:00+00:00

Now I have a further problem I cannot understand. Sorry. I have created a grid which has images which are all the same original size in pixels, and all set within gutenberg media and text boxes with the image always set to 50. Yet some images are ending up smaller than the rest in the grid. In the actual post they look fine. You can see an example here ( https://www.dufour.org.uk/dufour-news/ ) where the fourth item is smaller; don’t go on to the following pages as I have not checked these are all set to 50 for image size. Any idea why this is and how to fix it?

Habib 2025-03-28T02:32:00+00:00

The issue occurred because custom markup was used in your post content, which includes its own CSS that conflicts with the grid layout. If you add more content to the last item, the layout should display correctly. However, to resolve this issue efficiently, I’m providing a CSS solution below. Please add the following code to: Appearance > Customize > Additional CSS After applying the changes, if you don’t see the updates immediately, try clearing your site cache. .rt-holder, .rt-row { width: 100% !important; } Let me know if you need any further assistance. Thank you

bobjgarrett 2025-03-28T09:56:00+00:00

Thank you for that. Adding extra content nor removing the extra css fixed this. Still not sure why it was a different size but your css to add worked. Thank you.