rfgoetz
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-TopBar] Shortcode insert, WP-topbar not showingTry this (replaced double quotes with single quotes):
echo preg_replace("/\r\n|\r|\n/",'',do_shortcode("[displayAdzone id='1']"));or
echo preg_replace("/\r\n|\r|\n/",'',do_shortcode("[displayAdzone id=\"1\"]"));Bob
Forum: Plugins
In reply to: [WP-TopBar] Shortcode insert, WP-topbar not showingTry this:
echo preg_replace("/\r\n|\r|\n/",'',do_shortcode('[displayAdzone id="1"]'));Bob
Forum: Plugins
In reply to: [WP-TopBar] Can't Get The Bar To Show At Allgo to http://zwebify.com/contact/ and send me the info and I’ll take a look at it.
Bob
Forum: Plugins
In reply to: [WP-TopBar] top bar showing before timeThanks for your help in testing the fix. I pushed 5.20 just now.
Bob
Forum: Plugins
In reply to: [WP-TopBar] top bar showing before timeOK — I think I fixed the issue. I tested all ten use cases of how someone can set the dates. I manipulated my WordPress GMT offset and also my php.ini timeszones to validate as part of the testing process.
I also added a new comment where you enter the start/end times to show the current WordPress Server time. It helped me to figure out what time to enter in the option fields:
You must use your WordPress Server Time when you set these options. When this page was rendered, the WordPress time was: 2014-01-08 21:44:21Would you be willing to test this out on your site? There are no changes to the backend database or tables, so it can be easy downgraded to the production version. If so, let me know a good email address and I’ll shoot you over a zipped copy to install.
Thanks,
Bob
Forum: Plugins
In reply to: [WP-TopBar] Saving resets changesHmm.. this is the first report of this issue. I have not experienced it.
It could be a browser issue, a plugin conflict or a hosting issue.
The fastest way for me to try to debug this would be to get admin access to a test site where the problem occurs. I can then run the plugin in debug mode to see where the problem might be.
Bob
Forum: Plugins
In reply to: [WP-TopBar] top bar showing before timeThanks for your patience. I am refactoring the time processing and will have an update in a few days.
Bob
Forum: Plugins
In reply to: [WP-TopBar] top bar showing before timeOdd duck. I have not changed that logic.
I did run a test on my site and it seems that something changed in how time is processed on the server.
If you go to the Debug Tab for the TopBar with time settings, you’ll see the time info for the server and for the TopBar. Here is an extract from my test site:
Time Check: Server Timezone: UTC Current Time: 01/06/2014 17:40 (UTC) Multisite Check: Multisite: No TopBar Time Check: Starting Time: 01/06/2014 18:00 (UTC) - As entered: 01/06/2014 18:00You’ll see the server time is UTC. To make the TopBar time settings work (for now), you’ll need to enter the Time on the Control Tab as UTC.
Let me know if entering the time as if you were in the UTC timezone works for you.
I’ll need to work on what changed and how to revert the plugin to use the local time for data entry.
Bob
Forum: Plugins
In reply to: [WP-TopBar] close button not workingFound the defect.. v. 5.19 Fixes defect for those TopBars that had a Close Button and had a Display Time of greater than zero.
Forum: Plugins
In reply to: [WP-TopBar] Multiple Topbars at Same TimeClosed — no response in about a week.
Forum: Plugins
In reply to: [WP-TopBar] close button not workingWhat is your URL so that I can see? It works on my test sites.
Thanks,
Bob
Forum: Plugins
In reply to: [WP-TopBar] Custom TopbarsSo, I understand that you created a background image for a TopBar to be used in by plugin.
To add this background image into the samples, you need to create a TopBar in the plugin — adding your background image to it (using the TopBar Text & Image tab). Adjust your settings to get the TopBar how you want it to look.
Then, you can export all of your Plugins using the Export Tab and selecting the JSON option.
Now, you can upload that JSON file and all images to a directory on your webserver. You’ll need to rename the file per the FAQ.
Finally, go to Global Settings and enter in the URL of the directory that has the JSON file and associated images. That URL goes into the Custom Samples URL field.
Now, you can go to the Samples Tab and your TopBar(s) will show up there.
Does this answer your question?
Bob
Forum: Plugins
In reply to: [WP-TopBar] Uncaught SyntaxError: Unexpected numberGood news!
Forum: Plugins
In reply to: [WP-TopBar] Uncaught SyntaxError: Unexpected numberakella1900, I just pushed out v 5.17. Let me know if that fixes the problem.
Forum: Plugins
In reply to: [WP-TopBar] Custom Topbarsharley130, try version 5.17. I just pushed it out.