Recommended Posts

Hello. I'm a big fan of this add-on. I have been unable to determine the cause of an issue I am experiencing and was wondering if someone could provide some assistance.

Windows 7 Enterprise 32-bit

Firefox version: 3.5.6

All-glass version: 2.1.4

The issue is that favicons are not showing for bookmarks in the Bookmark Toolbar. I have included a small screen shot as an attachment to this post.

Also, is it possible to change the degree of transparency when Firefox has the focus (is active)?

Thank you.

post-323312-1262040521.jpg

A quick update for everyone

Since some people are having problems with the new .js and .dll I'll be reverting back to the old version with the next update, along with some extra compatibility fixes for some addons etc!

- Ambroos

Hello. I'm a big fan of this add-on. I have been unable to determine the cause of an issue I am experiencing and was wondering if someone could provide some assistance.

Windows 7 Enterprise 32-bit

Firefox version: 3.5.6

All-glass version: 2.1.4

The issue is that favicons are not showing for bookmarks in the Bookmark Toolbar. I have included a small screen shot as an attachment to this post.

Also, is it possible to change the degree of transparency when Firefox has the focus (is active)?

Thank you.

Hey!

The favicon issue - I highly doubt that has anything to do with my addon, I think you'll have to look somewhere else for that...

The degree of transparency: this is controlled by Windows, and it's impossible for me to modify it from within Firefox... Sorry!

Thanks for using my addon :)

- Ambroos

awesome thing you got here bro :laugh:

but it unfortunately isn't compatible with the tree style tab add on which can be found here: https://addons.mozilla.org/en-US/firefox/addon/5890

its not that big of a deal. i having a widescreen laptop so i just like using tree style tab cuz its on the side

is this also supposed to "glass" the drop-down menus? It doesn't on my computer, which is why I'm asking. but I really like the glassed toolbars and stuff! if it only glassed the drop-down menus, it'd be perfect.

EDIT: I don't want drop-down menus to be entirely glassed, as that would make it really hard to see what they say. just slightly transparent.

Edited by herochild
is this also supposed to "glass" the drop-down menus? It doesn't on my computer, which is why I'm asking. but I really like the glassed toolbars and stuff! if it only glassed the drop-down menus, it'd be perfect.

EDIT: I don't want drop-down menus to be entirely glassed, as that would make it really hard to see what they say. just slightly transparent.

It's not supposed to do that, no. There are many Userstyles that can do that and that's why I'm not including it in my addon. Many people would think it's rather annoying (including me)!

Thanks for using my addon ^^ !

- Ambroos

awesome thing you got here bro :laugh:

but it unfortunately isn't compatible with the tree style tab add on which can be found here: https://addons.mozilla.org/en-US/firefox/addon/5890

I just registered to second this. TST + this addon gives very odd results (the text seems to move in and out of phase (basically changing between barely legible and entirely unreadable.) and I'm not sure why it would interact in this way. TST is a very nice addon for people with WS screens, btw.

Anyway, thanks for the addon. (and it would be neat if this could be fixed somehow, although I don't know whether the buggy behavior is due to this addon or TST)

That's not a bug. Don't expect add-ons like this to work with every theme or add-on out there. It looks like Aero Fox Silver uses it's own UI elements that supercede All-Glass' elements. You'd be better off contacting the author of Aero Fox Sliver to see if he's willing to make the theme compatible with All-Glass.

I use Kempelton and it looks great. You can also use Strata40, however since I tested it they've added a glass option in StrataBuddy.

I've just installed the new RC1 build of Firefox 3.6 and decided to use Glasser again. Right now, it's all black, rather than glass. I'd just like to know when you tend to get updates out for newer versions of the beta/RC builds? No rush though of course :)

Today and tomorrow I'm afraid I don't have time, but friday evening I'll have a look and make sure it's updated before monday!

^^

- Ambroos

What RC1 build? The latest beta release is 3.6b5 and the latest nightly build is 3.6b6pre. I'm using 3.6b5 and have no issues.

This one :)

Today and tomorrow I'm afraid I don't have time, but friday evening I'll have a look and make sure it's updated before monday!

^^

- Ambroos

Thank you :) If it helps, I think I have narrowed the problem down to the following code I am using to hide the whole tab bar :/ When I disable the following code in Stylish, everything is glass again :happy: I would like to use tabs, but hide the tab bar no matter how many tabs are open which is why I have to use code to do so (the reason is because I hate how a web browser looks with tabs and Firefox 3.6 has some neat tab preview features which can be accessed via keyboard shortcuts).

Here is the code I am using which causes the problem:

.tabbrowser-strip { display: none !important; }

Edited by Calum
Updated link
"This one?" :huh: I just added that code to Stylish and it did not make anything black. You may have another style or add-on that is causing that.

Hmm. For some reason I pasted the wrong link. This is the thread I meant which contains information about the new release candidate: https://www.neowin.net/forum/index.php?showtopic=862986

Using the new RC, downloading from the link provided there, causes that issue when that code is added to a new script in Stylish; the browser must be restarted for this bug to become apparent (despite not usually having to restart the browser when editing the CSS of the chrome). I know that is the case because I disabled all add-ons, except Glasser, enabled the code and disabled the code; multiple times :)

I have found other code to hide the tab bar, which works perfectly and does not disrupt Glasser - making it fully transparent:

EDIT: Hmm, that did remove the whole tab bar when I first tried it; now, somehow it's changed and just seems to display a white block in place of the tab bar :/

