Tagged: mobile menu, Slider images
-
AuthorPosts
-
September 1, 2016 at 11:52 am #680647
Hi Please can you advise,
I have made a comment on my invite account but still have not received any response
I have setup a website as per your demo one page coffee demo
When viewed on mobile the menu and slider does not look great. Please advise on how to fix?
Look forward to your most urgent response
September 1, 2016 at 10:43 pm #681036Hey InnoV82014,
It’s not clear what is happening please elaborate the issue and share a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay- This reply was modified 8 years, 2 months ago by Vinay.
September 2, 2016 at 9:25 am #681200Thank you for the response
The slider was not resizing and was cursing off most of the image. I have changed the crop of the image and have added the below code in the style.css in my child theme:
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
#top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
background-color: transparent;
position: absolute!important;
}}
/* CAPTION HEADING OF THE FULLSCREEN SLIDER ELEMENT IN MOBILE MODE */
.responsive #top .slideshow_caption h2 {
font-size: 40px !important;
font-weight: 100 !important;
}
}@media only screen and (max-width: 1220px) and (min-width: 769px) {
#main {
padding-top: 0!important;
}
#advanced_menu_toggle, #advanced_menu_hide {
top: 16%;
}}@media only screen and (max-width: 768px) {
.cartlink {display:none;}
.avia-slideshow .avia-caption .avia-caption-title
{ font-size: 14px; }}
@media only screen and (max-width: 480px) {
.avia-caption {
bottom: -10px;
left: -18px;
padding: 0 20px;
width: 305px;
}
.avia-caption .avia-caption-title { margin: 0; }
}
@media only screen and (max-width: 480px) {
#top .avia-slideshow-arrows a { display: none; }
.avia-slideshow-dots {
display: none;
}
}}
@media only screen and (max-width: 767px) and (min-width: 480px) {
.responsive #main .container_wrap:first-child .container {
width: 528px;
margin: 0 auto;
}
}.av_header_transparency #advanced_menu_toggle {
color: inherit;
background: #a41e23;
}It seems to work
Let me know if it is suitable?
Login details:
I would need you email address to give you these details, please advise?September 3, 2016 at 8:12 am #681575Hi,
I don’t see any problems with your CSS, did that solve your problems though?
You can use any email address for the login account, all we need is the user/pass :-)
Thanks,,
RikardSeptember 3, 2016 at 3:18 pm #681637Thanks for the response Rikard
Looks like it has worked, but would prefer you to have a look. I have also been experiencing drops while editing. Is there a setting or code that can leverage the cache?
login details below
September 5, 2016 at 5:52 am #681928Hi,
Thanks for the login details. Your code looks fine to me, not sure what you mean by drops though? You can try a plugin like this for caching: https://wordpress.org/plugins/w3-total-cache/
Thanks,
Rikard- This reply was modified 8 years, 2 months ago by Rikard.
September 11, 2016 at 12:29 pm #684745Apologies for the delayed response, thanks Rikard.
How can I increase the size of the welcoming heading on the opening slider?
September 12, 2016 at 7:18 am #684909Hi,
It looks like you have a CSS argument for that already in style.css:
.responsive #top .slideshow_caption h2 { font-size: 20px !important; font-weight: 100 !important; }
Thanks,
RikardSeptember 14, 2016 at 10:14 am #686232Hi,
I used code above to get full screen slider in mobile view.
Only one problem, when I click arrow at the bottom of slide show images in mobile view it doesn’t scroll to next section correctly, it should scroll more ‘plus header height’
Any function I could add to child theme to correct this?Thanks
- This reply was modified 8 years, 2 months ago by VBM.
September 14, 2016 at 4:31 pm #686471Thanks for the response Rikard
I managed to sort it out.
But have noticed the shopping cart icon on mobile menu is incorrect on iPhone5. Icon floats below menu and it should be to the left
Please advise
September 15, 2016 at 3:05 pm #686928Hey!
Can you please try adding following code to Quick CSS
@media only screen and (max-width: 480px) { .responsive #top #menu-item-shop .cart_dropdown_link { line-height: 150px !important; }}
If that does not help, please create a temporary admin login and post it here privately. Previously posted ones did not work for me.
Cheers!
YigitSeptember 15, 2016 at 5:25 pm #687025Hi Just tried pasting the code in Quick CSS and in the style.css in child theme and has not worked
How do I send you the screenshot?
September 15, 2016 at 6:17 pm #687045Hey!
You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
Also, admin logins would help.Cheers!
YigitSeptember 15, 2016 at 6:44 pm #687052Thanks Yigit, please see link below
September 16, 2016 at 12:28 pm #687448Hi,
Can you please post admin logins here privately as well? Otherwise, it will take longer to troubleshoot the issue as i can only reproduce the issue on my iphone and not on desktop when i resize browser window.
Best regards,
YigitSeptember 16, 2016 at 1:47 pm #687499Thanks for the response, please can you provide an email address
September 16, 2016 at 1:53 pm #687505Hi!
You can use (Email address hidden if logged out) but please post login credentials here privately so any available moderator can look into it.
Best regards,
YigitSeptember 16, 2016 at 2:10 pm #687513Thanks, please see below. Let me know if you have access
September 16, 2016 at 2:30 pm #687527Hey!
Can you please switch user role to administrator please? I am not able to see WP dashboard.
Best regards,
YigitSeptember 16, 2016 at 2:43 pm #687531apologies, thought I set you to admin. I have just updated, thanks
September 16, 2016 at 4:46 pm #687607Hey!
You had some errors in your custom CSS, i fixed them and changed the code to following one
@media only screen and (max-width: 480px) { .avia-safari #menu-item-shop .cart_dropdown_link { position: relative; top: -50px; }}
Please review your website now. It does look fine on my iphone
Regards,
YigitSeptember 16, 2016 at 5:03 pm #687622I just checked on my iPhone and is correct. Thanks you for your support Yigit
September 16, 2016 at 5:04 pm #687624Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Enjoy your weekend!
Best regards,
Yigit -
AuthorPosts
- The topic ‘Mobile menu and slider images not working correctly’ is closed to new replies.