Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Elxis 5.5 Calypso supports 2 factor authentication login with e-mail or SMS.
Home
Help
Login
Register
Elxis CMS Forum
»
Extensions
»
Components
»
Bubbles Pagination Error Fix
« previous
next »
Print
Pages: [
1
]
Author
Topic: Bubbles Pagination Error Fix (Read 3462 times)
jorgebravoc
Jr. Member
Posts: 73
Bubbles Pagination Error Fix
«
on:
September 21, 2011, 03:40:42 »
Hi guys:
While using the Bubbles component I noticed that once the pagination DIV comes on, meaning I get more than one page of commens, the layout gets messed up.. if yo uhad a three column layout it will mess up big time. This is because there is an error in the code I think you all should acknowledge and fix in your own files until we get an update for the component.
file: bubbles.html.php
Check line 214
Code:
[Select]
echo "</div\n";
and also line 247
Code:
[Select]
echo "</div\n";
those two DIVs are not closing up so it will appear to still be a missing closing div tag therefore the layout will get messed up. Change both tags for a
Code:
[Select]
echo "</div>\n";
and youll be all set.
Hope it helps
Cheers
Logged
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Extensions
»
Components
»
Bubbles Pagination Error Fix