• myFAV.ES
  • Help Center
  • Tutorials
  • Extensions
  • Blogs

  

  • Logos
  • Logo Requests
  • Themes
  • Backgrounds
  • Forums
  • Contact
Home » Forums » 10212008 » Just upgraded to 2.14, all I get is a white screen!

Just upgraded to 2.14, all I get is a white screen!

jmarkybb —Tue, 10/21/2008 - 08:23

Just upgraded,

it was working with its own minor adjustments, a few cells were broken, i.e. links broken and a couple of cells were not transparant, so I did a retsart now its just a white screen.

Any ideas

Mark

  • Fast Dial
  • Log in or register to post comments or vote.
  • +2
  • 2 votes
chiaroscuro's picture

Re: Just upgraded to 2.14, all I get is a white screen!

Submitted by chiaroscuro on Sun, 11/02/2008 - 13:45

@jmarkybb

When I first start up FF, default FF is not the one that opens, why is that?

First close all your Versions of Firefox.

If you go then to Profile Manager through run you will see your different Firefox Profiles.

Select the one you call default and run it.

If you then close this Firefox Default profile in the usual way, with top right click, and you then go to your short cut Firefox icon and click on it, this should then start the last run version of Firefox, in this case the default profile, and no other.

Please let me know if this works or not.

  • log in or register to post comments
chiaroscuro's picture

Re: Just upgraded to 2.14, all I get is a white screen!

Submitted by chiaroscuro on Sun, 11/02/2008 - 16:14

mafi0z

my settings in overlay.xul are:
xxx
works great, autohide disabled =]

Thanks for showing your settings.

I had somehow presumed that PedroMRP's fix here was the correct fix for this question, as no later modification of his fix was ever posted.

Do you happen to remember where your own fix originates from ?

Many thanks

  • log in or register to post comments
gumanov's picture

Re: Just upgraded to 2.14, all I get is a white screen!

Submitted by gumanov on Sun, 11/02/2008 - 16:25

pedro first noted that the fix involved editing overlay.xul.
his fix did work, but there was a bug.
his code is as follows:

showNavBar: function() {
FdDom.get("fd-toolbar").collapsed = true;
FdDom.get("toolbar-menubar").collapsed = false;
FdDom.get("nav-bar").collapsed = true;
},

hideNavBar: function() {
FdDom.get("fd-toolbar").collapsed = true;
FdDom.get("toolbar-menubar").collapsed = false;
FdDom.get("nav-bar").collapsed = true;
},

notice, the nav-bar, is set to true on both functions. this results in a thin empty toolbar being display on mouseover of the defualt firefox toolbar set. it gets annoying.

well, all i did was look at the code for the "hideNavBar" function, and made sure it looked EXACTLY like the "showNavBar" function. this way show function = hide function = toolbar always shown.

in other words:
fd-toolbar.collapsed = true
toolbar-menubar.collapsed = false
nav-bar.collapsed = false

hence my code, AND Mafia_Penguin's code is:

showNavBar: function() {
FdDom.get("fd-toolbar").collapsed = true;
FdDom.get("toolbar-menubar").collapsed = false;
FdDom.get("nav-bar").collapsed = false;
},

hideNavBar: function() {
FdDom.get("fd-toolbar").collapsed = true;
FdDom.get("toolbar-menubar").collapsed = false;
FdDom.get("nav-bar").collapsed = false;
},

Yes, Mafia_Penguin's code is equal to my code, except he pasted his entire overlay.xul, while i just pasted the snippet that must be modified.
Many users dont want to look through the code to find the snippet, so they can easily copy all of Mafia_Penguins code, and replace all of their in overlay.xul

hope that helps
=]

  • log in or register to post comments
Mafia_Penguin's picture

Re: Just upgraded to 2.14, all I get is a white screen!

Submitted by Mafia_Penguin on Sun, 11/02/2008 - 16:30

Many users dont want to look through the code to find the snippet, so they can easily copy all of
Mafia_Penguins code, and replace all of their in overlay.xul

That's why I posted the whole thing.

pedro first noted that the fix involved editing overlay.xul.
his fix did work, but there was a bug

That's why I changed it.
-----------------------------------------


  • log in or register to post comments
gumanov's picture

Re: Just upgraded to 2.14, all I get is a white screen!

Submitted by gumanov on Sun, 11/02/2008 - 16:40

yep thanks M_P.

i posted the snippet of ur code for those users who want to know what is changed..

hopefully this will clear things up for everyone.

There are only two variations of the code, Pedros and M_P's

  • log in or register to post comments