Hmm. For some reason I pasted the wrong link. This is the thread I meant which contains information about the new release candidate: https://www.neowin.net/forum/index.php?showtopic=862986

Using the new RC, downloading from the link provided there, causes that issue when that code is added to a new script in Stylish; the browser must be restarted for this bug to become apparent (despite not usually having to restart the browser when editing the CSS of the chrome). I know that is the case because I disabled all add-ons, except Glasser, enabled the code and disabled the code; multiple times :)

I have found other code to hide the tab bar, which works perfectly and does not disrupt Glasser - making it fully transparent:

EDIT: Hmm, that did remove the whole tab bar when I first tried it; now, somehow it's changed and just seems to display a white block in place of the tab bar :/

Just use your code you always use and in

X:\Users\7v2\AppData\Roaming\Mozilla\Firefox\Profiles\whatever.default\extensions\[email protected]\chrome\content

dwm-overlay.js just remove every +tabheight you can find ;) Didn't est it but it -should- work as a quick-fix!

Nighty!

Ambroos

Just use your code you always use and in

X:\Users\7v2\AppData\Roaming\Mozilla\Firefox\Profiles\whatever.default\extensions\[email protected]\chrome\content

dwm-overlay.js just remove every +tabheight you can find ;) Didn't est it but it -should- work as a quick-fix!

Nighty!

Ambroos

Thanks Ambroos, but for some reason it didn't seem to work, even after restarting Firefox :/ I'll just wait until you have a chance to look into it :) Night :)

I'm now using 3.6 RC1 and I don't have any black elements. Try creating a new profile and only install All-Glass. If that works fine, then it's down to process of elimination with an extension, theme, script or style you're using.

guys i need some help, is there something im missing?

i use:

Strata40

StrataBuddy

Fission

and Tab Progress Bar

and i couldn't get it to work so that i would see the green loading bar

for the tabs, i see it on the bottom of my address bar, but not on the tabs them self...

can u tell me what i'm missing?

Edited by prue3
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Got it. Seem like a good improvement. Thanks. But, before we "Add the source to Trusted Sites," how would know if it is trusted or not? Could get messy for not first Knowing" it is clean. See what I mean?
    • AB Download Manager 1.9.0 by Razvan Serea AB Download Manager is an open-source, feature-rich download manager designed to accelerate downloads, organize files efficiently, and provide seamless control over downloads. With support for multiple connections, resume capability, and an intuitive interface, it enhances the downloading experience for users seeking speed and reliability. The software integrates with various browsers, enabling quick link grabbing and batch downloading. It supports HTTP, HTTPS, and FTP protocols, ensuring broad compatibility with different file sources. Users can schedule downloads, set speed limits, and categorize files automatically for better organization. AB Download Manager is lightweight yet powerful, making it a great alternative to proprietary download managers. Its open-source nature allows developers to contribute, customize, and improve the software as needed. Whether you're downloading large files, managing multiple downloads at once, or seeking an ad-free experience, this tool offers a practical and efficient solution. Key features of AB Download Manager: Multi-Connection Support – Accelerates downloads by splitting files into multiple segments. Resume Capability – Allows paused or interrupted downloads to be resumed without starting over. Batch Downloading – Supports downloading multiple files at once for improved efficiency. Browser Integration – Captures download links directly from browsers for seamless operation. HTTP, HTTPS, and FTP Support – Ensures compatibility with a wide range of file sources. Download Scheduling – Enables users to automate downloads at specific times. Speed Limiting – Lets users control bandwidth usage for optimized performance. File Categorization – Automatically organizes downloaded files into designated folders. User-Friendly Interface – Simple and intuitive design for easy navigation. Cross-Platform Compatibility – Works on multiple operating systems. Ad-Free Experience – No intrusive ads or tracking for a clean user experience. AB Download Manager 1.9.0 changelog: Added Czech language support User-friendly error messages for download errors (#1252) An option to remember the last selected queue and quickly add downloads to it by long-clicking the Add button ( #1246) An option to export/import downloads using JSON format A Download button on the multi-download page for cases where users do not want to start downloads without queue processing (#1247) The app now includes a logger that can be enabled using a command-line flag (#1226) Startup errors are now logged automatically to help diagnose initialization issues Changed The default unqueued "Max Concurrent Downloads" value has been changed from "Unlimited" to 3 (This can be customized in the app settings) Improved Updated translations Added an indicator on the Android main page when resume is not supported (#1248) Extract the file name from the download link as a fallback when no response information is available (#1209) Minor UI/UX improvements Download: AB Download Manager 1.9.0 | Portable | ~80.0 MB (Open Source) Download: ARM64 | Portable ARM64 | Android Links: AB Download Manager Website | Github Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • I just started using Teams (and “New” Oiutlook) at work (instead of Slack) and both are truly abysmal pieces of software.
  • Recent Achievements

    • First Post
      DragonOfMercy earned a badge
      First Post
    • First Post
      bella52 earned a badge
      First Post
    • Reacting Well
      Techinmay earned a badge
      Reacting Well
    • Collaborator
      WndSks went up a rank
      Collaborator
    • One Month Later
      Sopa flores earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      487
    2. 2
      PsYcHoKiLLa
      205
    3. 3
      +Edouard
      152
    4. 4
      Steven P.
      82
    5. 5
      ATLien_0
      72
  • Tell a friend

    Love Neowin? Tell a friend!