rfgoetz
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-TopBar] Topbar stopped working (with error code)Pls reply with a copy of the topbar settings from the Debug tab.
Forum: Plugins
In reply to: [WP-TopBar] Can't Edit TopBar TextRegarding jquery, you can try putting jQuery 1.9.2 UI files in the /lib subfolder. Then change wp-topbar.php in wptb_enqueue_admin_scripts() to have the filenames of what you downloaded.
On the delete side, I believe what you seeing is a side affect of how it is activated. I have not been able to replicate it to find out why it does that.
Forum: Reviews
In reply to: [WP-TopBar] Does not activateThis seems to be a persistent problem with the repository. Try manually installing it. That seems to work for other people.
Forum: Plugins
In reply to: [WP-TopBar] Can't Edit TopBar TextAlso, look at this thread: http://www.wpaustralia.org/topic/jquery-script-load-fail-on-wordpress-3-5/
It may be a 3.5 bug.
See if adding the following to your wp-config.php file resolves the issue.
define('CONCATENATE_SCRIPTS', false);Again, let me know.
Forum: Plugins
In reply to: [WP-TopBar] Can't Edit TopBar TextFrom what I can tell, it looks like you have a jquery conflict. Did have some other plugin that tries to deregister jquery?
wp_deregister_script(array('jquery'));You can try adding
wp_enqueue_script('jquery');To wptb_enqueue_admin_scripts() in wp-topbar.php
Let me know if that works.
Bob
Forum: Plugins
In reply to: [WP-TopBar] Can't Edit TopBar TextThose scripts are not part of my plugin. Sounds like you have a problem with a different plugin or a corrupted 3.5 install.
Have you tried reinstalling 3.5?
What is your website? I may be able to see javascript errors from there to help debug.
Bob
Forum: Plugins
In reply to: [WP-TopBar] Can't Edit TopBar TextI need a bit more details to solve your problem.
Are you getting any errors in your JavaScript Console?
What version of PHP are you running on?
If you wish, I can log into your site and see if I can find the error.
Forum: Plugins
In reply to: [WP-TopBar] I want to enter a customer script – how can I do this?Go to the debug page and copy/paste the code that is generated in a reply.
Also, what is your website that you are trying this on?
Bob
Forum: Plugins
In reply to: [WP-TopBar] doesn't activate after installationI tried to slim down the size of the Plugin because I think that hosts are not downloading a complete version.
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] Does not work well with cachingTry version 4.10.
Forum: Plugins
In reply to: [WP-TopBar] AdsenseYou need to use javascript to inject adsense ads. Right?
You cannot add javascript to a topbar. You can try to fake it by going to the CSS Tab. In the last box (C. For the entire TopBar). Enter this:
position:fixed; top: 40; padding:0; margin:0; width: 100%; z-index: 99999; > <script type=\'text/javascript\'>alert(\'hi\');</scriptNote the lack of trailing “>”. You must also add slashes to every single quote.
No guarantees that this will work.
I did not test it.
Forum: Plugins
In reply to: [WP-TopBar] doesn't activate after installationI just went to your website. A topbar is being generated. Where do you see the error message?
Bob
Forum: Plugins
In reply to: [WP-TopBar] Is it possible to add an audio player in toolbar?I haven’t tried that.
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] My topbar is not working, what do I do?Via google search:
Forum: Plugins
In reply to: [WP-TopBar] Click Through Stats?What analytics engine are you using?
If GA, can you use this:
http://support.google.com/analytics/bin/answer.py?hl=en&answer=1033867