Slickdeals is community-supported.  We may get paid by brands or deals, including promoted items.
Forum Thread

Classic Merging over the next 12 months

14 30 August 21, 2023 at 02:31 PM
Deal
Score
-90
31,715 Views

Thread Details

Last Edited by JBrillSD August 21, 2023 at 02:39 PM
-90 Deal Score
31,715 Views
The Slickdeals community team has been working hard to make Slickdeals the best it can be for over 20 years, and new updates roll out to the community almost every week.

As a part of that effort, we'll be merging the Classic version of Slickdeals with the latest version of Slickdeals over the next 12 months.

You can anticipate the following as part of that platform merger:
  • Access to the Classic version of Slickdeals will reduce over time. This process starts on August 22, 2023.
  • You can expect a variety of improvements to the latest version of Slickdeals, often referred to within the community as "Redesign," specifically intended to make it easier for Classic users to transition to Redesign.
  • The team of engineers and product folks managing the merger will conduct continuous interviews to make sure a variety of community voices and points of view are included. You can sign up for a 1:1 with a team member here [calendly.com].
  • If you primarily use Classic, you will migrate over to the newest version of Slickdeals throughout the next year.

If you primarily use Classic, there's no need for you to take any action. Your current Slickdeals account will remain active and will change to the current, unified experience automatically.

Millions of Slickdeals members are already using the current version of the website, which has dark mode support, improved shopping intelligence, and easier ways to engage with the community.

Change can be hard. Bringing all Slickdealers together into a single experience will enable you to continue to enjoy the latest community features and enhancements.

Thank you for being a member of the Slickdeals community!

Community Wiki

Last Edited by LowRoller September 9, 2023 at 03:12 PM
I'd ask anyone who is truly opposed to this change to schedule a time to talk with someone from SD one on one. Maybe, if we get enough folks to talk to them directly, maybe, just maybe, we can get them to give us a ... hmm... a Classic Clone using redesign. (?)
Here's the link from the OP: https://calendly.com/d/2k8-kg6-hz...th=2023-08

Your comment cannot be blank.

Sign up for a Slickdeals account to remove this ad.

Joined Feb 2005
L4: Apprentice
> bubble2 362 Posts
38 Reputation
djschny
08-23-2023 at 09:07 AM.
08-23-2023 at 09:07 AM.
Quote from monkeydawn :
UGH. Wonder what the % that use classic is? Seems like most of us over in the DS forums like classic better.

Not happy about this. I gave my feedback years ago about preferring classic. That has not changed.
Same! A step backwards. UX Designers aren't happy unless they make things look "pretty". But in reality they make things look like a magazine, cause more scrolling, more clicking, and less information on the screen.
1
Like
Funny
>
Helpful
Not helpful
Reply
Joined Apr 2015
New User
> bubble2 1 Posts
10 Reputation
zrc26
08-23-2023 at 09:17 AM.
08-23-2023 at 09:17 AM.
The site is borderline unusable now. Will stop visiting and use some other deals site instead.
2
Like
Funny
>
Helpful
Not helpful
Reply
Joined Apr 2011
L9: Master
> bubble2 4,500 Posts
2,089 Reputation
ThatOneGuyWho1
08-23-2023 at 09:28 AM.
08-23-2023 at 09:28 AM.
The site looks terrible and it's very hard to navigate now. I don't get how this design was approved at all.
1
Like
Funny
>
Helpful
Not helpful
Reply
Joined Mar 2004
L6: Expert
> bubble2 1,792 Posts
538 Reputation
BenJeremy
08-23-2023 at 09:38 AM.
08-23-2023 at 09:38 AM.
Clicked on "Personalize Frontpage" - Fire the moron who designed this. I didn't realize those radio buttons under "Neutral" were actually a SLIDER BUTTON. WTF? The slider line is barely visible. Who thought it was REMOTELY smart to make a slider button an open circle?

FIRE THE DESIGN TEAM.

