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

Wednesday, June 03 2020, 06:42 PM - #Permalink
0
hi

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');
The reply is currently minimized Show
Responses (8)
  • Accepted Answer

    Wednesday, June 03 2020, 07:09 PM - #Permalink
    1
    Hi 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 ?
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, June 04 2020, 05:00 PM - #Permalink
    1
    Hi Paulohabi, For your information, I have made all the modifications indicated in topic "Accepted answer" and every things works well now for me (on 3 differents websites). I had to clean cache both from site and browser. Maybe should you try this ?
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, June 02 2020, 07:08 PM - #Permalink
    0
    seems 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");
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, June 02 2020, 08:48 PM - #Permalink
    0
    Hi Germinal, thank for your quick answer. You rock ! :)
    Your trick worked but only for invoices. I tried to opened the same file for quote, but did not find the line to comment.
    Plus : The shortcut on left is not there (invoices neither Quotes)
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, June 03 2020, 06:34 PM - #Permalink
    0
    Hi Germinal, sorry to push this topic up, just to have some news about Quote page and Shortcut menu on left. Thanks in advance...
    The reply is currently minimized Show
  • Accepted Answer

    paulohabl
    paulohabl
    Offline
    Thursday, June 04 2020, 04:57 PM - #Permalink
    0
    Thanks for the above, Invoices is working. however Quotations is not. Also menu at the left has disappeared.
    The reply is currently minimized Show
  • Accepted Answer

    paulohabl
    paulohabl
    Offline
    Thursday, June 04 2020, 05:08 PM - #Permalink
    0
    You are right, I did the same and all well now. You are a star Stephan, merci beaucoup mounsieur!!!
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, June 04 2020, 05:34 PM - #Permalink
    0
    :-) Bienvenu!
    The reply is currently minimized Show
Your Reply