Woodpecker theme mobile responsive missing heading and description text

Discussion in 'Woodpecker WordPress Business Theme' started by jjkeyport, Mar 8, 2014.

  1. jjkeyport

    jjkeyport New Member

    Joined:
    Feb 19, 2014
    Messages:
    1
    Likes Received:
    0
    Hi,

    I'm working with the Woodpecker theme and everything works fine except when I view the site on a mobile phone. The ipad or tablets work fine. Is there a way to have the heading and description of the slider appear on mobile phones? Great theme!

    Thanks,

    Jason
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    @media (max-width: 767px){
    .nivo-caption {
    visibility: visible!important;
    }
    .slide-h1 {
    font-size: 11px;
    line-height: 11px;
    }
    .nivo-caption p{
    font-size: 11px;
    line-height: 11px;
    }
     
    .nivo-caption a{
    font-size: 11px;
    line-height: 11px;
    }
     
    } 
    Adjust its value as per your requirements.

    Thanks & Regards
    Gourav Shrivastava
     
  3. kristine1g

    kristine1g Member

    Joined:
    May 2, 2012
    Messages:
    65
    Likes Received:
    7
    I'm having the same problem and the above code didn't resolve. On mobile, the logo, the slider and the footer only partially show on the far left. The home page feature images are huge (they are sized correctly) . Can't see the navigation menu. I don't have the tap to call on, my social icons are displaying in the top right.
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

    Hello,

    Do let us know your website link.

    Thanks & Regards
    Gourav Shrivastava
     
  5. kristine1g

    kristine1g Member

    Joined:
    May 2, 2012
    Messages:
    65
    Likes Received:
    7
    Hi, sent you a private message. Thanks
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

    Hello,

    We have visited your website the problem is occurring due to any one of the plugin you are using, Deactivate all plugins one by one and checkout which plugin creating this problem.


    Thanks & Regards
    Gourav Shrivastava
     
  7. kristine1g

    kristine1g Member

    Joined:
    May 2, 2012
    Messages:
    65
    Likes Received:
    7
    I deactivated all plugins since I'm not using any. Still have the same issue
     
  8. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
    I will check your issue and solve it.


    Thanks & Regards
    Gourav Shrivastava
     
  9. kristine1g

    kristine1g Member

    Joined:
    May 2, 2012
    Messages:
    65
    Likes Received:
    7
    Sent. Thank you
     
  10. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Issue resolved, Please check your website link.

    Thanks & Regards
    Gourav Shrivastava
     
  11. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    I did this and the slider did not show up at all and the other images did not show up. I put in a fresh inquiry.
     

Share This Page