• works nicely but not on Pages πŸ™ homepage and posts are OK, but Pages nothing πŸ™ and I dont know why πŸ™‚

    source code from Pages:

    <script type='text/javascript' src='http://*.eu/wp-content/plugins/wp-float/js/jquery.easing.js?ver=3.5.1'></script>
    <script type='text/javascript' src='http://*.eu/wp-content/plugins/wp-float/js/jquery.floater.2.2.js?ver=3.5.1'></script>
    <script type='text/javascript' src='http://*.eu/wp-content/plugins/wp-float/js/jquery.hoverIntent.minified.js?ver=3.5.1'></script>

    completely missing this part ->
    Homepage source:

    <script type='text/javascript'>
                                    jQuery(document).ready(function($) {
                                            jQuery('#11749-wpf').dcFloater({
                            width: '150',
                            location: 'top',
                            align: 'left',
                            offsetLocation:25,
                            offsetAlign:550,
                            speedFloat:'',
                            tabText: '',
                            tabClose: false,
                            easing: 'easeOutQuint',
                            event: 'hover',
    			center: true, centerPx: 550,                        disableFloat:true,
                            idWrapper: '11749-wpf-id',
    
                                            });
                                    });
                            </script>

    http://wordpress.org/extend/plugins/wp-float/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘not working on PAGES!’ is closed to new replies.