rfgoetz
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-TopBar] Topbar and WooCommerce Menu Cart?closed – no response in over 7 weeks.
Forum: Plugins
In reply to: [WP-TopBar] Unable to set Start?End Timesclosed – no response in 7 weeks.
Forum: Plugins
In reply to: [WP-TopBar] Close after clickedNot sure what you mean.. what is clicked? The plugin admin page? the TopBar?
If the TopBar, can you send me a URL that I can use to debug?
Forum: Plugins
In reply to: [WP-TopBar] Unable to make edits to existing topbarsI 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] Push down header, tooUnfortunately, I don’t have the bandwidth to do this for you. I am thinking that you’d have to modify when the TopBar is called.
Look for this like in the wp-topbar.php:
add_action( ‘wp_footer’, array( __CLASS__, ‘wptb_activate_TopBar_html_js’ ) );
Change ‘wp-footer’ to a different trigger that comes after your menu/header is loaded.
Bob
Forum: Plugins
In reply to: [WP-TopBar] Top Bar Link redirects to wrong page sometimesThe TopBar looks like the URL for the Canadian site is set to go to “http://www.wehangchristmaslights.com/canada-2/”.
I think you want it to be “http://www.wehangchristmaslights.com/canada/” (without the “-2”).
Bob
Forum: Plugins
In reply to: [WP-TopBar] Unable to set Start?End TimesYikes! I need more information about your system to see what is wrong. Can you go to the Debug Tab and reply to this thread with the details under “Debug Settings”?
Forum: Reviews
In reply to: [WP-TopBar] Best Site Wide Alert Tool, Can Be IMPROVEDThanks for the review. I don’t have time to refactor the plugin to reflect more modern web standards.
I don’t know what you mean by the comment related to the “PHP function code for the bottom navbar file” not working properly. I can try to fix it if you can give me more details.
Forum: Reviews
In reply to: [WP-TopBar] Sorrysorry – this is not a very constructive review.
Forum: Plugins
In reply to: [WP-TopBar] Topbar and WooCommerce Menu Cart?I don’t know… I don’t use WooCommerce.
- This reply was modified 9 years, 8 months ago by rfgoetz.
Forum: Plugins
In reply to: [WP-TopBar] Unable to set Start?End TimesI found the error and have updated the plugin.
Let me know if you still have issues.
Bob
Forum: Plugins
In reply to: [WP-TopBar] Help – Top bar with shortcode countdownHave you looked at this thread?
https://wordpress.org/support/topic/short-code-in-wp-topbar/
Forum: Plugins
In reply to: [WP-TopBar] Using WP-TopBar as a Site Wide Alert ToolI don’t think this is doable, you’d have to call
wpbt::wptb_activate_TopBar_html_js()in your script.Forum: Plugins
In reply to: [WP-TopBar] placing php or shortcode in Message area of WP-TopbarClosing – no response in a week.
Forum: Plugins
In reply to: [WP-TopBar] TopBar Below Footer: Push Content Up, Not Overlay ??You’ll need to adjust the CSS for the site and/or TopBar to do this. Sorry, I don’t have the time to code this for you.