Viewing 11 replies - 1 through 11 (of 11 total)
  • hrm are you certain its not cached for you, i can see all the tabs in all the my browsers … i’ll keep digging but can you check supercache, wpcache, your browsers cache etc

    well phoo, i can get firefox to break but only firefox and not on all the water only the one

    Thread Starter jeremyers1

    (@jeremyers1)

    Oh, yes. I am using WP Super Cache.

    Is there a setting I need to use so that WP Super Cache does not break this plugin? I will look through the installation guide and support threads a little better….

    supercache its self should be ok, i use it too, but you do need to clear it for ALL pages when you make any settings changes to the plugin.

    Also I’m not having that issue on other sites it seems ( check out http://www.cloudhero.net and see if you have the same problem, its running the “official ” version not a dev version , i do that on brandonholtsclaw.com to test upcoming releases thus why its broken there sometimes … )

    I have time now so I’m going to be looking into tracking down the actual issue today … i’m sure its something silly we’re overlooking or a lot more people would be screaming about it 🙂

    Thread Starter jeremyers1

    (@jeremyers1)

    Something strange is definitely going on with my site, because I will disable all the plugins, including WP Super Cache and GPlus Comments, and then will delete the IE cache, Temp Internet files, etc, etc, and when I reload the website, the GPlus comment section is still there! What in the world???

    Could it be some sort of expires headers settings maybe where I am caching a script or something? I cannot understand why the GPlus comment section would still show up even after I have disabled it.

    Wow, well obviously it has to be something doing it but i’d have no idea what without knol of your setup … i can only make a few guesses but after the plugins are disabled and cache cleared try “rm -rf wp-content/cache/*” to manually make sure all cache is dead

    on top of that it could be cloudflare or varnish or some other 3rd party cache system …

    any of that ring a bell in your setup ??

    Also make sure the concatenate scripts and css DEFINES in the wp-config is off as well

    Thread Starter jeremyers1

    (@jeremyers1)

    Ok, I just discovered something…

    The problem only occurs in the third tab.

    So if, for example, I do this:

    facebook,gplus,disqus,wordpress,trackback

    Then Disqus will not work.

    But if I put Facebook in the third tab, then Disqus works fine, and now Facebook does not work.

    It works fine if Google Plus or WordPress are in the Third Tab, so I will run it that way for now…

    ok i’m looking whats diff now then , it should live in the file /plugins/gplus-comments/templates/container.php

    Thread Starter jeremyers1

    (@jeremyers1)

    Don’t waste any time on this just for me. I got it working.

    If other people end up experiencing similar problems, then maybe you will want to look into it. But I am happy with the way it is now.

    Thread Starter jeremyers1

    (@jeremyers1)

    Just as an update… I think I (possibly) narrowed down the problem on my site to my .htaccess expires headers…

    I have removed them all for now.

    <IfModule mod_expires.c>
    ExpiresActive on

    # Perhaps better to whitelist expires rules? Perhaps.
    ExpiresDefault “access plus 1 month”

    # cache.appcache needs re-requests
    # in FF 3.6 (thx Remy ~Introducing HTML5)
    ExpiresByType text/cache-manifest “access plus 0 seconds”

    # Your document html
    ExpiresByType text/html “access plus 0 seconds”

    # Data
    ExpiresByType text/xml “access plus 0 seconds”
    ExpiresByType application/xml “access plus 0 seconds”
    ExpiresByType application/json “access plus 0 seconds”

    # RSS feed
    ExpiresByType application/rss+xml “access plus 1 hour”

    # Favicon (cannot be renamed)
    ExpiresByType image/x-icon “access plus 1 week”

    # Media: images, video, audio
    ExpiresByType image/gif “access plus 1 month”
    ExpiresByType image/png “access plus 1 month”
    ExpiresByType image/jpg “access plus 1 month”
    ExpiresByType image/jpeg “access plus 1 month”
    ExpiresByType video/ogg “access plus 1 month”
    ExpiresByType audio/ogg “access plus 1 month”
    ExpiresByType video/mp4 “access plus 1 month”
    ExpiresByType video/webm “access plus 1 month”

    # HTC files (css3pie)
    ExpiresByType text/x-component “access plus 1 month”

    # Webfonts
    ExpiresByType font/truetype “access plus 1 month”
    ExpiresByType font/opentype “access plus 1 month”
    ExpiresByType application/x-font-woff “access plus 1 month”
    ExpiresByType image/svg+xml “access plus 1 month”
    ExpiresByType application/vnd.ms-fontobject “access plus 1 month”

    # CSS and JavaScript
    ExpiresByType text/css “access plus 1 year”
    ExpiresByType application/javascript “access plus 1 year”
    ExpiresByType text/javascript “access plus 1 year”

    <IfModule mod_headers.c>
    Header append Cache-Control “public”
    </IfModule>
    </IfModule>

    Thread Starter jeremyers1

    (@jeremyers1)

    Is this Expires headers better or worse? Maybe you recommend no expires headers at all?

    # BEGIN Expire headers
    <ifModule mod_expires.c>
    ExpiresActive On
    ExpiresDefault “access plus 5 seconds”
    ExpiresByType image/x-icon “access plus 2592000 seconds”
    ExpiresByType image/jpeg “access plus 2592000 seconds”
    ExpiresByType image/png “access plus 2592000 seconds”
    ExpiresByType image/gif “access plus 2592000 seconds”
    ExpiresByType application/x-shockwave-flash “access plus 2592000 seconds”
    ExpiresByType text/css “access plus 604800 seconds”
    ExpiresByType text/javascript “access plus 216000 seconds”
    ExpiresByType application/javascript “access plus 216000 seconds”
    ExpiresByType application/x-javascript “access plus 216000 seconds”
    ExpiresByType text/html “access plus 600 seconds”
    ExpiresByType application/xhtml+xml “access plus 600 seconds”
    </ifModule>
    # END Expire headers

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Disqus Tab is Blank in IE and FF’ is closed to new replies.