As I said before, I can't read the front page, or the "new style" forum threads. I'm mostly blind in my right eye, slightly color-blind, and this stupid "headlight brights" theme is offensive and seems MALICIOUS.

Bring back our classic mode. Nobody asked for this, and nobody wants this.

Also, how was instantly killing the feature for everybody a "12 month phase out"? LIES.

I reported OP. I encourage the rest of you to report them as well.
2
Like
Funny
>
Helpful
Not helpful
Reply
Last edited by BenJeremy August 23, 2023 at 09:45 AM.
Joined Sep 2005
L4: Apprentice
> bubble2 455 Posts
157 Reputation
donnieSoprano
08-23-2023 at 10:04 AM.
08-23-2023 at 10:04 AM.
I'm floored...where is the classic UI? I can't seem to find it anymore. What was wrong with it?

I agree with those that have posted over the last few years, not a fan.

I've been a longtime user of Slickdeals...fear that may be coming to an end.

ds
2
Like
Funny
>
Helpful
Not helpful
Reply
Joined Jan 2005
L3: Novice
> bubble2 259 Posts
650 Reputation
Pro
grazzhoppa
08-23-2023 at 10:04 AM.
08-23-2023 at 10:04 AM.
Here is a "local user script" that address my problems with the Slickdeals Modern UI on the front-page.
  • Only tested it with the "Simple" layout on the front-page.
  • Screenshot is attached/below. The screenshot below had ads removed to draw focus to the style changes it makes. This CSS/script does not remove any ads.
    • Click image for larger version

Name:	Capture.PNG
Views:	171
Size:	396.2 KB
ID:	14107109
  • Ability to upload more than one attachment per post is broken. So here is a screenshot of the current UI uploaded to another site. Notice how the text overflows into the sidebar, right. Change is hard.


This works through a webbrowser extension named GreaseMonkey, or any similar browser extension that lets you run your own JS script on top of webpages.
https://addons.mozilla.org/en-US/...asemonkey/

edit: this site is cutting off the text of this post.
Here is a link to a text-share site with the user script: https://pastebin.com/8P8WFZ5z

