• Resolved yumarama

    (@yumarama)


    Just installed 2011 and note that there is a pale blue footer showing up on my site now, nothing on it, just a blue bar at the bottom of the page. Checking with CSS Class display via Chrome, it shows up as

    #gfc_iframe_1332115310_0_body
    #gfc_iframe_1332115310_0

    which is referring to the google friends connect widget, I assume. But these haven’t been added to the widgets set.

    How do I delete this and make that footer go away as I have not set any footer to show up?

Viewing 2 replies - 1 through 2 (of 2 total)
  • This code is being generated in your header, which is causing the phantom footer. If you haven’t edited your header.php this code must be generated by a plugin. Disable all plugins and see if it goes away. I’m not sure which plugin you have installed but it is possible for the footer to show up even if the Google Friends Connect Widget is not active, it all depends on the plugin.

    <!-- Render the gadget into a div. -->
            <script type="text/javascript">
            var skin = {};
            skin['BORDER_COLOR'] = '#cccccc';
            skin['ENDCAP_BG_COLOR'] = '#e0ecff';
            skin['ENDCAP_TEXT_COLOR'] = '#333333';
            skin['ENDCAP_LINK_COLOR'] = '#0000cc';
            skin['ALTERNATE_BG_COLOR'] = '#ffffff';
            skin['CONTENT_BG_COLOR'] = '#ffffff';
            skin['CONTENT_LINK_COLOR'] = '#0000cc';
            skin['CONTENT_TEXT_COLOR'] = '#333333';
            skin['CONTENT_SECONDARY_LINK_COLOR'] = '#7777cc';
            skin['CONTENT_SECONDARY_TEXT_COLOR'] = '#666666';
            skin['CONTENT_HEADLINE_COLOR'] = '#333333';
            skin['POSITION'] = 'bottom';
            skin['DEFAULT_COMMENT_TEXT'] = '';
            skin['HEADER_TEXT'] = '';
            google.friendconnect.container.setParentUrl('/blog/' /* location of rpc_relay.html and canvas.html */);
            google.friendconnect.container.renderSocialBar(
                { id: 'div-1234681839482',
                    site: 'Yumarama',
                    'view-params':{"scope":"PAGE","allowAnonymousPost":"false","features":"comment","showWall":"false","docId":""}
                },
                skin);
            </script>
    Thread Starter yumarama

    (@yumarama)

    Thanks Nick, that did the trick! Seems I had previously set up a GFC plugin that never worked well, I removed it and the ghost footer went away.

    Again, thank you for the help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme TwentyEleven] Phantom footer’ is closed to new replies.