chiaroscuro's picture

Re: Just upgraded to 2.14, all I get is a white screen!

Submitted by chiaroscuro on Sun, 11/02/2008 - 16:40

@mafi0z

Thank you for your most informative post.

That answers my question.

This strongly suggests that the originator of the fix of PedroMRP's version was you.

It was that that I was curious about.
The other history of course I know.

  • log in or register to post comments
gumanov's picture

Re: Just upgraded to 2.14, all I get is a white screen!

Submitted by gumanov on Sun, 11/02/2008 - 16:44

no sure if i was the originator of pedros fix, might of been M_P

i modified my file, but then posted it after M_P has created a guide.

  • log in or register to post comments
chiaroscuro's picture

Re: Just upgraded to 2.14, all I get is a white screen!

Submitted by chiaroscuro on Sun, 11/02/2008 - 21:43

Mafia_Penguin

pedro first noted that the fix involved editing overlay.xul.
his fix did work, but there was a bug
That's why I changed it.

Mmmm
Most strange
I would have expected you, had you known that, to have mentioned something to this effect in response to my queries here

  • log in or register to post comments
jmarkybb's picture

Re: Just upgraded to 2.14, all I get is a white screen!

Submitted by jmarkybb on Tue, 11/04/2008 - 17:51

@Chairoscuro

Default FF is now opening first when I click on FF on desktop,

Cheers

Mark

Can somebody please oblige and do this for me, Cheers. Thanks in advance Mark
Visit My Blog [email protected]
  • log in or register to post comments
chiaroscuro's picture

Re: Just upgraded to 2.14, all I get is a white screen!

Submitted by chiaroscuro on Wed, 11/05/2008 - 03:14

@jmarkybb

Default FF is now opening first when I click on FF on desktop,

Good news
Glad that's sorted.
Thanks for the feedback

  • log in or register to post comments

Pages

  • « first
  • ‹ previous
  • …
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • next ›
  • last »

Search logos

Search site

Navigation

  • Blogs
  • Forums
  • Online users
  • Recent content

User login

  • Create new account
  • Request new password
 
  • Changelog
  • Latest releases
  • Important links
 
 
  • Changelog
  • Latest releases
  • Important links
  • Support Forum
 

Top Rated

  • google.com
  • youtube.com
  • fast dial folder
  • wikipedia.org
  • Firefox Black
  • fd folders, folders, folder
  • generic gaming logos
  • mail.google.com, gmail.com, googlemail.com
  • Carbon Fiber
  • iphone app style icon template
more

Recent Polls

  • What are you resolution of screen use
  • Which version of Fast Dial do you run?
  • How often do you visit Userlogos?
  • Which FD iPhone logo format do you find preferable
  • How many themes do you run in Fast Dial ?
more

Online users

There are currently 0 users online.
Active - 15 mins:
No registered users :(
  • Last 24 hours

Recent comments

  • jack452
    by: wakawaka
    4 hours 55 min ago
  • Albert
    by: sijiv31759
    5 hours 1 min ago
  • jack452
    by: wakawaka
    5 hours 28 min ago
  • Alex
    by: wakawaka
    5 hours 53 min ago
  • Thanks for an interesting
    by: sijiv31759
    7 hours 57 min ago
  • the blood flow increases, the
    by: wakawaka
    8 hours 37 min ago
  • john
    by: wakawaka
    10 hours 7 min ago
  • alex hales
    by: wakawaka
    11 hours 22 min ago
more

Recent topics

  • Suhagra 50 – The Best Remedy for Weak Erection Problem
  • Fildena 100 : Enjoy A Long And Passionate Intimacy Session
  • Vidalista CT 20 - Enjoy sexual life by removing the problem of a long relationship
  • Tadalista 20 Tablet - Highly Effective to Secure Your Sex Life
  • Enjoyment Your Gender Life with Fildena 120
  • Fildena 100 - The superlative deal on Erectilepharma
  • Vidalista 80 – Sexual power and performance | Vidalistatablet
  • Vidalista 40 – Improve sexual drive in Men | Vidalistatablet
more

Top contributors

User Total user points
Mafia_Penguin 912
Deva 552
gumanov 490
jumpordie 471
Karmody 457
macleod.mac 402
ingalls 354
spaljeni 310
zigzag 290
Rog 265
Sastre 256
famecky 159
x-b 152
danger83 147
1air2philou 143
more

2008-2017 userlogos.org. All logos/images belong to their respective owners. Contact administrator.

  • Logos
  • Logo Requests
  • Themes
  • Backgrounds
  • Forums
  • Contact