Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #126403
    PeteGWebmaster
    Participant

    Hi my social icons are no longer working at LosAngelesWebDesignSEO dot com and I’m not sure why. I tried disabling plugins and css to no ado

    #126412
    tikaram
    Keymaster

    @petegwebmaster : Try disabling plugins like WP-rocket and use the original css instead of minified css. Then remove the all the cache and check your site again.

    Regards,
    Tikaram

    #126641
    PeteGWebmaster
    Participant

    Wp rocket is why my page loads fast giving me good seo. I dont want to dieable it. This was never a problem until just recently.

    #126645
    PeteGWebmaster
    Participant

    Here’s the page speed times of my home page from Tools.pingdom.com:

    With WP-Rocket: .6 seconds

    With WP Fastest Cache: 2.5 seconds

    Without Caching: 1.5 seconds

    #126646
    PeteGWebmaster
    Participant

    I figured out a work around, I just hand coded my own social icons.

    I have another problem I just noticed with the same website. This code:

    
     #main{
    	width: 1100px;
    }

    makes the desktop version of my website look nice but messes up my mobile site.

    Is there a version of this code available that would only affect the desktop version of the site and not the mobile version?

    #126660
    tikaram
    Keymaster

    @petegwebmaster : This will only affect the desktop version of your site.

    @media only screen and (min-width: 1200px) {
    	 #main{
    	width: 1100px;
    }
    }

    Regards,
    Tikaram

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Social Icons’ is closed to new replies.