Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #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

    #681036

    Hey 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.
    #681200

    Thank 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?

    #681575

    Hi,

    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,,
    Rikard

    #681637

    Thanks 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

    #681928

    Hi,

    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.
    #684745

    Apologies for the delayed response, thanks Rikard.

    How can I increase the size of the welcoming heading on the opening slider?

    #684909

    Hi,

    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,
    Rikard

    #686232

    Hi,

    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.
    #686471

    Thanks 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

    #686928

    Hey!

    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!
    Yigit

    #687025

    Hi 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?

    #687045

    Hey!

    You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
    Also, admin logins would help.

    Cheers!
    Yigit

    #687052

    Thanks Yigit, please see link below

    https://dl.dropboxusercontent.com/u/52601908/IMG_0604.PNG

    #687448

    Hi,

    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,
    Yigit

    #687499

    Thanks for the response, please can you provide an email address

    #687505

    Hi!

    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,
    Yigit

    #687513

    Thanks, please see below. Let me know if you have access

    #687527

    Hey!

    Can you please switch user role to administrator please? I am not able to see WP dashboard.

    Best regards,
    Yigit

    #687531

    apologies, thought I set you to admin. I have just updated, thanks

    #687607

    Hey!

    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,
    Yigit

    #687622

    I just checked on my iPhone and is correct. Thanks you for your support Yigit

    #687624

    Hey!

    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

Viewing 23 posts - 1 through 23 (of 23 total)
  • The topic ‘Mobile menu and slider images not working correctly’ is closed to new replies.