how to turn off new FW look?

Archived From: FatWallet
  • Page :
  • 1
  • Text Only

I saw the thread in hot deals about beta.fatwallet.com. so I went to try it out, and don't like the green background. I was using the classic theme, but I can't seem to get back to the classic theme. I went to user profile -> forums -> preferences, i'm already in classic mode. I even tried going to modern and then back to classic, but I still have the green background. is there a way to get the classic back with the grey background?



If you're still on beta.fatwallet.com, go back to www.fatwallet.com and give that a try


no go, still have the green background/theme.


additional color schemes are not currently supported with the new design. Based on the number of users that use custom colors, there are other higher priorities.


FatWallet.Com said: additional color schemes are not currently supported with the new design. Based on the number of users that use custom colors, there are other higher priorities.I have a feeling the demand for custom colors will increase significantly now that color is more pervasive in the interface.


I want the classic look back, too.


jessicak said: I want the classic look back, too.

I want the old FW back too, with the Hot Deals as text on the right side like Slickdeals


Okay chief muck muck, how about an easy link like the one added when the clasic look was trashed.

Under Modern, a user was able to select the Classic look if so desired.
Modern evolved and I'm sure a lot of people eventually changed to Modern.

You could put links like:

Classic for the people wo never left it.

Modern for those who prefer that look, and

StupidFuglyAwfulDumb for the current look.

Yurgis


Thank you for the black )


Bring back the theme color to apply to the top banner...ouch...I need some of this:
http://www.youtube.com/watch?v=Is3icfcbmbs


At the very least if the background green didn't clash with the green/red stupid voting thing it wouldn't be quite as unappealing to the eye. Good grief.


Go to My Account, Select Site Color Theme.

Dean


I don't know what it is ... but I literally have an instant headache looking at the new site )like before when Modern was released).


Look - I know how much of a pain it is to work on multiple code bases. In the long run, it is not viable to have developers spending their day fixing changes in the "New Look Site" and then having to make those same changes in the "Old Look Site."

That said, I had not changed from the "Classic" look and did not feel the need to. Not a single update that was "Modern-Only" was enough to persuade me to change over. Its simple - I do not care for change that much unless it is needed. Is there a way to get my account back to the classic look and feel? I simple do not care for this. If the developers can find a css style that we can apply for the classic look I would appreciate it - would allow them to focus on writing features without having to duplicate functionality in two web projects.



FW01.jpg (29.82kB)
Disclaimer

FW02.jpg (25.71kB)
Disclaimer

FW03.jpg (26.20kB)
Disclaimer

ShadowedBlade said: I don't know what it is ... but I literally have an instant headache looking at the new site )like before when Modern was released).

Okay, well, I was posting a thought out message and my browser decided to go haywire and into reverse and I lost everything I was typing. So, here is the short end of it.

I think the problem is the varying colors of "black" used on the site, as I don't see any true black anywhere, except for the text itself (and even then, some of it is an odd shade of gray). When CLASSIC mode was given as an option, I still complained about it back then because the shade of "black" used was not really black - it was an odd dark gray. That was corrected and then I only got a headache looking at the bottom of the site because the footer of the page still had the odd gray background, but everything else went darker and essentially black.

Here are some screenshots to help explain what I mean.

In FW01.jpg, the area marked "black" is actually #363636 (RGB 54 54 54). The area marked "odd shade of gray" is #282828 (RGB 40 40 40).

In FW02.jpg, the area marked "black" is actually #363636 (RGB 54 54 54). The area marked "odd shade of gray" is #3b3b3b (RGB 59 59 59).

In FW03.jpg, the area marked "black" is actually #363636 (RGb 54 54 54). The area marked "odd shade of gray" is #353535 (RGB 53 53 53) and #282828 (RGB 40 40 40).

The color codes may change slightly depending on what pixel is sampled in each area, so I tried to do the "average" color found in a particular area; but, the point is, there is NOT a consistent color used, so one's eyes have to constantly adjust (which I think causes the headache). If you don't want to use "true" black (#000000 RGB 0 0 0); then, could we at least try using one, consistent, dark gray throughout the site (like the #282828 RGB 40 40 40)?

I know, people can switch to a different color scheme and I have tried: in my personal opinion, I think they look more atrocious than the black and cause my eyes and head to hurt even more.

Oh well, this is just one member's opinion. Don't know if others agree with me.

Thanks for listening.

Edited to Add: I am pretty sure that the old site used one of the "odd shades of gray" on its background at the footer; and that is what gave me a headache (literally). And, I forgot to mention, I think the "gradient gray" background is part of the problem too. Let's try sticking with solid colors.


Skygeek said: Go to My Account, Select Site Color Theme.

Classic user here. Thank you for pointing out the color theme setting option. I've selected a dark blue color theme.

While it doesn't restore the look I wanted, it is way better than the bilious green default which had been inflicted upon me.
--
Michael


Skygeek said: Go to My Account, Select Site Color Theme.

Dean

Is it possible to add maybe a light grey to the color schemes? I am using the "Stylish" module to change it http://www.fatwallet.com/forums/off-topic/959581/m14263606/#m142...

With the drop shadows any light color will be good.


Hey folks,

It looks like this is the new fatwallet look and it is here to stay. I can say that I do not care for it and luckily you do not have to. You can make fatwallet look the way it did previously with judicious use of a firefox extension called greasemonkey and a small user script.

Before the change
After the change

Note: I made a small change, after I made the above picture, as I noticed my private message area wasnt shown. Rest assured, thats fixed.

Note: You should not execute scripts that someone asks you to. Do not take my word that the following script is safe - wait for another web developer to wander through the forum and validate this. The plain javascript snippet will do nothing but hide the borders, moves the account information node into the visible area, and make sure that you see the "Forums" link again. The greasemonkey script will wait until fatwallet, itself, finishes loading a javascript util called "JQuery" and then executes the same script. Again, you should not trust user scripts people just tell you to execute - wait for another web developer to wander through and say "Yeah, this script is fine."

You can preview the user script by pasting the following link into your url bar and pressing enter. Validates that this works in IE and Firefox.

javascript:void($("#forumSubNavLinks").append("
  • <a href='http://fatwallet.com/forums'>All Forums</a>"););void($("#headLinkContainer").parent().parent().parent().show().clone().attr("style","float:left;padding-left:10px;").prependTo("#forumBottom-inner"));void($(".pageFrame:not(.pageFrame:has(#siteContentWrap))").hide());void($("#forumInfo").attr("style","padding-left:10px;"));
  • If you use firefox, you can download the greasemonkey plugin. Once this is done, you can create a script that runs on http://www.fatwallet.com/forums/* with code
    function GM_wait() {
    	if(typeof unsafeWindow.jQuery == 'undefined') { window.setTimeout(GM_wait,10); }
    	else { $ = unsafeWindow.jQuery; onJqueryLoaded(); }
    }
    
    GM_wait();
    function onJqueryLoaded() {
    	$("#forumSubNavLinks").append("
  • <a href='http://fatwallet.com/forums'>All Forums</a>"); $("#headLinkContainer").parent().parent().parent().show().clone().attr("style","float:left;padding-left:10px;").prependTo("#forumBottom-inner"); $(".pageFrame:not(.pageFrame:has(#siteContentWrap))").hide(); $("#forumInfo").attr("style","padding-left:10px;"); }
  • Moderators - I assume that this is fine to post here. Would welcome you to look over the script yourself and validate that it does nothing more than what I have claimed.


    i felt font color lighter. not perfect for viewing.... rest I liked....




    Disclaimer: By providing links to other sites, FatWallet.com does not guarantee, approve or endorse the information or products available at these sites, nor does a link indicate any association with or endorsement by the linked site to FatWallet.com.


    While FatWallet makes every effort to post correct information, offers are subject to change without notice.
    Some exclusions may apply based upon merchant policies.
    © 1999-2012