- Posts: 36
- Thank you received: 3
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Question Aurelia tooltips breaks pagination
- rob parker
-
Topic Author
- Offline
- Junior Member
-
Less
More
2 years 2 months ago #230697
by rob parker
Replied by rob parker on topic Aurelia tooltips breaks pagination
Load Tooltips is now set to Yes. Late night here in Oz, I won't be around for at least 8 hours. Hope you fimd an answer - but as I said in my original post, it appears to be a problem in /com_kunena/template/aurelia/layouts/widget/pagination/item/default.php line 25, which doesn't put a space before the href statement in the <a> tag in the page source code when tooltips is set .
Rob
Rob
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 973
- Thank you received: 153
2 years 2 months ago - 2 years 2 months ago #230699
by Pinkeltje
Replied by Pinkeltje on topic Aurelia tooltips breaks pagination
Somehow there is an error in the generated html:
there is no space before href
When I change it to
It might be caused by a plugin you installed on your site. Maybe plg_system_itcs_scroll2top
Code:
<li class="page-item"> <a class="page-link" "hastooltip"href="/kunenaforum/general-discussion?template=cassiopeia&start=0" data-bs-toggle="tooltip" title="Page:1">1</a> </li>
When I change it to
Code:
<li class="page-item"> <a class="page-link" "hastooltip"="" href="/kunenaforum/general-discussion?template=cassiopeia&start=0" data-bs-toggle="tooltip" title="Page:1">1</a> </li>
it works.
Last edit: 2 years 2 months ago by Pinkeltje.
Please Log in or Create an account to join the conversation.
- rob parker
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 36
- Thank you received: 3
2 years 2 months ago #230721
by rob parker
Replied by rob parker on topic Aurelia tooltips breaks pagination
It's not the itcs_scroll2top plugin, or any of the non-Joomla core plugins; I've done a lot of checking.
I don't understand how any plugin could affect the output from a line of php code in a Kunena layout section of the site.
Rob
I don't understand how any plugin could affect the output from a line of php code in a Kunena layout section of the site.
Rob
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 973
- Thank you received: 153
2 years 2 months ago #230722
by Pinkeltje
Replied by Pinkeltje on topic Aurelia tooltips breaks pagination
Neither do I, but I really don't know what else it could be. As you see in my code I tested with Cassiopeia to make sure it wasn't a conflict with your template. Template Creator is sometimes to blame in my experience. But that's not the case either.
Please Log in or Create an account to join the conversation.
2 years 2 months ago #230725
by rich
Important! Always create a backup before you make any changes to your website!
Replied by rich on topic Aurelia tooltips breaks pagination
What happens if you set "Load bootstrap css" to No in Aurelia?
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
- rob parker
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 36
- Thank you received: 3
2 years 2 months ago #230726
by rob parker
Replied by rob parker on topic Aurelia tooltips breaks pagination
I get an alert (from some custom error trapping) that there's there's been an error in processing the page. But the pagination is still broken when Load Tooltips is Yes, and works (with no error alerts) when Load Tooltips is No.
Rob
Rob
Please Log in or Create an account to join the conversation.
Time to create page: 0.256 seconds