rfgoetz
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-TopBar] Search optionYou’d have to code some custom PHP to make that happen; it is not native functionality for the plugin.
Forum: Plugins
In reply to: [WP-TopBar] Topbar showing perfectly in the inner pages but not in home pageI just checked your site. It does not look like you are using the plugin anymore. Is that correct?
Bob
Forum: Plugins
In reply to: [WP-TopBar] topbar only shows on homepageI just checked your site.. looks like it is now fixed.
Forum: Plugins
In reply to: [WP-TopBar] topbar only shows on homepageYou have a javascript error on your site that I think is preventing the TopBar javascript from running.
The error is in
https://www.theminimebooks.com/wp-content/themes/gridstack/js/jquery.isotope.min.js?ver=1.5.25
TypeError: undefined is not an object (evaluating ‘a.call’)
Forum: Plugins
In reply to: [WP-TopBar] topbar only shows on homepageI am not sure what is going on.
Can you reply with the URL of your website?
Forum: Plugins
In reply to: [WP-TopBar] Daily Show/Hide WP-TopbarGo to the “PHP” tab.
Scroll to the bottom of the page.
There is sample PHP code to use for the “CONTROL” code.
Use this to only display this TopBar only between 7PM and 10PM, use this code:
//$hour = date("H", current_time('timestamp', 1)); // use GMT time $hour = date("H", current_time('timestamp', 0)); // use local time if ( ( ($hour >= 19) && ($hour < 22) ) ) $wptbControlExit = false; else $wptbControlExit = true;
Then reverse the true/false statements for the second TopBar.
Let me know if this works.
Bob
Forum: Plugins
In reply to: [WP-TopBar] How to: Get WP Top Bar To Only Open OnceYou can try creating custom PHP to do this.
I have not tested this.
On the Close Button Tab. Set the TopBar to
Allow the TopBar to be closed: Yes
Enable Cookies: YesOn the PHP tab… in the last text entry field (called “PHP Function to Control the TopBar…” ender this code.
Be careful, adding incorrect PHP can break your website. Do this on a test site first.
$wptb_cookie = "wptopbar_".$wptbOptions['bar_id'].'_'.COOKIEHASH; if (readCookie('".$wptb_cookie."') == ".'"'.$wptbOptions['cookie_value'].'"'.") $wptbControlExit = true
- This reply was modified 8 years, 1 month ago by rfgoetz.
Forum: Plugins
In reply to: [WP-TopBar] Make image link for top-barNo, I cannot make a working solution for you. You can try creating a TopBar with no text, add custom PHP for the image.. but I don’t have the time/capacity to code that for you.
Forum: Plugins
In reply to: [WP-TopBar] Set screen width for mobile only1. On the Control Tab, you can control whether the device shows on Mobile or Non-Mobile devices. It cannot differentiate between tables or phones. You might be able to create custom PHP to differentiate.
2. I am not sure what you mean by this question.
Forum: Plugins
In reply to: [WP-TopBar] Unable to set start or stop time.Closing – fixed the issue with the plugin – now shows the correct version in the plugin directory.
Forum: Plugins
In reply to: [WP-TopBar] Close after clickedClosing – no response in about a month.
Forum: Plugins
In reply to: [WP-TopBar] Unable to make edits to existing topbarsClosing – no response in over a month.
Forum: Plugins
In reply to: [WP-TopBar] Top Bar Link redirects to wrong page sometimesClosing no – response in over a month.
Forum: Plugins
In reply to: [WP-TopBar] Unable to set start or stop time.Sorry of the lag in response.. getting back from the holidays.
@robanna, thanks!
@mphdavidson – please manually updated to the latest version on the plugin.
I will contact the plugin team — the plugin is coded to be 5.36 but the plugin directory shows 5.30.
Forum: Plugins
In reply to: [WP-TopBar] Close after clickedI am not sure what the issue is. When I click it, the TopBar opens https://brunosportland.com/banquets-and-catering-maine/ in the same browser window.
Can you give me more details on what the issue is?