Themia Mobile Phone Issues

Discussion in 'Themia WordPress Theme' started by freepublicitygr, May 29, 2015.

  1. freepublicitygr

    freepublicitygr Member

    Joined:
    Nov 19, 2012
    Messages:
    32
    Likes Received:
    0
    2 issues:

    On a mobile phone, the perspective of the images in the slider section changes. Looks really bad.

    Also the menu does not open and stay open when touched.

    Thanks,

    Don
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Could you please provide us URL of your website along with some edited screenshot of your issue so that we can assist you accordingly?

    Thanks,
    Praveen
     
  3. freepublicitygr

    freepublicitygr Member

    Joined:
    Nov 19, 2012
    Messages:
    32
    Likes Received:
    0
    I use this theme for about 5 sites. It is happening on ALL of them. One example is www.50greatwritersyoushouldbereading.com. I can't take a screenshot from a phone, so I'll attach a screen shot showing how it SHOULD look.

    Thanks
     

    Attached Files:

  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    1>Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (max-width: 480px){
    #slides img {
    max-width:100%;
    height:auto;
    }
    #main{
    height:93px;
    }
    #slides .next,
    #slides .prev {   
      top: 44px;
      }
    }
    @media only screen and (max-width: 767px) and (min-width: 480px){
    #slides img {
      height: auto;
      max-width: 100%;
    }
    #main {
      height: 173px;
    }
    #slides .next,
    #slides .prev {   
      top: 80px;
      }
    }
    2> It seems that some of the plugin might conflict with the functionality of the menu.
    Please deactivate plugins and check.

    Thanks,
    Praveen
     
  5. freepublicitygr

    freepublicitygr Member

    Joined:
    Nov 19, 2012
    Messages:
    32
    Likes Received:
    0
    That did solve the image issues, but the menu is still not dropping down on mobile devices. I deactivated all the plugins it still happens on mobile devices.

    What next?

    Thanks,

    Don
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    We need you dashboard access to check this issue at our end.

    So, please send us your website WordPress login details at [email protected] along with the thread link.

    Thanks,
    Praveen
     
  7. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    I have resolved your issue and also reply through email.
    Kindly check.

    Thanks,
    Praveen
     

Share This Page