Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #463187

    Hi there,

    Great theme! Thank you.

    Can you check this website enfold.meditateinbrighton.com (in development).

    The images on the homepage on a mobile are displayed beyond the boundaries of the screen so parts are not displayed. Responsive mode is switched on in the theme. Also, it’s set to responsive under 1140. I don’t understand why – can you help? Interesting enough – in the layslider “preview” also they not shown correctly. However, the images display perfectly on a desktop device. The sliders dimensions are 1583 × 300

    Also, do you know why the social media icons on a mobile device overlap the logo image? It looks quite messy. Any help appreciated,

    Best Wishes & thank you in advance,

    Chris.

    #463564

    Hi kelsangchodor!

    Please try adjusting “responsive under” and “layers container” values in LayerSlider WP > Slider Settings > Layout and check if that helps – http://i.imgur.com/E2YOJ5x.png

    Best regards,
    Yigit

    #463719

    Thanks Yigit,

    That worked!

    Do you have any idea why the logo and social media icons are clashing together at the top when viewed from a mobile device?

    Best wishes,

    Chris.

    #464123

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) and (min-width: 480px) {
    .responsive.html_header_top #header_main .social_bookmarks {
      right: -15px;
      margin-top: 0;
    }
    a#advanced_menu_toggle {
      top: 22px;
    }}

    Regards,
    Yigit

    #464432

    Hi Yigit,

    Thank you so much for your reply. I appreciate your time – it worked!

    I’m still having a bit of problem with the sliders. For example:

    http://enfold.meditateinbrighton.com/about-bodhisattva-kmc/

    The text that hovers over the slides is off the screen on a mobile but it fits perfectly on a desktop. I have set response under 1500 and layer container size 1150. I’ve tried other values but just can’t get it to work.

    Any ideas why this might be?

    Best Wishes,

    Chris.

    #464818

    Hi!

    Please post the login details here so that we can check it. Make sure that you have the latest version of the theme. Latest version is 3.2.1.

    Cheers!
    Ismael

    #464840

    Hi Ismael,

    Thanks for getting back to me. I just want to say from the user point of view the support here is wonderful and it makes such a difference! Keep going guys and great job :)

    I managed to fix the problemve abo. For some reason I had a minus figure for the X position on the text layer.

    Can I ask one more question?

    When images are displayed on a mobile device is it possible to set what size they are displayed at? i.e. 50% of normal size? Or is this all automatic. For example:

    http://enfold.meditateinbrighton.com/meditation-rooms/

    On this page of our website – when it is displayed on a mobile device that is being held in portrait the images in the main body of the text look big and make the text look squashed.Is there a way around this? Or is this just the nature of using a mobile device?

    Thank you for your help,

    Best Wishes,

    Chris.

    #465596

    Hey!

    Please try the following in Quick CSS for the images on that particular page:

    @media only screen and (max-width: 767px) {
    .page-id-3801 .av_textblock_section a {
      min-width: 100% !important;
    }
    }
    

    Cheers!
    Rikard

    • This reply was modified 9 years, 5 months ago by Rikard.
    #466206

    Hi Rikard,

    I tried this CSS but it doesn’t seem to make any changes at all to the image size on those pages on a mobile. Any ideas why not?

    Best Wishes,

    Chris.

    #466818

    Hey Chris!

    Not sure, could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #466960

    Hi Rikard,

    Have supplied below.

    Best Wishes & thank you in advance,

    Chris.

    • This reply was modified 9 years, 4 months ago by kelsangchodor.
    #467895

    Hi!

    the code Rikard provided to you is working and I would decrease the size to maybe 50% and add some margin, so the text is not too close to the image:

    @media only screen and (max-width: 767px) {
    .page-id-3801 .av_textblock_section a {
    max-width: 50% !important;
    margin-right: 10px !important;
    }}
    

    For the second image use this code:

    @media only screen and (max-width: 767px) {
    img.size-full.wp-image-5116.alignright {
    max-width: 50%;
    }}
    

    Cheers!
    Andy

    #468083

    Hi Andy,

    It worked – yipee!!!

    Thanks so much for the code. You guys are GREAT!!!

    Best wishes,

    Chris.

    #468341

    Hi!

    Glad we could help :)

    Best regards,
    Rikard

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Layslider images being cropped on mobile’ is closed to new replies.