Hello again,
I have found the cause of this problem.
There is a difference in the html formatting instructions comparing the top 9 recent articles; those that show all the introtext and those that do not. In all cases they appear correctly in the Joomla article editor and when the articles are listed in the category blog view.
The difference is in the html code before the 'read-more' instruction.
Here is an example. The Latest Articles module shows this version correctly...
<img src="/images/shoes/2025_may/hafl_grizzly_stelline_741032_83_1.jpg" alt="Haflinger Grizzly Stelline 741032 Rosenholz" width="354" height="200" style="border: 1px solid black; float: right;" /></em></span></strong>Sizes: 36 to 41<br />Colour: Rosenholz <br />Price: $159.00</p>
But the sizes, colour and price are not visible when this version is used...
<img src="/images/shoes/2025_may/hafl_grizzly_stelline_741032_83_1.jpg" alt="Haflinger Grizzly Stelline 741032 Rosenholz" width="364" height="200" style="border: 1px solid black; float: right;" /></p>
<p>Sizes: 36 to 41<br />Colour: Rosenholz<br />Price: $159.00</p>
The difference is the use of <p> </p> in the second example. This is normal practice so perhaps something should be done to ensure that the SP Page Builder element handles both cases.
I hope this is helpful.
Bruce
P.S. In the meantime, I will update the html so that the articles text displays in all cases.