Dimitris Grammatikogiannis
Dimitris Grammatikogiannis
> what I hear from other experienced Joomla back-end users The menu was simplified in order to be less intimidating for NEW users. The so called experienced backend users could...
@HLeithner I'm not against ADDING the expanded menu as ANOTHER preset but obviously I'm against making the expanded menu the default. Clean and simple is easier for newcomers and that...
> Joomla should be easy by default and not after you load another preset (which is also not easy) `Joomla should be easy` WE totally agree on that. The problem...
> But this setting page is not easy to use at least I hope we are on the same page here. So if the page is bad we won't fix...
> I don't care about the menu too much but it would make the menu consistent That's kinda problematic, the decision for the menu was done on the basis that...
@chmst I would change the conditional to: ```js if (figClasses) { imageElement = `${figCaption ? `${figCaption}` : ''}`; } else { imageElement = ``; } ``` In this case a...
> The problem is the different options (and results) between using com_media and com_content intro/full images FWIW I think you should first fix the com_content intro/full inputs (as you cannot...
@JackKellyUK would be nice to profile the script and figure out why the delay is needed. Adding a constant amount of delay might work on some machines but might fail...
@JackKellyUK so according to your findings the problem comes from the insertion of the span for the invalid message. I would suggest to add the delay inside the validation method,...
@JackKellyUK could you check if #39852 solves the problem?