Website loading slowly

Discussion in 'ColorWay WordPress Theme' started by connecte, Jun 17, 2015.

  1. connecte

    connecte New Member

    Joined:
    Sep 3, 2014
    Messages:
    19
    Likes Received:
    0
    Hello,

    My website is loading very slowly www.connectedbirthva.com

    Also, when I view my site on a phone or iPad, the call now button is over our logo.

    Thanks,

    Mandy Restivo-walsh
     
  2. praveen

    praveen Support Staff

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

    It seems that your JS and CSS files are not minified. So I would recommend you to try and use W3total cache plugin.

    Using it , it will do Up to 80% bandwidth savings via minify and HTTP compression of HTML, CSS, JavaScript and feeds.

    Kindly try it once.

    As far as issue regarding the "Call Now" button is concerned in mobile view, 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: 767px){
    .call-us {
      margin-top: 45px !important;
    }
    }

    Hope it will solve your issue.

    Thanks,
    Praveen
     

Share This Page