End of Support for Joomla 3 - Forum closed
Mainmenu and logo disappreared on mobiles.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Mainmenu and logo disappreared on mobiles.
Posted 9 years 6 months ago #8119
You can change the media queries at the file:
modules\mod_slitslider\assets\css\ responsive.css
modules\mod_slitslider\assets\css\ responsive.css
Attachment slitslider.jpg not found
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Attachments:
Please Log in or Create an account to join the conversation.
Replied by Django29 on topic Mainmenu and logo disappreared on mobiles.
Posted 9 years 6 months ago #8129
I changed this file exactly as you said, but you can check on the URL I sent that it doesn't make the slider responsive.
Clead cache and tested on 2 computers.
Clead cache and tested on 2 computers.
by Django29
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Mainmenu and logo disappreared on mobiles.
Posted 9 years 6 months ago #8133
And what do you mean with "not responsive"
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Replied by Django29 on topic Mainmenu and logo disappreared on mobiles.
Posted 9 years 6 months ago #8134
Just the same thing as everybody, I think : the images are not resized on small screens, so, on mobile phones for ex., we can see only a small part of them.
Last Edit:9 years 6 months ago
by Django29
Last edit: 9 years 6 months ago by Django29.
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic Mainmenu and logo disappreared on mobiles.
Posted 9 years 6 months ago #8138
Yes, because it makes no sense to show a big images on mobile devices.
But you can show a bigger part of the images, if you change the "responsive.css" like this:
But you can show a bigger part of the images, if you change the "responsive.css" like this:
@media screen and (max-width: 1000px) {
.jpslitslider .sl-slider-wrapper {
height: auto !important
max-height: 100% !important;
}
.jpslitslider .sl-slider p {
font-size: 12px!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.
Replied by Django29 on topic Mainmenu and logo disappreared on mobiles.
Posted 9 years 6 months ago #8139This is your opinion.it makes no sense to show a big images on mobile devices
I need this slideshow with the titles on mobiles (... and it makes sense )
If your component Slitslider is not responsive, I have to install another one.
by Django29
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates