Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 119768

samhagin on "[Plugin: WP Float] Disable from some pages?"

$
0
0

you can manually add the code below to the page you wish to remove it from

<script>
jQuery(document).ready(function() {
 jQuery('#wp-float-widget').remove()
});
</script>

where wp-float-widget is the exact ID for the floating item on the page. if you are unable to find the ID, provide a link to the page with WP Float and I can help you.


Viewing all articles
Browse latest Browse all 119768

Trending Articles