rfgoetz
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-TopBar] Short Codes on php (Before and after)Closed – no response in a week.
Closing – no response in a week.
Forum: Plugins
In reply to: [WP-TopBar] Mystery Character?OK — your PHP Magic Quotes is turned ON. Can you try disabling them by turning them OFF?
http://php.net/manual/en/security.magicquotes.disabling.php
http://aaroncameron.net/article.html?aID=59I will need a few days to setup a server without it and see if the plugin code needs to change.
Bob
Forum: Plugins
In reply to: [WP-TopBar] Mystery Character?I need to know more about your configuration. Please go to the Global Settings tab. Then copy everything after “Server/Install Info” in your reply.
That will help me to start to debug. I may need more info after that.
Bob
Forum: Plugins
In reply to: [WP-TopBar] Move Top BarCan you reply with the URL of the site so that I can see how to adjust the CSS settings?
Forum: Plugins
In reply to: [WP-TopBar] Top bar covers headerClosed- no response in a week.
Seero, I pushed out version 5.29 with this change. Thanks for bringing this to my attention. Let me know if this does not fix it for you.
Bob
Ok. Can you try something?
in wp-topbar.php, change this:
$WPTB_DB_VERSION = "5.08"
to this$WPTB_DB_VERSION = "5.09"You need to do this in three places.
This will force a check on the tables used by the plugin and fix any missing fields. This worked on my test site.
Again, you must make that change in all three places in the wp-topbar.php file.
Thanks,
Bob
I am now getting the error. I think WordPress 4.2.3 must have broken something.
Working on finding the issue.
Bob
I need to know more about your configuration. Pls go to the Global Settings tab. Then copy everything after “Server/Install Info” in your reply.
That will help me to start to debug. I may need more info after that.
Bob
Forum: Plugins
In reply to: [WP-TopBar] Short Codes on php (Before and after)Have you looked at this?
http://premium.wpmudev.org/blog/wordpress-shortcode-outside-post-editor/
Bob
Forum: Plugins
In reply to: [WP-TopBar] Short Codes on php (Before and after)I’ve had other users be able to add short codes:
echo do_shortcode('[displayAdzone id="1"]');What error messages do you get?
Bob
Forum: Plugins
In reply to: [WP-TopBar] Top bar covers headerTry to fix the TopBar to the top of the page – Use the Force TopBar to Be Fixed On Top of Page (on the Main Options Tab).
Or you may need to adjust your CSS on your theme to give the TopBar room.
No worries. Glad we figured it out.
Bob
Please re-size your desktop browser to be 320×480.. to match a mobile device. When you do that, you get a topper. That topper is coming from this HTML (you can see this your self, by right clicking the element and click “Inspect Element” in Chrome):
<div class="pq_mobile" id="PQsmartWidgetsBoxSubcribeBar_mobileText"><p>Tilaa mielenkiintoisia kirjeitä lähetyskentiltä:</p></div>It is not coming from wp-topbar. It looks like it is coming from something called “Profitquery”
Bob