Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Solved No horizontal line

More
5 years 10 months ago - 5 years 10 months ago #1 by Ratman
No horizontal line was created by Ratman
Hi all and thanks for this great forum component!

My users are complaining about the horizontal line that is not visible. After clicking the button "horizontal line" in the menubar it inserts a
Code:
[hr]
but the horizontal line is not visible, neither in preview nor in the saved article:

(unfortunately, when I save the post, the picture-link is changed from "https://..." to "https://...", but my site has no certificate, so no https...)


It may have something to do with my site template. If I choose another template, the line gets visible.

Here's the config report

This message contains confidential information

Database collation check: The collation of your table fields are correct

Joomla! SEF: Enabled | Joomla! SEF rewrite: Disabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 30 seconds | Max execution memory: 128M | Max file upload: 16M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : joomlage0111-Sketch | author: Joomlage.com | version: 2.0 | creationdate: April 2016

Kunena default template details : Blue Eagle5 | author: Kunena Team | version: 1.0.4 | creationdate: 2017-09-02

Kunena template params:

Warning: Spoiler!

Kunena version detailed: Kunena 5.1.0 | 2018-05-13 [ Ariel ]
| Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: CommunityBuilder 2.1.4 | UddeIM 4.0

Third-party SEF components: None

Plugins: None

Modules: None

Last edit: 5 years 10 months ago by Ratman.

Please Log in or Create an account to join the conversation.

More
5 years 10 months ago #2 by 810
Replied by 810 on topic No horizontal line
ok, then you are missing the hr css on your joomla template.
try:
Code:
hr { display: block; margin-top: 0.5em; margin-bottom: 0.5em; margin-left: auto; margin-right: auto; border-style: inset; border-width: 1px; }
The following user(s) said Thank You: Ratman

Please Log in or Create an account to join the conversation.

More
5 years 10 months ago #3 by Ratman
Replied by Ratman on topic No horizontal line
Thanks a lot for the fast response. You are absolutely right, this CSS is missing. I just entered your code into the "custom CSS" Part of the template and now the horizontal line shows up in Kunena.
Thanks again, Problem solved :)

Please Log in or Create an account to join the conversation.

Time to create page: 0.556 seconds