Ok, the whole story:
Joomla 5.03
astroid: 3.0.11
tp_simple: 1.3.17
I tried to fix the template error - standard search joomla field not correctly rendered
Found in tempate.css
Code:
/*Start Frontend Edit Modus von Dirk*/
.btn-toolbar {
display: block;
}
Who is Dirk? However...
To change the code I cleared the cache and waited...and waited.... until I got an php 120 sec executioin time exception.
Changed the execution time at php.ini to 10 min and waited...and waited.... (after round about 5 Min, the compiler finished!) yeah
So something seems to be wrong with that.
To fix my issue, i edited the compiled css direktly (all corrections will be gone after next cache celarance).
Corrected css:
Code:
.btn-toolbar {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
}
.ordering-select {
display: flex;
}
Last edit: 1 year 11 months ago by
sanus70.
Please Log in or Create an account to join the conversation.