Page freezes and can't click anything
- sinisakrisan
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
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?
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?
- Eugene S.
-
- Offline
- Administrator
-
8 years 2 months ago #108
by Eugene S.
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
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.
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!
- Eugene S.
-
- Offline
- Administrator
-
8 years 2 months ago #109
by Eugene S.
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
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.
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!
- sinisakrisan
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
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
I made it super admin again
- Eugene S.
-
- Offline
- Administrator
-
8 years 2 months ago #112
by Eugene S.
Like our extensions for Kunena?
Add your voice to the JED listing with a 100 score review: bit.ly/2cIg8pF
Thanks!
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
It should help. Please let me know about result.
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!
- sinisakrisan
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
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.
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.