Quantcast
Channel: Topic Tag: footer | WordPress.org
Viewing all articles
Browse latest Browse all 13554

sky108 on "customizing footer"

$
0
0

Having problems since the recent wordpress update...my footer image has reverted back into it's "hovering" position. So much of the same question really, how can I get that image to "stick" on top of the footer? Any help much appreciated, I have tried to copy the above but doesn't seem to work now?
Here is my footer.php file:

<?php
/**
* Built theme footer with widget area,
* and wp_footer(). The widget area is called
* ffooter because 'footer' causes issues.
*
* @package wpSight
* @since 1.0
*/

// Action hook before footer
do_action( 'wpsight_footer_before' );

// Display footer widget area if active

if( is_active_sidebar( 'ffooter' ) ) {

// Open layout wrap
wpsight_layout_wrap( 'footer-wrap' ); ?>

/* Footer Image */

<div id="footer-image">

<img src="http://loyals.info/wp-content/uploads/2014/07/london-scape-footer-cut-w-white33-transparent.png" alt="Image Description">

</div><!-- footer-image -->

/* Footer */
<div id="footer" class="clearfix">

/* Footer Widget Area */
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer') ) ?>

<?php dynamic_sidebar( 'ffooter' ); ?>

</div><!-- #footer--><?php

<div id="footer-sidebar" class="secondary">
<div id="footer-sidebar1">
<?php
if(is_active_sidebar('footer-sidebar-1')){
dynamic_sidebar('footer-sidebar-1');
}
?>
</div>
<div id="footer-sidebar2">
<?php
if(is_active_sidebar('footer-sidebar-2')){
dynamic_sidebar('footer-sidebar-2');
}
?>
</div>
<div id="footer-sidebar3">
<?php
if(is_active_sidebar('footer-sidebar-3')){
dynamic_sidebar('footer-sidebar-3');
}
?>
</div>
</div>

</div><!-- #footer--><?php

// Close layout wrap
wpsight_layout_wrap( 'footer-wrap', 'close' );

} // endif is_active_sidebar()

// Action hook after footer
do_action( 'wpsight_footer_after' ); ?>

</div><!-- #outer -->

<?php
do_action( 'wpsight_after' );
wp_footer();
?>

</body>
<!--Start of Zopim Live Chat Script-->
<script type="text/javascript">
window.$zopim||(function(d,s){var z=$zopim=function(c){z._.push(c)},$=z.s=
d.createElement(s),e=d.getElementsByTagName(s)[0];z.set=function(o){z.set.
_.push(o)};z._=[];z.set._=[];$.async=!0;$.setAttribute('charset','utf-8');
$.src='//v2.zopim.com/?2PcASxxRPk0QamjgPPebmfoTRRP4nb2Y';z.t=+new Date;$.
type='text/javascript';e.parentNode.insertBefore($,e)})(document,'script');
</script>
<!--End of Zopim Live Chat Script-->

<script>

$zopim(function() {
$zopim.livechat.button.setColor('#B20047');
$zopim.livechat.theme.reload('#B20047'); // apply new theme settings
});

</script>

<script>

$zopim(function() {
$zopim.livechat.window.setColor('#B20047');
$zopim.livechat.theme.reload(); // apply new theme settings
});

</script>

<script>

$zopim(function() {
$zopim.livechat.badge.setColor('#B20047');
$zopim.livechat.theme.reload(); // apply new theme settings
});

</script>

<script type="text/javascript">
$zopim(function(){
$zopim.livechat.concierge.setName('Loyals Of London');
});
</script>

</html>


Viewing all articles
Browse latest Browse all 13554

Trending Articles