Changes between Initial Version and Version 1 of Ticket #58366, comment 49
- Timestamp:
- 07/24/2023 09:44:25 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58366, comment 49
initial v1 1 1 Running 6.3-RC1, no change, same issue with many `<br>`'s added. 2 2 3 Setup is a menu of pages via code function... call that via a shortcode block that's in a sidebar/aside template part. 4 Since 6.2.1 only the shortcode [name_here] displays. 5 Doing the "hack" where you make the shortcode block in a template part... and adding that template part to the template (instead of the shortcode directly) works to where it displays the menu content but with a lot of BR's in between everything. 3 Setup is a menu of pages via code function: 4 I call that via a shortcode block that's in a sidebar/aside template part. 5 In 6.2.1 and 6.2.2 that stopped working and only the shortcode [name_here] text displays. 6 In 6.3-RC1 that now displays the menu but with all the BR's added. 6 7 7 ...see this isn't in 6.3 so that's concerning. 8 Doing the "hack" where you make the shortcode block in a template part... and adding that template-part to the sidebar template-part (instead of the shortcode directly)... 9 This made it work in 6.2.1... and 6.3-RC1, 10 but in 6.2.2 all the BRs are added again. 11 12 13 ...I see this isn't in 6.3 so that's concerning; but there's still an issue to resolve here.