Title: Ca not be fixed?
Last modified: August 20, 2016

---

# Ca not be fixed?

 *  [drbrahm](https://wordpress.org/support/users/drbrahm/)
 * (@drbrahm)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/ca-not-be-fixed/)
 * Hi,
 * I have put wp-float in my website (clinicacoser.com) but the image is always 
   floating when scrolling.
 * I have changed it to Fixed. But it does not work.
 * Is it a bug?
 * [http://wordpress.org/extend/plugins/wp-float/](http://wordpress.org/extend/plugins/wp-float/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [samhagin](https://wordpress.org/support/users/samhagin/)
 * (@samhagin)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/ca-not-be-fixed/#post-3571926)
 * Are you trying to make the image static? If so, refer to this post [http://wordpress.org/support/topic/stationary-positioning?replies=2](http://wordpress.org/support/topic/stationary-positioning?replies=2)
 * Fixed means it stays visible on the page at all times but does not float.
 *  Thread Starter [drbrahm](https://wordpress.org/support/users/drbrahm/)
 * (@drbrahm)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/ca-not-be-fixed/#post-3571927)
 * Hi Samhagin,
 * I have just did it! But it is not working.
 * The site is clinicacoser.com and the float image is on the left site.
 * I have placed this just before </head>
 * <script>
    jQuery(document).ready(function(){ jQuery(‘#967-wpf’).css(‘position’,’
   absolute’); }); </script>
 * The wp float code generated is:
 * <script type=’text/javascript’>
    jQuery(document).ready(function($) { jQuery(‘#
   967-wpf’).dcFloater({ width: ‘100’, location: ‘top’, align: ‘right’, offsetLocation:
   283, offsetAlign:590, speedFloat:’1′, tabText: ”, tabClose: false, easing: ‘easeOutQuint’,
   event: ‘hover’, center: true, centerPx: 590, disableFloat:true, idWrapper: ‘967-
   wpf-id’,
 *  });
    }); </script>
 * Thanks.
 * Daniel
 *  Plugin Author [samhagin](https://wordpress.org/support/users/samhagin/)
 * (@samhagin)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/ca-not-be-fixed/#post-3571932)
 * there are two ids for any wp float item and the one you shoud use is 967-wpf-
   id , you can see this when you check the source code for the page so the code
   will be
 *     ```
       <script>
       jQuery(document).ready(function(){
       jQuery('#967-wpf-id').css('position','absolute');
       });
       </script>
       ```
   
 *  Thread Starter [drbrahm](https://wordpress.org/support/users/drbrahm/)
 * (@drbrahm)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/ca-not-be-fixed/#post-3571943)
 * I have just fiexe de ID as you metioned and I’ve got it fixed.
 * Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Ca not be fixed?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-float.svg)
 * [WP Float](https://wordpress.org/plugins/wp-float/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-float/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-float/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-float/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-float/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-float/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [drbrahm](https://wordpress.org/support/users/drbrahm/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/ca-not-be-fixed/#post-3571943)
 * Status: not resolved