In Joomla! 3 version of tvet-hamburg.de we modified the position of the language switcher module according to JoomlArt description here: https://www.joomlart.com/documentation/purity-iii/configuration#multilingual-setup. Everyting works fine as to be seen at the original website. In preparation of planned upgrading to Joomla!4, I did a first migration attempt with a local copy of client site, however, after migrating to Joomla! 4 appears a strange behaviour: See Attachment - The language switcher module comes with a description text that is not visible in published Joomla! 3 version and I have no idea how to remove it. The flag icons for language switching are therefore moved downwards and appear now outside the blue header bar. Modification of file: templates/purity_iii/less/style.less as advides in JoomlArt instruction does not seem to have effect any more. Any ideas about how to correct that? Thanks in advance!
gnvb17
Could you share the login info of that J4 site so I can check directly?
saguaros Thanks for replying! Did it locally (XAMPP), but will provide an accessible copy of the test site ASAP and let you know. Kind regards Gerd
gnvb17 since we are testing the migration to Joomla 4, I set up a testing site with the described behaviour, login info is provided. It would be great if you could have a closer look. Thanks!
You can use this custom CSS:
p#language_picker_des_321 { display: none; }
Hi saguaros, pls. would you clarify where to place that snippet? What CSS File? Thanks! Kind Regards Gerd
You can put into this file: [ROOT]/templates/purity_iii (your default template)/css/custom.css (Create this file if it doesn't exist)
saguaros Great, that worked perfectly. Thank you very much!