rfgoetz
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-TopBar] Need Topbar integration with EasySendy ProI took a look at this site, looks like you need to hire a developer to write a method to call their APIs. That is not something I can do right now.
Forum: Plugins
In reply to: [WP-TopBar] toggle bar in a single button or linkHmm… you can try writing your own javascript function in your theme.
I tested the code in a Chrome console and it worked for me. You might have to play with the number “40” to find what works for your TopBar.
To find the current height, open Chrome and go to the console.
Enter this in “document.getElementById(‘topbar1’).offsetHeight” when the TopBar is shown. My value was 41..so I subtracted one and got to 40:function wptbbar_toggle() { if ( document.getElementById('topbar1').offsetHeight > 40) { wptbbar_hide1(); } else { wptbbar_show1(); } }Forum: Plugins
In reply to: [WP-TopBar] toggle bar in a single button or linkLooking at this…
So, I am not sure how you can open the TopBar from a link, if the TopBar is hidden.
Where is the Link you are talking about? Somewhere on your page?
Forum: Plugins
In reply to: [WP-TopBar] placing php or shortcode in Message area of WP-TopbarCan you send copy the HTML code in the message that you are trying to use?
I’ll see what I can do.
Forum: Plugins
In reply to: [WP-TopBar] WP-topbar How to stop page moving up and downclosing.
Forum: Plugins
In reply to: [WP-TopBar] Action Drop Down – Not workingclosing – no response.
Forum: Plugins
In reply to: [WP-TopBar] Causing Page Bounce on Loadclosing – no response
Forum: Plugins
In reply to: [WP-TopBar] WP-topbar How to stop page moving up and downOn the main options tab, change “Forced Fixed” to No. Note, this will overlay the Top of your website. So, you will need to make sure you make room for it in your Header.
Forum: Plugins
In reply to: [WP-TopBar] Action Drop Down – Not workingOk – so there may be some conflict going on with the plugin and something else on your site. If you can email me the login url and credentials, I can take at look. My email can be found in wp-topbar.php.
Thanks,
Bob
Forum: Plugins
In reply to: [WP-TopBar] Causing Page Bounce on LoadYou have the choice of overlaying the top of the webpage or pushing it down. If you overlay, you need to make sure you have “clean space” at the top of your page to handle the height of the TopBar.
Most sites push down the TopBar – hence that is the default.
Most sites have a delay of a few seconds, to draw attention to the TopBar.
Bob
Forum: Plugins
In reply to: [WP-TopBar] Causing Page Bounce on LoadThat would be a re-write of how the plugin works.
FYI-The TopBar is cacheable so that if you are using a caching plugin, it will load the cached version of the plugin.
Sorry this isn’t meeting your needs.
Bob
Forum: Plugins
In reply to: [WP-TopBar] Causing Page Bounce on LoadAh.. you don’t want the page pushed down.
Go to “Main Options” set “Force TopBar to Be Fixed On Top of Page” to NO
That will overlay the top of your webpage with the TopBar.
Bob
Forum: Plugins
In reply to: [WP-TopBar] Causing Page Bounce on LoadOk .. you have the Delay and SlideDown set to 0. Try setting the delay to 500ms. That allows the page to load then the TopBar will appear 1/2 second later.
Bob
Forum: Plugins
In reply to: [WP-TopBar] Causing Page Bounce on LoadMy email address is in wp-topbar.php
I can look at it now…
Bob
Forum: Plugins
In reply to: [WP-TopBar] Causing Page Bounce on LoadI will take a look.
What is your URL?