Hi,
Open wp-float.php
Go to line 539,below code is written there.You can change it for showing floating image in all categories.I have modified this for specific page display.(i.e corporate enterprise solution)
if (is_page(‘corporate-enterprise-solution’) && isset($home) && $home == 1 || is_single() && isset($single) && $single == 1 || is_page() && isset($page) && $page == 1 || is_front_page() && isset($home) && $home == 0 || isset($cat) && $cat == 1 && $catname == $catlist && is_single() ) { ?>
Thanks
Can the developer please add the option “Show in all Categories” or make checkboxes instead of a select field? With the next update, these changes will be overwritten!