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.

Page freezes and can't click anything

8 years 2 months ago #107 by sinisakrisan
Page freezes and can't click anything was created by sinisakrisan
I have the strange problem with topic list. It just freezes and i can't click on anything. Interestingly, i can browse through the topic list of locked categories

Steps to replicate on the troubled site:

1. Login with provided credentials
2. On the left sidebar, find the menu item called "Forum" and click on it
3. On the page that loads, click "ChitChat" category
4. After the category page has been loaded, try to click anywhere in component area

Result:
No links are responding, and can't go anywhere from that page
Firebug reports zero errors.

Can you please take a look and advise?
8 years 2 months ago #108 by Eugene S.
Replied by Eugene S. on topic Re: Page freezes and can't click anything
Hi sinisakrisan,
Thanks for your request. Yes, I see the problem. It seems there is unclosed tag in pagination. I'll show this issue to our front-end programmer and write you back asap.

Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
8 years 2 months ago #109 by Eugene S.
Replied by Eugene S. on topic Re: Page freezes and can't click anything
sinisakrisan,
Unable to examine pages - FORUM IS OFFLINE. Please open the forum.

Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
8 years 2 months ago #110 by sinisakrisan
Replied by sinisakrisan on topic Re: Page freezes and can't click anything
Thats strange. The super admin access has been revoked on provided user.
I made it super admin again
8 years 2 months ago #112 by Eugene S.
Replied by Eugene S. on topic Re: Page freezes and can't click anything
The issue occurs because .page class is the same as class of internal navigation.
Try to add the following rules in custom.css of Kunena template here: /components/com_kunena/template/rnd_kascetic/css/custom.css

#Kunena .kpagination li.page {
overflow: visible;
position: relative;
}


It should help. Please let me know about result.

Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
8 years 2 months ago #113 by sinisakrisan
Replied by sinisakrisan on topic Re: Page freezes and can't click anything
Hi

Thanks for looking into this so fast, that seem to be working.
While i was fiddling with it, i discovered it's happening on all Joomla templates based on Bootstrap 3.x
Even the default kunena blueeagle have very same issue. When i switch to non-bootstrap3 joomla template, it's all good.
Moderators: Eugene S.

Partners