akeeba / engage

Akeeba Engage - Comments for Joomla!™ articles made easy
GNU General Public License v3.0
16 stars 10 forks source link

Comment nesting is not shown on frontpage (3.0.2) #161

Closed NetSecond closed 2 years ago

NetSecond commented 2 years ago

Steps to reproduce the issue

Set in the engage options "Maximum comment nesting" for example to 3 and make some comments under existing comments (as replies). The reply comments are on same horizontal place like main comment.

nesting

nikosdion commented 2 years ago

You need to load the custom CSS. It's an option.

The default layout, without additional CSS, works on templates based on Bootstrap 5 e.g. Cassiopeia. If you don't have such a template you need to load the custom CSS. It's documented https://github.com/akeeba/engage/wiki/Component-options

Load custom CSS. By default, Akeeba Engage uses Bootstrap 5 CSS classes to style the comments in the frontend of your site. If you are using a template which does not use Bootstrap 5 classes enable this option. This will load the custom CSS file media/com_engage/css/comments.css (or its template override). You can take a look at our CSS and its SCSS source file to see how you can easily format comments yourself.

NetSecond commented 2 years ago

Ah, ok, thank you, I will try.

NetSecond commented 2 years ago

Ok, doesn´t work too, it looks different but nesting isn´t working. So maybe I have to look in CSS files ....

NetSecond commented 2 years ago

Now I have installed joomlart T4 Framework and Bootstrap 5 Blank Page, but nesting isn´t working. So now I leave it as it is.

nikosdion commented 2 years ago

Fixed with https://github.com/akeeba/engage/commit/9f28b6605acecec5ccdd075fa4d0a5bfdf0e05b7

NetSecond commented 2 years ago

Ok, in 3.0.3 it is working now (custom CSS) but why is it in dark mode and how can I change it to normal mode ??

nikosdion commented 2 years ago

why is it in dark mode

Your browser settings. See this presentation, slides 23 and 25.

how can I change it to normal mode

If only someone had already documented this... 😉

NetSecond commented 2 years ago

Ah, ok, I thought the color depends on the website. My Website is in white (in browser dark mode too) and black engage looks strange. But thanks for the solution.