End of Support for Joomla 3 - Forum closed
[SOLVED] Missing language switcher
Thx for your reply: "You can remove the class "uk-hidden-small" from file: layouts/theme.php to show the modules on mobile devices."
I cant find the file theme.php, I have a template.php, module.php and a template.congif.php file and none of them has a uk-hidden-small class.
Can you please spicify in which file I can change the layout. I'm using the X2 template.
I cant find the file theme.php, I have a template.php, module.php and a template.congif.php file and none of them has a uk-hidden-small class.
Can you please spicify in which file I can change the layout. I'm using the X2 template.
by kthiesen
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hi there,
add this code to your css/csutom.css
add this code to your css/csutom.css
.jp-toolbar-outer {
display: block !important;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Thanks, it didn't solve it, but you showed me where to find the solution.
Remove 2 lines from responsive.css (.jp-toolbar-outer,
#toolbar)
/* Only Phones */
@media (max-width: 1080px) {
/* Layout */
#back-top,
[strike].jp-toolbar-outer,
#toolbar,[/strike]
#headerbar,
#menubar,
#menu,
#breadcrumbs,
#totop-scroller { display: none; }
}
Rergards Rene
Remove 2 lines from responsive.css (.jp-toolbar-outer,
#toolbar)
/* Only Phones */
@media (max-width: 1080px) {
/* Layout */
#back-top,
[strike].jp-toolbar-outer,
#toolbar,[/strike]
#headerbar,
#menubar,
#menu,
#breadcrumbs,
#totop-scroller { display: none; }
}
Rergards Rene
by kthiesen
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates