Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter tafeio

    (@tafeio)

    Thanks for the support! And congratulations for the excellent plugin!

    Best regards!

    Thread Starter tafeio

    (@tafeio)

    I would fix the errors if i knew how… But the plugin mentioned above kinda fixed the problem..

    Thread Starter tafeio

    (@tafeio)

    I guess the problem is solved… I put a widget on the sidebar for single post -HTML Javascript Adder (wich i use to scroll the fb recomendations) – And suddenly the top bar appeared…. Weird…

    Thread Starter tafeio

    (@tafeio)

    I’ve deleted the simplereach plugin but still no sucess. On a post page, i can see that the code for wp top bar is generated:

    <!-- WP-TopBar_ :: Number of TopBars Selected: 2-->
    
    <script type='text/javascript'>
    jQuery(document).ready(function() {jQuery('body').prepend('<div id="topbar1" style="position:fixed; top: 0; padding:0; margin:0; width: 100%; z-index: 99999;"><p id="wptbheadline1" style="visibility:hidden;;background: #ffffff;margin:  0px 0px 0px;text-align:center;font-size: 16px; padding-top:8px;padding-bottom:8px;color:#000000; display:block;border-bottom-color:#f90000;border-bottom-style: solid;border-bottom-width: 8px;">O que os homens são capazes de fazer por uma queca…<a style="color:#c00000; " href="http://diverte.me/o-que-os-homens-sao-capazes-de-fazer-por-uma-queca-2/" target="_blank">Vê o vídeo aqui!</a></p></div>');} );
    </script>
    <script type='text/javascript'>
    jQuery(document).ready(function() {jQuery('body').prepend('<div id="topbar2" style="position:fixed; top: 0; padding:0; margin:0; width: 100%; z-index: 99999;"><p id="wptbheadline2" style="visibility:hidden;;background: #ffffff;margin:  0px 0px 0px;text-align:center;font-size: 16px; padding-top:8px;padding-bottom:8px;color:#000000; display:block;border-bottom-color:#f90000;border-bottom-style: solid;border-bottom-width: 3px;">O que os homens são capazes de fazer por uma queca…<a style="color:#c00000; " href="http://diverte.me/o-que-os-homens-sao-capazes-de-fazer-por-uma-queca-2/" target="_blank">Vê o vídeo aqui!</a></p></div>');} );
    </script>
    <script type='text/javascript'>
    
    	document.cookie="wptopbar_8aa1d57ad50b538e583a2e9e730b0de8"+'=;expires=Thu, 01-Jan-70 00:00:01 GMT;';
    
    </script>
    
    <script type='text/javascript'>
    
    jQuery(document).ready(function() {
    
    	jQuery("#wptbheadline1").hide();
    	jQuery("#wptbheadline2").hide();
    	var wtpbPoints = [];
    
    	wtpbPoints[ 0 ] = 25;
    	wtpbPoints[ 1 ] = 25;
    	random_priority = 0;
    	random_priority = Math.floor(Math.random()*50);
    	total_points = 0;
    	wptb_selected_row = 0;
    
    	for ( var i = 0; i < wtpbPoints.length; i = i + 1 ) {
    		total_points = total_points + wtpbPoints[i]; 
    
    		if (random_priority <= total_points) {
    				wptb_selected_row = (i + 1);
    				i = wtpbPoints.length + 1;
    		}
    	} 				 
    
    	var wptbSelectRow = {
    		1: function() {jQuery("#wptbheadline1").hide().delay(0).css("visibility","visible").slideDown(0).fadeIn(1000).show("slow");},
    		2: function() {jQuery("#wptbheadline2").hide().delay(0).css("visibility","visible").slideDown(0).fadeIn(1000).show("slow");}
    	};
    
    	// execute the one specified in the 'wptb_selected_row' variable:
    
    	wptbSelectRow[wptb_selected_row]();
    }
    );
    </script>

    I don’t have a clue on what to do…

    Thread Starter tafeio

    (@tafeio)

    Thanks Bob, but that doesn’t work.

    I’ve already tried:
    – Uninstall and reinstall plugin
    – Delete the plugin folder through FTP
    – Delete the related top bar table on myphpadmin

    None of that worked. The bar only shows on homepage. Any ideias?

    Thank you

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