1
Hi, I have just updated my website to J 3.9.19. Now when on backend to manage my invoices (Invoice Manager) i get the page, but no text. (See screenshot) Any idea ? For your info, this happen on 3 websites where I use Invoice Manager.
Accepted Answer
0
hi
on file /administrator/components/com_invoices/assets/js/invoices.js
on line 148 aprox
please, comment the whole block out.
and also comment out this code in line 160:
on file /administrator/components/com_invoices/assets/js/invoices.js
on line 148 aprox
$table.floatThead({
scrollContainer: function($table){
return $table.closest('#invoices-wrapper');
},
position: 'absolute'
});
please, comment the whole block out.
// $table.floatThead({
// scrollContainer: function($table){
// return $table.closest('#invoices-wrapper');
// },
// position: 'absolute'
// });
and also comment out this code in line 160:
$table.floatThead('reflow');
Responses (9)
-
Accepted Answer
0seems they introduced some styling changes and are breaking the layout
quick fix for now:
on file /administrator/components/com_invoices/views/invoices/view.html.php, around line 93 you see this:
$document->addScript("components/com_invoices/assets/libs/floatThead/jquery.floatThead.min.js");
just comment this line out for now:
//$document->addScript("components/com_invoices/assets/libs/floatThead/jquery.floatThead.min.js");
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
1Hi germinal, thank for your quick rescue. It save me
Looks like just doing your last hack is enough, no need to do the first one : #reply-41810 - It works on two of my sites without making this first remark. Do you confirm ?-
Germinal Campsmore than a month agoyes :)
-
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0Clear the cache in your browser: In some cases, blank pages can be fixed by clearing the cache in eggy car your browser. Reloading the invoice manager page after deleting your cache might help.
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »