tafeio
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-TopBar] My topbar is only showing on homepageThanks for the support! And congratulations for the excellent plugin!
Best regards!
Forum: Plugins
In reply to: [WP-TopBar] My topbar is only showing on homepageI would fix the errors if i knew how… But the plugin mentioned above kinda fixed the problem..
Forum: Plugins
In reply to: [WP-TopBar] My topbar is only showing on homepageI 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…
Forum: Plugins
In reply to: [WP-TopBar] My topbar is only showing on homepageI’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…
Forum: Plugins
In reply to: [WP-TopBar] My topbar is only showing on homepageThanks 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 myphpadminNone of that worked. The bar only shows on homepage. Any ideias?
Thank you