KriLL3 Posted September 25, 2009 Share Posted September 25, 2009 r0bc: you're using my previous tab progress line userstyle, upgrade. Is this meant to only work on inactive tabs? How would I alter this to also show on the current tab? The current tab's progress is shown on the URLbar (requires Fission I think) and thus it's redundant to put it on the tab, the mockups show that the active tab doesn't have the bar Link to comment https://www.neowin.net/forum/topic/807922-firefox-40-mockup-theme/page/3/#findComment-591622368 Share on other sites More sharing options...
r0bc Posted September 25, 2009 Share Posted September 25, 2009 r0bc: you're using my previous tab progress line userstyle, upgrade.The current tab's progress is shown on the URLbar (requires Fission I think) and thus it's redundant to put it on the tab, the mockups show that the active tab doesn't have the bar KriLL3, I took the screenshot AFTER upgrading... why do you say so? The current tab has the progressbar under the urlbar as in one of the previous mockups, while all the other tabs have it on the top of the tab itself. To have both I used a tweaked style originating from somebody who posted the code on SpewBoy's DeviantArt page in addition to KriLL3's style. Link to comment https://www.neowin.net/forum/topic/807922-firefox-40-mockup-theme/page/3/#findComment-591622456 Share on other sites More sharing options...
KriLL3 Posted September 25, 2009 Share Posted September 25, 2009 KriLL3, I took the screenshot AFTER upgrading... why do you say so? Compare your screenshot with the preview I showed, you're not using the new one, the new one replaces the old one, uninstall the old one. Link to comment https://www.neowin.net/forum/topic/807922-firefox-40-mockup-theme/page/3/#findComment-591622468 Share on other sites More sharing options...
Savage Alien Posted September 25, 2009 Share Posted September 25, 2009 The current tab's progress is shown on the URLbar (requires Fission I think) and thus it's redundant to put it on the tab, the mockups show that the active tab doesn't have the bar The one updated Firefox 4.0 preview image that I saw had no indication to which version of loading bar the current tab used. [The active tab has a Google search for "example" already loaded.] But why I asked is because I don't have Fission installed anymore so I will dig into your userstyle and figure it out. I notice the loading bar also disappears on mouseover, part of the userstyle, too, I'd imagine? Link to comment https://www.neowin.net/forum/topic/807922-firefox-40-mockup-theme/page/3/#findComment-591622498 Share on other sites More sharing options...
KriLL3 Posted September 25, 2009 Share Posted September 25, 2009 But why I asked is because I don't have Fission installed anymore so I will dig into your userstyle and figure it out. Remove: .tabbrowser-tabs .tabbrowser-tab[selected="true"] .tab-progress, .tabbrowser-tabs .tabbrowser-tab[showbutton="on"] .tab-progress { display: none !important; } I notice the loading bar also disappears on mouseover, part of the userstyle, too, I'd imagine? Fixed that, I use that personally since I have TMP set to switch tabs on mouse-over, and it was glitchy until I hid them on hover, removed it from the userstyle since that's not a common usage scenario, the inclusion was an error on my part. Link to comment https://www.neowin.net/forum/topic/807922-firefox-40-mockup-theme/page/3/#findComment-591622556 Share on other sites More sharing options...
r0bc Posted September 25, 2009 Share Posted September 25, 2009 Compare your screenshot with the preview I showed, you're not using the new one, the new one replaces the old one, uninstall the old one. Of course you were right, Stylish said it had upgraded the style but it hadn't ;) I must say I liked more the previous, with the "big glow"... in the mockup it seems to me that there's anyway "more glow" than your current rendition, though clearly much less than in the previous... probably an "in-between" version would do. Link to comment https://www.neowin.net/forum/topic/807922-firefox-40-mockup-theme/page/3/#findComment-591622698 Share on other sites More sharing options...
Penrynz Posted September 25, 2009 Share Posted September 25, 2009 My home button addon acts just like the home toolbar button. You can single click to open in the current tab or middle click to open in a new tab. The page and tools are just extra toolbar buttons. They do not interfere with Personal Menu at all. I created it so I could have almost 1:1 look with the original mockups. I wouldn't try to hide Bookmarks Toolbar from my tools menu, for some reason it seems to cause some problems with glasser enabled. Well download it and tell me if it works well for you. Its very much a work in progress though. If you have tabs on top you need this extra code: .home-tab-button { margin-bottom: -4px !important;} Addons.zip I've installed both but it didn't work, nothing different from the original ! Link to comment https://www.neowin.net/forum/topic/807922-firefox-40-mockup-theme/page/3/#findComment-591622912 Share on other sites More sharing options...
Black Rider Posted September 25, 2009 Share Posted September 25, 2009 I've made a tab progress line userstyle for the Strata40 0.4.3 theme in line with the most recent 3.7 mockup (which will most likely carry over in 4.0, but they're currently focusing on 3.7 since it's in the middle of "crunch time" while 4.0 is very "pie in the sky"): ---> Go get it: http://userstyles.org/styles/21240 :) Is there any possibility to get this feature without the tab mix plus addon? Link to comment https://www.neowin.net/forum/topic/807922-firefox-40-mockup-theme/page/3/#findComment-591623314 Share on other sites More sharing options...
SoapyHamHocks Member Posted September 25, 2009 Member Share Posted September 25, 2009 I've installed both but it didn't work, nothing different from the original ! The page add-on should add two additional toolbar icons, you can add them under customize toolbar. You're not by chance using "Undo Closed Tabs Button" are you? Link to comment https://www.neowin.net/forum/topic/807922-firefox-40-mockup-theme/page/3/#findComment-591624350 Share on other sites More sharing options...
Penrynz Posted September 26, 2009 Share Posted September 26, 2009 The page add-on should add two additional toolbar icons, you can add them under customize toolbar. You're not by chance using "Undo Closed Tabs Button" are you? I have Tab Mix Plus installed, when i tried to disable it, the home button was on top just like your screenshot. But when i enable Tab Mix Plus, the home button restored to it's original, so is there anyway to make the addon home on top work with tab mix plus ? :D Link to comment https://www.neowin.net/forum/topic/807922-firefox-40-mockup-theme/page/3/#findComment-591626260 Share on other sites More sharing options...
KriLL3 Posted September 26, 2009 Share Posted September 26, 2009 Is there any possibility to get this feature without the tab mix plus addon? There should be other addons that do part of what TMP does and perhaps one that just adds progress bars on tabs but I don't know them, if you find one point it out to me and I can adapt the userstyle to make use of it. Link to comment https://www.neowin.net/forum/topic/807922-firefox-40-mockup-theme/page/3/#findComment-591626458 Share on other sites More sharing options...
Pegus Posted September 26, 2009 Share Posted September 26, 2009 Am i the only one that misses the drop list on the back button allowing you to choose which page to go back to? Edit: nm - i'm an idiot. Just figured out the right-click option lol Link to comment https://www.neowin.net/forum/topic/807922-firefox-40-mockup-theme/page/3/#findComment-591626720 Share on other sites More sharing options...
Black Rider Posted September 26, 2009 Share Posted September 26, 2009 There should be other addons that do part of what TMP does and perhaps one that just adds progress bars on tabs but I don't know them, if you find one point it out to me and I can adapt the userstyle to make use of it.I searched and I think this is an addon which can do this: https://addons.mozilla.org/de/firefox/addon/4930It would be great if you can disable the other features of this addon with css if possible and can create an userstyle for this :) Link to comment https://www.neowin.net/forum/topic/807922-firefox-40-mockup-theme/page/3/#findComment-591627320 Share on other sites More sharing options...
Chester0 Posted September 26, 2009 Share Posted September 26, 2009 That was it! Thanks. Link to comment https://www.neowin.net/forum/topic/807922-firefox-40-mockup-theme/page/3/#findComment-591627356 Share on other sites More sharing options...
david Posted September 29, 2009 Share Posted September 29, 2009 Anyone know the fix to this? Link to comment https://www.neowin.net/forum/topic/807922-firefox-40-mockup-theme/page/3/#findComment-591637358 Share on other sites More sharing options...
dnast Posted September 29, 2009 Share Posted September 29, 2009 Anyone know the fix to this? To fix the Personal Menu text bug (unrelated to my theme) do one of the following:* In Personal Menu's advanced options tab make sure "Show temporarily by pressing ALT key" is unchecked. * Download and use Firefox 3.6 or 3.7 and uncheck "Hide menu bar" in Personal Menu's options tab. Right click on the menu bar to hide it and press ALT to show it by default. Been using this for the last 24 hours, and I think it's a keeper! Anyone know how to keep the Home Tab showing while using TMP for the individual tab loading bars? Link to comment https://www.neowin.net/forum/topic/807922-firefox-40-mockup-theme/page/3/#findComment-591637564 Share on other sites More sharing options...
Pc_Madness Posted September 29, 2009 Share Posted September 29, 2009 Can the buttons get a pressed state? Its really annoying, your not sure if you clicked a button or not. And some kind of effect for reorganising tabs? Link to comment https://www.neowin.net/forum/topic/807922-firefox-40-mockup-theme/page/3/#findComment-591638766 Share on other sites More sharing options...
Fluxii Media Posted October 4, 2009 Share Posted October 4, 2009 Really loving this. Just started using it... I've also put the tabs on top, added the "Faviconize" and "autoHideStatusBar" add ons to minimize the entire set up. :) Link to comment https://www.neowin.net/forum/topic/807922-firefox-40-mockup-theme/page/3/#findComment-591658218 Share on other sites More sharing options...
BoneyardBrew Member Posted October 7, 2009 Member Share Posted October 7, 2009 Download Now! After a long period of hard work, we've brought to you StrataBuddy! This addon includes three custom toolbar buttons, Tools, Page, and Bookmarks. It also allows you to customize Strata40 to make it resemble the 3.7 Mockups. To access the customization options, go to the addons window and go to the addon's options. From there, you can choose what optional components you would like to use. Features: Accurate Firefox 3.7 Graphics, most of them Remade Customization Features, including Alternative Back/Forward Buttons New 3.7 Styled Reload/Stop Buttons Animated Effects for Many Buttons Page, Tools, and Bookmark Buttons Aero Glass Effects Tab Progress Line Tabs on Top Tab/Bookmark Background and many more... Note: This theme has graphics resembling SpewBoy's images, but most of SpewBoy's images have been recreated completely from scratch including Back/Forward (except for the arrows, which were borrowed from SpewBoy's Back/Forward), URLBar, IDBox, SearchBar, and Stop and Reload, which were created in his style toolbar buttons. Credits: SoapyHamHocks- Code BoneyardBrew - Graphics dert07 - Code Krill3 - Tab progress line graphics codefisher - restartMozilla/OpenProfileDir code foxdie - applyCSS code Link to comment https://www.neowin.net/forum/topic/807922-firefox-40-mockup-theme/page/3/#findComment-591671222 Share on other sites More sharing options...
consume Posted October 7, 2009 Share Posted October 7, 2009 Yeah..nothing changes when i use stratabuddy Link to comment https://www.neowin.net/forum/topic/807922-firefox-40-mockup-theme/page/3/#findComment-591671256 Share on other sites More sharing options...
BoneyardBrew Member Posted October 7, 2009 Member Share Posted October 7, 2009 Yeah..nothing changes when i use stratabuddy What happens exactly? You install it and nothing happens at all? First, make sure you restart Firefox after you install it. Then, double-check it is installed and running in your addons window. Then, right-click on the addon and go to options. Check in a few options, then restart Firefox. If nothing happens after that, let me know. Link to comment https://www.neowin.net/forum/topic/807922-firefox-40-mockup-theme/page/3/#findComment-591671282 Share on other sites More sharing options...
consume Posted October 7, 2009 Share Posted October 7, 2009 What happens exactly? You install it and nothing happens at all? First, make sure you restart Firefox after you install it. Then, double-check it is installed and running in your addons window. Then, right-click on the addon and go to options. Check in a few options, then restart Firefox.If nothing happens after that, let me know. Yeah i installed it, went to addons and checked a bunch of different stuff and it everything still looks the same (strata40) Link to comment https://www.neowin.net/forum/topic/807922-firefox-40-mockup-theme/page/3/#findComment-591671284 Share on other sites More sharing options...
BoneyardBrew Member Posted October 7, 2009 Member Share Posted October 7, 2009 Yeah i installed it, went to addons and checked a bunch of different stuff and it everything still looks the same (strata40) Did you restart FF after you checked in some options? Is Page, Tools, etc. missing? Try right clicking an area under the urlbar and clicking customize. Then, drag on the new Page, Tools, Reload, and Stop buttons onto your toolbar. Link to comment https://www.neowin.net/forum/topic/807922-firefox-40-mockup-theme/page/3/#findComment-591671290 Share on other sites More sharing options...
consume Posted October 7, 2009 Share Posted October 7, 2009 Did you restart FF after you checked in some options?Is Page, Tools, etc. missing? Try right clicking an area under the urlbar and clicking customize. Then, drag on the new Page, Tools, Reload, and Stop buttons onto your toolbar. Ah ok, i didn't know i had to add some new stuff from the customize window :s Thanks for the help! But one more question, how do i get the home button in the position you have it in the screenshot? Link to comment https://www.neowin.net/forum/topic/807922-firefox-40-mockup-theme/page/3/#findComment-591671314 Share on other sites More sharing options...
BoneyardBrew Member Posted October 7, 2009 Member Share Posted October 7, 2009 Ah ok, i didn't know i had to add some new stuff from the customize window :s Thanks for the help! But one more question, how do i get the home button in the position you have it in the screenshot? Glad I could help :). I had to upload Home separately from StrataBuddy, so it wasn't ready at the same time. I am going to update the theme's description with a link to the home addon in a few minutes. Link to comment https://www.neowin.net/forum/topic/807922-firefox-40-mockup-theme/page/3/#findComment-591671336 Share on other sites More sharing options...
Recommended Posts