Official support hours: from 9 AM — 6 PM Monday to Friday (GMT +2).
The support staff may not reply on technical inquiries on weekends; all requests will be answered necessarily during working days. Reply time: depending on the complexity of your issue, the answer can be provided between a few hours up to 48 hours. In the particular instances we will notify you if extra time will be required to solve the issue.

×

Notice

The forum is in read only mode.

CSS issues and 500 error on clean install of Joomla 3.8 + Gantry 5 + Kunena 5.1

5 years 2 months ago #816 by David Marshall
Hi,

On a clean install of Joomla 5.8.10:

I have just installed Gantry 5.4.24 and selected a preset.
Installed kunena 5.0.14 and updated to 5.1
Installed Kability

On this page it states the theme is compatible with Gantry, but I am seeing the following:

Note the search buttons on the side

Also not shown, at the bottom the icons are missing in the Legend.

When trying to set preferences or edit profile, I get a 500 error.

I do not get the 500 error with the default kunena templates.

Is this a possible compatibility issue with the current versions of Gantry and Kunena?
Please advise.
David
Attachments:
5 years 2 months ago #817 by David Marshall
I have just seen in another post that the templates are not compatible with kunena 5.1, so I have downgraded to 5.0.14 and that has fixed the 500 error, also the legend icons are now showing.

But the css issue with the buttons remain, any help with this?
Thanks
5 years 2 months ago #818 by David Marshall
Although it's not perfect, I can improve the look by adding custom css.
#kunena.layout .kaction-panel input, #kunena.layout .kaction-panel input[type="text"]:focus {
    height: 28px;
}

.row-fluid [class*="span"] {
    margin-left: 0px;
}

Attachments:
5 years 2 months ago #819 by Eugene S.
Hi David,

Thanks for your questions.
We are planning to finish template updates (which will solve issues with icons and etc) this Summer.
If you need quick patches, here is a solution to solve 500 internal error:
www.roundtheme.com/forum/rnd-kinstance/5...ena-user-profile#794

Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
5 years 1 month ago #822 by Dmitry
Dear David,

Sorry for the late reply.

We have found that the cause of this issue is that Kunena 5.1 moved to Font Awesome 5.
The fix that should work - open components/com_kunena/template/kability/template.php, find this line:
$doc->addStyleSheet("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
change it to
$doc->addStyleSheet("https://use.fontawesome.com/releases/v5.2.0/css/all.css");

Let me know did it help or not.

Best regards,
Dmitry
4 years 9 months ago #1015 by Eugene S.
Hello David,

The template got version 2.0.1. It is compatible with Kunena 5.1.x version.

Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
Moderators: Eugene S.

Partners