Hi!
I have a problems with a float of article index on the pages with page breaks. Example: https://tocrete.com/allaboutcrete/otzivi/zahod-na-vtoroi-krug This worked fine on Joomla 3, now the text doesn't wrap around the block with the article index on the left.
Hi smalir
You're right, Joomla updated changes in this pagebreak. You can open this file:
ROOT/plugins/content/pagebreak/tmpl/toc.php
Line 15, change it to:
<div class="pull-right card float-end article-index ms-3 mb-3">
saguaros You're right, Joomla updated changes in this pagebreak. You can open this file: ROOT/plugins/content/pagebreak/tmpl/toc.php
saguaros You're right, Joomla updated changes in this pagebreak. You can open this file:
Will this be a Joomla plugin level change? Is there any solution at the template level? When I assign another template, the problem disappears.
smalir
Yes, this update comes from core plugin of Joomla, we will update the style for it in templates also.
saguaros I get it! Thank you!