rfgoetz
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-TopBar] Always a start delay when rotatingpppusl,
This is fixed and will go out in the next release. Thanks so much for helping me find this.
Bob
Forum: Plugins
In reply to: [WP-TopBar] image hides when bar is gradientTry this in CSS Option C:
background: url(https://yourwebsite.com/wp/wp-uploads/2013/05/app-icon.png) no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,179,242,1)), color-stop(50%,rgba(84,163,238,1)), color-stop(51%,rgba(54,144,240,1)), color-stop(100%,rgba(30,105,222,1)));Make sure to change this piece of the code “
https://yourwebsite.com/wp/wp-uploads/2013/05/app-icon.png” to the URL of your image. Make sure the background is transparent on your image.You can use this as a sample to add your gradient CSS.
Also, make sure to turn OFF the option to show an Image on the TopBar.
Forum: Plugins
In reply to: [WP-TopBar] Top Bar Won't Save New MessageEverything looks fine above. It is an odd duck!
Can you send me an export (SQL format) of your TopBars? (use the Export Options tab). My email address can be found in wp-topbar.php.
I want to see if there is something wrong with the table the plugin uses. The export will help me decipher that.
Thanks!
Bob
Forum: Plugins
In reply to: [WP-TopBar] Fading in and Out of Top Bar – ideaAny javascript should go into your theme or into a snippet plugin.
As I read this, I think that you should put the CSS in your theme’s css file. The div ID you want to modify is: “wptbheadline1” (change the “1” to “2” to change the second TopBar. You call also modify the Class “wptbbars”. You don’t need the Javascript.
If you are just trying to fade away the TopBar, why not just set the “Display Time” on the Main Options tab to 5 seconds?
Bob
Forum: Plugins
In reply to: [WP-TopBar] image hides when bar is gradientThat is by design: “f you enable the image (by selecting “Yes”), then the image will be used and the bar color will be ignored.”
I can play around with the code to see if I can get both to work. Pls give me a couple of days.
Bob
Forum: Plugins
In reply to: [WP-TopBar] WP-TopBar and caching?No worries. I don’t have the capacity to test how your website it setup. I can only speculate that the javascript the plugin created is not being cached correctly via cloudfare or maxcdn.
Forum: Plugins
In reply to: [WP-TopBar] Always a start delay when rotatingOK, the problem is with how the plugin uses the javascript function “setinterval”.
I’ve re-coded a portion of the plugin (for those cases where you have the TopBar rotate an infinite number of times). Do you mind testing it out on your site? (It works on my test site.) After that, I can re-code the plugin for when someone wants the TopBars to only rotate a specific number of times.
If you are OK, can you send me your email address? My email address is found in the file
wp-topbar.php.Thanks,
Bob
Forum: Plugins
In reply to: [WP-TopBar] Mystery Character?Thanks for the rating!
Forum: Plugins
In reply to: [WP-TopBar] Always a start delay when rotatingCan you reply with the URL.
I can take a look at the javascript that the plugin creates to see what the issue might be.
Bob
Forum: Plugins
In reply to: [WP-TopBar] Move Top Barclosing – no response in a week.
Forum: Plugins
In reply to: [WP-TopBar] WP-TopBar and caching?Can you help me understand what failed miserably means?
I’ve tested wordpress/W3TC and it works. I’ve not tested CloudFlare/MaxCDN.
What is not working w/the TopBar in your configuration?
Bob
Forum: Plugins
In reply to: [WP-TopBar] Mystery Character?See this to change your PHP version on godaddy:
https://www.godaddy.com/help/view-or-change-your-php-version-3937
See this to disable magic quotes on godaddy:
https://www.godaddy.com/help/disable-magic-quotes-8383It seems the version of PHP you are on has some sort of edge case defect that I’ve spent several hours trying to code around and cannot get it sorted out (and not break PHP 4.4+ and PHP 5).
Let me know if the above links help.
Forum: Plugins
In reply to: [WP-TopBar] Mystery Character?I just checked your site and it looks like it is working now with an apostrophe.
Is that correct? Can we close this ticket?
Forum: Plugins
In reply to: [WP-TopBar] Move Top BarThis is hard to debug since you don’t have any TopBars selected.
Can you try this in CSS Option C:
position:fixed; top:100px; z-index: 99999;width: 100%;Change the “top” parameter to the number of pixels you want the TopBar to pushed down the screen. The TopBar will be fixed in one place when the user scrolls down the page.
Change “position” to
position:relative, if you want the TopBar to scroll off the screen when the user scrolls down the page.Bob
Forum: Plugins
In reply to: [WP-TopBar] Mystery Character?There seems to be a problem in PHP 5.3. The plugin works with PHP 5.6 and Magic Quotes On. It has issues in 5.3 and Magic Quotes On.
Is it possible to upgrade your server to PHP 5.6? OR Turn “Off” Magic Quotes?
I am coding a way for the plugin to handle PHP 5.3, but it will take me at least week to get that done and fully tested. (My first quick fixed failed miserably).
Let me know,
Bob