[CODE]// ==UserScript==
// @name SlickDeals Re-color and Re-layout and Re-size
// @version 1
// @grant none
// @namespace slickdeals.net
// @include https://slickdeals.net/*
// @include https://slickdeals.net/*
// ==/UserScript==
(function() {
'use strict';

let changeIsHardButReadingSlickdealsModernDesignIsHarder = `
/*
* FRONTPAGE MAIN-LISTING IN "SIMPLE" layout
*/
/* FIX text overflowing deal list boundaries and overlapping with sidebar that makes the frontpage unreadable */
.frontpageGrid--simple {
display: block !important;
}

/* Increase constrast of item name text */
.dealCardList__title {
font-weight: bold !important;
}
/* Make "new" items more distinctive over already-seen items */
.dealCardBadge--new ~ .dealCardList__title {
color: #283568 !important;
}

/* Make the price less distracting, more inline with the item name; increase text contrast and readability */
.dealCardList__salePrice {
font-size: .85rem !important;
font-weight: normal !important;
color: #197850 !important;
padding-left: 1.5ch !important;
}



/*
* PAGE WIDTH
*/
/* FIX unneccesarily narrow content area. We are not living with 1024x768 screens anymore, and this site has a multi-column layout. */
#pageContent {
width: 100% !important;
max-width: 1200px !important;
padding-left: 1rem !important;
}



/*
* SIDEBARS: "POPULAR DEALS" AND "TRENDING DEALS" LISTS
*/
/* Get rid of meaningless, empty, gray-colored "thumb" graphics that take up valuable content space in the small sidebars */
.bp-p-ratingThumbs_icon--remainder {
display: none !important;
}
/* Allow "thumbs" graphics to wrap to multiple lines */
.bp-p-ratingThumbs {
flex-flow: row wrap !important;
}
/* Shrink uncessarily large "thumbs" graphics */
.bp-i-thumb::before {
font-size: 1em !important;
}

/* Unpin the width of the meaningless meta-info section of the sidebar, so the descriptive text can have more space */
.bp-p-sidebarDeals_info {
flex-basis: 10ch !important;
}

/* Increase text contrast on sidebar item titles; improve readability */
.bp-p-sidebarDeals_titleLink {
color: #111a86 !important;
line-height: 1.4 !important;
font-size: 0.7rem !important;
}

/* Distracting separator in sidebar items: make less distracting */
.bp-p-sidebarDeals_deal {
border-top: 1px solid rgba(0,0,0,4%) !important;
}

/* Get rid of uncessary gray "dot" graphic between rating numeral and comment counter */
.bp-p-sidebarDeals_info::before {
display: none !important;
}



/*
* SITE HEADER
*/
@media (min-width: 1024px) {
/* Re-do HEADER LAYOUT entirely */
.slickdealsHeader__mainNav {
display: flex !important;
flex-flow: row nowrap !important;
align-items: center !important;
justify-content: space-evenly !important;

padding: .8em 1em 1.5em 1em !important;
}
.slickdealsHeaderLogo {
order: -1 !important;
}
.slickdealsHeaderSearch {
order: 3 !important;
flex-basis: 20% !important;
}

/* Reduce size of "quick links" menu */
.slickdealsHeader__iconSection {
order: 100 !important;
flex-basis: 10%;

display: flex !important;
flex-flow: row wrap !important;
gap: 0.4em 0 !important;
}
.slickdealsHeader__iconSection .slickdealsHeader__navItemWrapper {
display: flex !important;
flex-flow: row nowrap !important;
align-items: center !important;
justify-content: flex-start !important;
column-gap: 0.8ch !important;

width: auto !important;
}
.slickdealsHeader__iconSection .slickdealsHeader__navItem {
height: auto !important;
width: auto !important;
}

.slickdealsHeader__iconSection .slickdealsHeader__circleIcon {
width: 2.5ch !important;
height: 2.5ch !important;

flex-shrink: 0 !important;
flex-grow: 0 !important;
align-self: auto !important;

margin: 0 !important;
padding: 0 !important;
}
}
.slickdealsHeader__iconSection .slickdealsHeader__circleIcon svg {
height: 60% !important;
width: auto !important;
}
.slickdealsHeader__iconSection .slickdealsHeader__navItemText {
width: auto !important;
}

.slickdealsHeader__badge {
position: unset !important;
transform: unset !important;
}
.slickdealsHeader__dropdownIcon {
width: auto !important;
margin-left: 0 !important;
}



/* Get rid of distracting, yellow "go mobile" button that will never be used */
.slickdealsHeader__navItemWrapper--link[data-qa-header-icon-link*="go-mobile"] {
display: none !important;
}
}

`;

// Create and add a new
2
Like
Funny
>
Helpful
Not helpful
Reply
Last edited by grazzhoppa August 23, 2023 at 10:11 AM.
Joined Mar 2007
L10: Grand Master
> bubble2 15,937 Posts
26,605 Reputation
schnauzermomma
08-23-2023 at 10:21 AM.
08-23-2023 at 10:21 AM.
I don't have the new look yet, but I have viewed the redesign before and previously gave my opinion. It was not favorable. I am disappointed those of us who have been very active a long time here did not get our message across. I thought that was what our in person meeting was for several years ago.

I hope mine doesn't change until the last day of the 12 months. Hopefully by then, some of the concerns being voiced here will be resolved and the interest of your long time members will have been considered and added into the upgrade.

I see OP is answering some questions one on one. I would also suggest that the answers to these questions be added to the wiki of this thread, so that as others of us get what must be a very bad version of the site, we will have access at that time.

One thing I will want to know is if, under the new design, we will be able to subscribe to threads and if so, where will we find that? It has been one of the challenges I found with the redesign when it tries to load on my phone's browser (which is how I am getting around using the app, which I don't like either).
Like
Funny
>
Helpful
Not helpful
Reply

Sign up for a Slickdeals account to remove this ad.

Joined Mar 2007
L10: Grand Master
> bubble2 15,937 Posts
26,605 Reputation
schnauzermomma
08-23-2023 at 10:24 AM.
08-23-2023 at 10:24 AM.
One more thing - in the past, announcements of major value to the community have been tagged in the Drugstore/Grocery forum, since many of us only use other parts of the site intermittently. I would suggest you do that with this announcement as well.
Like
Funny
>
Helpful
Not helpful
Reply
Joined Jan 2013
L10: Grand Master
> bubble2 6,583 Posts
6,519 Reputation
monkeydawn
08-23-2023 at 11:44 AM.
08-23-2023 at 11:44 AM.
Quote from schnauzermomma :
One more thing - in the past, announcements of major value to the community have been tagged in the Drugstore/Grocery forum, since many of us only use other parts of the site intermittently. I would suggest you do that with this announcement as well.
If I dont see this later, I can at least make a thread over there and link this. It will aso give us a jumping off point for us discussing other forums we might find useful if SD ultimately decides they dont care about our feedback (or rather more precisely continues to show that SD doesnt care about our feedback).
Like
Funny
>
Helpful
Not helpful
Reply
Joined Nov 2009
L4: Apprentice
> bubble2 309 Posts
44 Reputation
peterp
08-23-2023 at 11:51 AM.
08-23-2023 at 11:51 AM.
this really is terrible. time to move on to a different site. 15+ years here and with one refresh they ruined it
5
Like
Funny
>
Helpful
Not helpful
Reply
Joined Nov 2011
L5: Journeyman
> bubble2 814 Posts
104 Reputation
Myst3ryx
08-23-2023 at 12:30 PM.
08-23-2023 at 12:30 PM.
If it aint broke, don't "fix"

Hate how the site looks now, and does not play nicely on portrait monitors on desktop. Shame. this site sucks to use now.
2
Like
Funny
>
Helpful
Not helpful
Reply
Joined Jan 2007
L10: Grand Master
> bubble2 18,083 Posts
38,497 Reputation
munchkin77
08-23-2023 at 04:36 PM.
08-23-2023 at 04:36 PM.
I really don't like the new layout either. Please give an option to keep it the old way. I cannot figure out how to use it now Frown

Can we vote on bringing back the old version? Who's with me?
2
Like
Funny
>
Helpful
Not helpful
Reply
Last edited by munchkin77 August 23, 2023 at 04:39 PM.
Joined Mar 2007
L10: Grand Master
> bubble2 15,937 Posts
26,605 Reputation
schnauzermomma
08-23-2023 at 04:54 PM.
08-23-2023 at 04:54 PM.
Quote from munchkin77 :
I really don't like the new layout either. Please give an option to keep it the old way. I cannot figure out how to use it now Frown

Can we vote on bringing back the old version? Who's with me?
I voted several years ago at a planning meeting they had for the future of SD. Obviously, my vote didn't end up counting for much, except that so far I've been lucky enough to not get the new design forced on me. Frown
Like
Funny
>
Helpful
Not helpful
Reply
Joined Aug 2012
L2: Beginner
> bubble2 30 Posts
18 Reputation
dmanthei
08-23-2023 at 05:04 PM.
08-23-2023 at 05:04 PM.
Amazing to me how websites try to justify their staff or whatever by doing redesigns like this. Tone deaf. This will drive the core away on a gamble that it then brings more new people in. Good luck.
1
Like
Funny
>
Helpful
Not helpful
Reply

Sign up for a Slickdeals account to remove this ad.

Joined Feb 2016
L2: Beginner
> bubble2 99 Posts
58 Reputation
asloan5
08-23-2023 at 06:16 PM.
08-23-2023 at 06:16 PM.
This change sucks. I want classic back. This pissed me off as much as google news changing the layout almost a year ago.
1
Like
Funny
>
Helpful
Not helpful
Reply
Page 3 of 13
Start the Conversation
 
Link Copied

The link has been copied to the clipboard.