rfgoetz
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] Network and Multisite compatibility???Yes, each should have its own message and be able to enable/disable it as well.
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] IE CompatibilityPls go to the debug page and put in a copy of the generated HTML.
That will enable me to debug this..
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] SSL mixed content errorsI run SSL also and you get the message when any content is delivered via HTTP.
I chose to default to HTTP. Since many people only use SSL on the admin pages and not to deliver content.
To fix this, you can go to the Close Button option page and change the image to HTTPS.
Bob
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] Space between message and link text!It should be fine in version 3.09. If not, add a   after the the text.
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] Network and Multisite compatibility???Also, you must network activate the plugin (so it is available on all sites.) If you try to only activate it on some sites, it throws errors. That will take me longer to fix.
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] Network and Multisite compatibility???I made a sight fix and it should work for Multi-site. If you activate it, it will be active for all multsites.
Try version 3.09.
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] Network and Multisite compatibility???I have not tested this with multi-site turned out. I’ll add it to the feature backlog — but I don’t know when I can get around to building that. I don’t run any multi-sites.
Bob
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] Top Bar Not Showing UpYour two messages (previously and now) above are the same. Where is the space? Did you try  ?
http://en.wikipedia.org/wiki/Non-breaking_space
Bob
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] Won't DownloadTritvum, I don’t know how to help you without you providing more details Please answe:
1. Did you download to your local machine and then upload to your server? or Did you install via the wp admin pages? Did you try deleting the directory on the server and re-installing?
2. What specific error messages are you seeing? (copy / paste then in a reply)
3. Is there anything unique about your installation? (MU or windows server or ???)Bob
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] Top Bar Not Showing UpThanks for copying in the debug code — it helps!
Based on yours and zeyland’s issues, I’ve written how the plugin handles text fields to better handle quote marks. The next version should fix these problems. I am testing that now and will have that ready to go in a few days.
Until then, try escaping the single quote you have in your Bar Text.
old:
We're giving away a $100 Load&Go Pre-Paid VISA card - to enter our free giveawayNew:
We\'re giving away a $100 Load&Go Pre-Paid VISA card - to enter our free giveawayPlease let me know if that works.
Bob
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] Top Bar Not Showing Upzeyland — thanks!
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] Top Bar Not Showing Upimtech, please follow the instructions on the Debug tab and send me a copy (via pastebin) of your debug log AND the generated HTML.
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] Top Bar Not Showing UpZeyland
Now to fix problem # 2 — it is your CSS. You have the position Fixed.
To have the TopBar push the text down the page, change the TopBar CSS (For the entire TopBar)
from: position:fixed; top: 40; padding:0; margin:0; width: 100%; z-index: 99999;
to: top: 40; padding:0; margin:0; width: 100%; z-index: 99999;
Bob
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] Top Bar Not Showing UpZeyland
You have an extra apostrophe in your Message. That is throwing HTML errors. Escape the apostrophe:
Change your Message to: opublikowaliśmy >> 10.04.2012 Dzban pęka. ATOS TU NAH\’
Bob
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] Top Bar Not Showing UpI only see the HTML. Where is the debug log that you created with &debug?