slider image on ipad landscape

Discussion in 'ColorWay WordPress Theme' started by totaldiagnostic, Oct 23, 2014.

Thread Status:
Not open for further replies.
  1. totaldiagnostic

    totaldiagnostic New Member

    Joined:
    Sep 17, 2012
    Messages:
    20
    Likes Received:
    0
    Hello

    There is an issue with the slider on ipad when turned landscape
    the image is croped (right side). see atached
    how can i fix this?

    the theme is Colorway v3.4. :)

    10x
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    We are not getting issue. You can see this because of responsiveness. It vary and adjust according to screen size.
    Thanks & Regards
    Pramod
     
  3. totaldiagnostic

    totaldiagnostic New Member

    Joined:
    Sep 17, 2012
    Messages:
    20
    Likes Received:
    0
    hello
    what I am tring to say is that, on ipad turned lanscape, the slider image is croped,
    if you look at the images, on "ipad lanscape" you can't see the green wall in the right like it appears on the "ipad portret" image

    10x
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (min-width: 961px) and (max-width: 1260px) {
    #slides .slide-img{
    width: 100%;
    }
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  5. totaldiagnostic

    totaldiagnostic New Member

    Joined:
    Sep 17, 2012
    Messages:
    20
    Likes Received:
    0
    hello again

    It is not working properly
    It is streched and croped

    see atached a print screen from my ipad mini retina (display resolution is 2048 x 1536 px).
    I tried to simulate how it should look...(marked red in the second picture)
    the slider in lanscape has other proportions

    thank you
     

    Attached Files:

  6. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Please explain little bit more that how do you want to look slider look, then please send us your WordPress dashboard login details also the link of this thread at [email protected]. so that, we can have a look over the issue in details.

    Your website link:
    WordPress username:
    WordPress password:
    This thread link: http://www.inkthemes.com/community/threads/slider-image-on-ipad-landscape.14428/#post-55010

    Note: When your issue get resolved, you can change your password.

    Thanks & Regards
    Yogesh Bhade
     
  7. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    We have fixed your issue. Please visit your site.

    Thanks & Regards
    Yogesh Bhade
     
  8. totaldiagnostic

    totaldiagnostic New Member

    Joined:
    Sep 17, 2012
    Messages:
    20
    Likes Received:
    0
    now it is ok

    thank you
     
Thread Status:
Not open for further replies.

Share This Page