? ?
avatar adj9
adj9
9 Jan 2021

Steps to reproduce the issue

Add Articles - Categories module

  • Local pose: Top-a

Frontend side you have the list of categories with the bulleted list, but the category name is not on the bulleted list line

FrontEnd & HTML inspection

Schermata 2021-01-09 alle 16 48 09

Solution

Adding <span itemprop="name">

Expected result

Actual result

Text in line with the point

System information (as much as possible)

Additional comments

avatar adj9 adj9 - open - 9 Jan 2021
avatar joomla-cms-bot joomla-cms-bot - change - 9 Jan 2021
Title
[J4-Beta7] lack of <span itemprop = "name"> tag in the Articles - Categories module
[J4-Beta7] lack of tag in the Articles - Categories module
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 9 Jan 2021
avatar chmst chmst - change - 9 Jan 2021
Labels Added: ?
avatar chmst chmst - labeled - 9 Jan 2021
avatar brianteeman
brianteeman - comment - 9 Jan 2021

I can confirm the problem but I don't see how you're suggestion would fix it.
Surely all it needs is a new class, something like

.mod-articlescategories h4 {
    display: inline-block;
}

@drmenzelit

avatar adj9 adj9 - change - 9 Jan 2021
The description was changed
avatar adj9 adj9 - edited - 9 Jan 2021
avatar brianteeman
brianteeman - comment - 10 Jan 2021

This should be closed as fixed with #31958

avatar richard67 richard67 - close - 13 Jan 2021
avatar richard67
richard67 - comment - 13 Jan 2021

Closing as it is fixed already with pull request #31958 . Feel free to re-open if this is wrong.

avatar richard67 richard67 - change - 13 Jan 2021
Status New Closed
Closed_Date 0000-00-00 00:00:00 2021-01-13 13:31:49
Closed_By richard67
Labels Added: ?
Removed: ?

Add a Comment

Login with GitHub to post a comment