rfgoetz
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-TopBar] Uncaught SyntaxError: Unexpected numberOK — I have emailed you a version to test.
Forum: Plugins
In reply to: [WP-TopBar] Multiple Topbars at Same TimeMy plugin is probably not the best choice to achieve the same effect. It will only allow one TopBar at a time.
I looked at the source code of the webpage you listed. It uses some custom JS to control the WordPress menus:
http://bryanbantry.com/cms/wp-content/themes/BryanBantry/js/scripts.jsIt has some CSS to control the styling.The best bet would be to modify your theme instead of using a plugin.
Bob
Forum: Plugins
In reply to: [WP-TopBar] Multiple Topbars at Same TimeMy plugin is probably not the best choice to achieve the same effect. It will only allow one TopBar at a time.
I looked at the source code of the webpage you listed. It uses some custom JS to control the WordPress menus:
http://bryanbantry.com/cms/wp-content/themes/BryanBantry/js/scripts.jsIt has some CSS to control the styling.The best bet would be to modify your theme instead of using a plugin.
Bob
Forum: Plugins
In reply to: [WP-TopBar] Uncaught SyntaxError: Unexpected numberHmm… the extract you sent me does not seem complete.
I’ve made some changes to the code. Would you be willing to test it to see if it solves your problem? If so, reply with an email address and I will send you a version you can test with.
Bob
Forum: Plugins
In reply to: [WP-TopBar] Uncaught SyntaxError: Unexpected numberOK .. I see why the error is getting generated. I cannot reproduce it.
The first step is for me to try with your TopBars on my test site.
Can you export your TopBars (in JSON format and email them to me?)
My email address is in wp-topbar.php.
Thanks,
Bob
Forum: Plugins
In reply to: [WP-TopBar] Custom TopbarsI’ve coded up a way to have your own custom TopBars added to the Samples tab.
Here is the FAQ entry. This will come out in v. 5.17:
First create all the TopBars you want as custom Samples. Then export the TopBars in the JSON format. Now, create a location on your server to store the files. For example ../wp/wp-content/plugins/wp-topbar-samples. Next rename the export file to custom_topbars.json. Now move that file, plus any images you need into the directory you created. Finally, go to the General Settings Tab and enter the URL for the directory in the "Custom Samples URL" field. Now, the TopBar will first display the Standard samples then the TopBars from your custom_topbars.json file. You can then copy these new TopBars just like the Standard samples.Forum: Plugins
In reply to: [WP-TopBar] Uncaught SyntaxError: Unexpected numberSure.. but I need more details. What is the URL where this error is thrown?
Bob
Forum: Plugins
In reply to: [WP-TopBar] Custom TopbarsThe Sample TopBars are generated from this file:
../wp-topbar/lib/samples/sample_topbars.jsonTo create your own samples, you can first create them as normal TopBars. Then export your existing TopBars as a JSON file and then replace the file above with your file. Make sure to put any images in the ../samples directory. You might have to edit the JSON file to fix any image file locations.
Note that with every upgrade, the sample_topbars.json file will be replaced.
Bob
Forum: Plugins
In reply to: [WP-TopBar] Show only on mobile not workingFixed in 5.16.
Forum: Plugins
In reply to: [WP-TopBar] Date problem with new year 2013 to 2014Fixed in 5.16.
Forum: Plugins
In reply to: [WP-TopBar] Date problem with new year 2013 to 2014I found the issue. It will be fixed, later tonight.
Thanks for letting me know!
Bob
Forum: Plugins
In reply to: [WP-TopBar] Show only on mobile not workingI found the issue. It will be fixed in the next release, later today.
Thanks for letting me know!
Bob
Forum: Plugins
In reply to: [WP-TopBar] WP-TopBar & BuddypressI think I found it.
Look in wp-topbar.php for this:
if (( isset($wptbNetworkGlobalOptions [ 'multisite_super admin_only' ] )) && ($wptbNetworkGlobalOptions [ 'multisite_super_admin_only' ] == "yes"))replace it with this (fixed a missing “_”)
if (( isset($wptbNetworkGlobalOptions [ 'multisite_super_admin_only' ] )) && ($wptbNetworkGlobalOptions [ 'multisite_super_admin_only' ] == "yes"))I don’t know how that escaped my testing.
Let me know if that works for you.
Bob
Forum: Plugins
In reply to: [WP-TopBar] WP-TopBar & BuddypressHmm..
I added some debug info to help in case there are problems.
At the bottom of the General Settings for the non-admin user (aka subscriber), there is a section called Multisite Check:. It comes after all the Rotation settings.
It will look something like:
Multisite Check:
Multisite: Yes
Super Admin: Yes
Super Admin Only: yesCan you reply with what settings are shown for that user?
Bob
Forum: Plugins
In reply to: [WP-TopBar] Rotating TopBarsorensbruli & traemccombs, try version 5.14.