rfgoetz
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-TopBar] cyrillicI am able to create a topbar with serbian text staying the same. The text I used was:
“Добро дошли на моју интернет презентацију.”
What UTF encoding is your database in?
(To find out, use the WP System Health plugin. After activating it, go to the database tab — if you are having issues loading that tab then look in the address bar at the right end should be a ‘shield’ icon, you can click on that to and load the “insecure content” — see http://productforums.google.com/forum/#!topic/chrome/OrwppKWbKnc).
You should see a Charset (DB_CHARSET) heading. Does it say “utf8”?
Bob
Forum: Plugins
In reply to: [WP-TopBar] qTranslate for LinksThis is now fixed in v 4.13.
Thanks!
Forum: Reviews
In reply to: [WP-TopBar] Couldn't ActivateThis is now fixed in 4.12+
Forum: Reviews
In reply to: [WP-TopBar] Does not activateI fixed this in v. 4.12.
Forum: Reviews
In reply to: [WP-TopBar] Does not workThis is now fixed in 4.12.
Forum: Plugins
In reply to: [WP-TopBar] Close Button Not WorkingI just uploaded v. 4.13 Let me know if that solves the defect you found.
Bob
Forum: Plugins
In reply to: [WP-TopBar] Close Button Not WorkingI found the defect and the fix is not trivial.
I need to test it for multiple combinations of with/without close button, ignore cookie, respect cookie, and with multiple topbars.
Bob
Forum: Plugins
In reply to: [WP-TopBar] qTranslate for LinksI found the issue.
I put in code to validate the URL entered is valid. I’ll remove that in the next release.
In the meantime, you can open wp-topbar-db-io.php and search for
$wptbOptions['bar_link'] = esc_url($_POST['wptblinkurl']);Replace it with:
$wptbOptions['bar_link'] =($_POST['wptblinkurl']);Let me know if that works,
Bob
Forum: Plugins
In reply to: [WP-TopBar] Transparent TopBar. Is this possible?Thanks — I’ll add this to the examples on the CSS page.
Forum: Plugins
In reply to: [WP-TopBar] Topbar stopped working (with error code)I took another look at your page.
Try disabling these plugins:
- google-calendar-events — error is in /js/jquery-qtip.js
- awesome-flickr-gallery-plugin — error is in /colorbox/jquery.colorbox-min.js
You also have a javascript error in your theme:
advanced-newspaper — error is in /inc/js/fancybox/jquery.fancybox-1.3.4.pack.jsThe js files above are causing errors on your site. All of them relate to using a function which was deprecated since version 1.3 and was removed in jQuery 1.9.0. WordPress 3.5 switched to v 1.9 of jQuery.
You have a lot of plugins on your site. One of them or the errors above *may* be affecting TopBar. Do you have a beta / test site that you can play with? If so, can get access I can see if I can trace the problem?
Bob
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] My topbar is not working, what do I do?Fixed the invalid header issue in v 4.12
Forum: Plugins
In reply to: [WP-TopBar] Transparent TopBar. Is this possible?Look at using an opacity CSS in the TopBar CSS options.
Forum: Plugins
In reply to: [WP-TopBar] PLugin does not have a valid headerI found the issue. Fixed in 4.12.
Forum: Plugins
In reply to: [WP-TopBar] "Does not have a valid header"I found the issue. Fixed in 4.12