Tagged: mobile
-
AuthorPosts
-
September 10, 2018 at 9:25 am #1007820
I have made some changes on my homepage (www.employerbrandingspecialist.nl) but I don’t see them on my mobile phone. I have deleted all saved cookies etc and still see the ‘old’ homepage.
Also, how can I change the size of buttons for mobile, because now they don’t fit (and therefore don’t show) on the easy slider (I have checked in my browser using check element).September 10, 2018 at 10:31 am #1007843Hey simstub,
Did you try loading the page in an incognito window using Chrome on your mobile device?
Best regards,
RikardSeptember 10, 2018 at 10:44 am #1007849Hi Rikard,
I did, both in Mozilla and Chrome.
Regards, Simone
September 10, 2018 at 12:53 pm #1007892Hi Simone,
Thanks for the feedback. Could you post screenshots of the results you are getting on mobile please? It’s difficult for us to know what is missing otherwise.
Best regards,
RikardSeptember 10, 2018 at 1:03 pm #1007897Sure, but how do I attach screenshots here? :-)
September 11, 2018 at 6:43 am #1008190Hi,
You can upload screenshots to a service like Dropbox, Google Drive, Imgur, Box, Snaggy etc, then link to them here.
Best regards,
RikardSeptember 12, 2018 at 10:03 am #1008813Oh, right, lol.
September 12, 2018 at 10:42 am #1008834I have cleared the cache and can see all changes now!
Only question left is how I can adjust the size of buttons on mobile (see picture ‘phone on desktop’ to see what I mean).
Thanks :)September 12, 2018 at 1:02 pm #1008886Hi,
Thanks for the screenshots. Please try this in Quick CSS:
@media only screen and (max-width: 990px) { .slideshow_caption { width: 100%; } }
Best regards,
RikardSeptember 12, 2018 at 1:21 pm #1008893Hi Rikard,
Thanks, but I don’t see a difference. This is everything I now have in Quick CSS (made some prior requests about the mobile view)
@media only screen and (max-width:767px){
body .av-special-heading .av-special-heading-tag {
font-size: 20px;
}
@media only screen and (max-width:767px) {
#top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a {
font-size: 20px;
color: white !important;
}
@media only screen and (max-width:767px) {
#contact .flex_cell.avia-builder-el-41 {
min-height: 350px;
}
}
@media only screen and (max-width: 990px) {
.slideshow_caption {
width: 100%;
}
}September 12, 2018 at 2:46 pm #1008949Hi simstub,
Can you disable caching and minification for now?
Best regards,
VictoriaSeptember 14, 2018 at 8:26 am #1009817Hi Victoria,
They already are disabled.
Simone
September 15, 2018 at 7:13 am #1009993Hi Simone,
Thanks for the feedback. Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardSeptember 17, 2018 at 9:06 am #1010622Super, thanks! Here you go:
September 17, 2018 at 1:13 pm #1010717Hi simstub,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css, this is for 768px to 989px screens
@media only screen and (min-width: 768px) and (max-width: 989px) { .slideshow_caption { z-index: 100; width: 76%; } }
If you need further assistance please let us know.
Best regards,
VictoriaSeptember 17, 2018 at 3:20 pm #1010803Thanks for your help. I have tried both and deleted cache again, but I don’t see a difference :-(
September 17, 2018 at 3:22 pm #1010805New admin login below.
September 17, 2018 at 6:00 pm #1010878Hi simstub,
These credentials are not working, please update them.
Best regards,
VictoriaSeptember 18, 2018 at 9:57 am #1011169Hi Victoria,
Do these work?
September 18, 2018 at 1:37 pm #1011268Hi simstub,
Best regards,
VictoriaSeptember 18, 2018 at 4:02 pm #1011365Done!
September 18, 2018 at 5:23 pm #1011405Hi simstub,
Can you disable caching and minification for now?
Best regards,
VictoriaSeptember 19, 2018 at 10:25 am #1011712Hey Victoria,
I know I’m so sorry! :)
CSS file merging and compression have been disabled all this time. Do I disable Javascript as well?September 19, 2018 at 3:30 pm #1011854Hi,
I put this code in Quick css for you
@media only screen and (max-width:767px){ #full_slider_1, #full_slider_1 .av_slideshow_full.avia-slideshow, #full_slider_1 .avia-slideshow-inner, #full_slider_1 .avia-slideshow li, #full_slider_1 .avia-slideshow li img { min-height: 240px; } #full_slider_1 .avia-slideshow li img { width: 200% !important; max-width: auto; } .html_header_transparency #top .avia-builder-el-0 .slideshow_caption { padding-top: 0px; } }
Please check if it is working for you like this.
Best regards,
VictoriaSeptember 19, 2018 at 3:40 pm #1011864Hi Victoria,
There is an improvement, I can see the buttons. But now the image is ‘smooshed’.
Simone
September 19, 2018 at 4:34 pm #1011909Hi Simone,
Well, add this code as well:
@media only screen and (max-width: 479px) { #full_slider_1 .avia-slideshow li img { width: 340% !important; max-width: auto; } #full_slider_1, #full_slider_1 .av_slideshow_full.avia-slideshow, #full_slider_1 .avia-slideshow-inner, #full_slider_1 .avia-slideshow li, #full_slider_1 .avia-slideshow li img { min-height: 190px; } }
Best regards,
VictoriaSeptember 20, 2018 at 10:05 am #1012184Thanks again Victoria! It’s still a little compressed though.
September 21, 2018 at 4:18 am #1012599Hi,
You can actually adjust the value of the min-height property. It is currently set to 190px.
Best regards,
IsmaelSeptember 21, 2018 at 10:02 am #1012698Hi Ismael,
Thanks. How do I find a ratio for the picture which will work nicely on portrait and landscape? Because now it just doesn’t work out. Either the picture on mobile has to be compressed in order to make it high enough for the buttons, or the picture has to be so high that you have to scroll to far on desktop. Am I making sense?
Simone
September 24, 2018 at 5:22 pm #1013718Hi Simone,
Just, by playing with it in the browser. This was the closest to normal I could get.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.