rfgoetz
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-TopBar] Title AttributesCan you give me an example?
Forum: Plugins
In reply to: [WP-TopBar] How can I force top bar to appear above my theme's menu?Nice work!
Bob
Forum: Plugins
In reply to: [WP-TopBar] update failedI am not sure what to say. I have not updated the code in a while. What version are you on and what version did you have?
One option would be to manually FTP the plugin on to your host instead of relying on the wordpress admin pages to install the plugin.
Forum: Plugins
In reply to: [WP-TopBar] Make top bar appear at bottom?Yes, there is a Footer option.
Bob
Forum: Plugins
In reply to: [WP-TopBar] Modify transition style to fade instead of drop-up/downThe code you reference above is for opening up a TopBar that has a closed button.
For your request, the plugin would need some modifications:
1. Update Global Options page to allow user to select rotating TopBar transition method (or to allow you to enter your own.)
2. Figure out a way to push the page down for the first TopBar (otherwise, as you note, the Top of your page is overlaid.)
3. Modify all the various javascript functions to use the custom transition method selected by the user
4. Also need to add code to calculate the largest height of all of TopBars. Otherwise, if TopBars have different heights, the webpage will joggle up and down as they fade in/out. Then for any TopBar that is shorter than the tallest, need to add padding to make it the same height as the tallest TopBar.
5. Test, Test, Test to make sure it works and does not break any existing functionality.I test another option on one of my sites and this works. You can try this:
1. Modify your theme’s CSS to have a blank space at the Top of the page that is equivalent to your tallest TopBar. The site I tested this had a Navigation Menu at the very top. I only had to add a top margin padding to
.nav-primary. This then pushed down the entire page when it was loaded and made room for my TopBars.
2. Set “Force TopBar to be Fixed” to be NO for ALL TopBars.
3. Add “position:fixed; top: 40; etc etc etc” to the CSS Option C for All TopBars.I can put the plugin modification option on the feature backlog for a future release.
Bob
Forum: Plugins
In reply to: [WP-TopBar] Make bar 100% opaque?Closed – no response in over 4 weeks.
Forum: Plugins
In reply to: [WP-TopBar] Modify transition style to fade instead of drop-up/downThe Option
Force TopBar to Be Fixed On Top of Page, when set to YES, will push the page down. To Overlay and not push down the page, set that to NO and update the CSS for CSS Option C per the instructions on that page:Use this CSS to fix the TopBar to the top of the page and OVERLAY the contents of the page: position:fixed; top: 40; padding:0; margin:0; width: 100%; z-index: 99999;Bob
Forum: Plugins
In reply to: [WP-TopBar] Is this plugin responsive?Closed – no response in over 2 weeks
Forum: Plugins
In reply to: [WP-TopBar] Appear once per user session?Stefan,
I think I understand your question.
Allow TopBar to be closed by user: Yes Allow the TopBar to be reopened: No Enable Cookies: Yes Cookie Value: <set it to anything but 1>This will allow the user to keep the TopBar closed once they see it. If they revisit the site, the TopBar will not be shown again.
Bob
Forum: Plugins
In reply to: [WP-TopBar] Is this plugin responsive?It all depends how you setup your CSS. Nothing in the plugin should preclude a responsive experience.
Bob
Forum: Plugins
In reply to: [WP-TopBar] can't delete wp topbarClosing – no response in over two weeks.
Forum: Plugins
In reply to: [WP-TopBar] Make bar 100% opaque?Did you try removing the opacity setting?
Forum: Plugins
In reply to: [WP-TopBar] apply CSS styles to PHP textGlad it is working for you!
Forum: Plugins
In reply to: [WP-TopBar] Appear once per user session?Closing – no response in over a week.
Forum: Plugins
In reply to: [WP-TopBar] Taking up too much space on mobile deviceClosing – no response in over a week.