shought Posted December 13, 2015 Author Share Posted December 13, 2015 If you guys have some CSS tweaks for any of the themes I'd be happy to take a look at them and see whether I can include them I'm not a graphic designer, but I try my best. Link to comment Share on other sites More sharing options...
shought Posted December 13, 2015 Author Share Posted December 13, 2015 2 hours ago, dcs18 said: The flag that I had opted for, was working — now, it has stopped working. On your profile it says 'Country: Nothing Selected'. Hence no flag shows. Link to comment Share on other sites More sharing options...
dcs18 Posted December 13, 2015 Share Posted December 13, 2015 Just now, shought said: 2 hours ago, dcs18 said: The flag that I had opted for, was working — now, it has stopped working. On your profile it says 'Country: Nothing Selected'. Hence no flag shows. My bad. Link to comment Share on other sites More sharing options...
VileTouch Posted December 13, 2015 Share Posted December 13, 2015 14 minutes ago, shought said: If you guys have some CSS tweaks for any of the themes I'd be happy to take a look at them and see whether I can include them I'm not a graphic designer, but I try my best. this is by no means finished, just a few minutes of tinkering so there might be some overlapping classes and some things that look odd, but it shows the idea. posted because i have to run now. .ipsNavBar_primary,.ipsPagination,.ipsButton,.ipsButton_medium,.ipsButton_fullWidth,.ipsButton_important,.ipsButton_like,.ipsButton_alternate,.ipsButtonBar { background: -moz-linear-gradient(#444444, #181818) !important; } Link to comment Share on other sites More sharing options...
shought Posted December 13, 2015 Author Share Posted December 13, 2015 13 minutes ago, VileTouch said: this is by no means finished, just a few minutes of tinkering so there might be some overlapping classes and some things that look odd, but it shows the idea. posted because i have to run now. .ipsNavBar_primary,.ipsPagination,.ipsButton,.ipsButton_medium,.ipsButton_fullWidth,.ipsButton_important,.ipsButton_like,.ipsButton_alternate,.ipsButtonBar { background: -moz-linear-gradient(#444444, #181818) !important; } Thanks, this looks nice, made some changes to the Dark theme Link to comment Share on other sites More sharing options...
dcs18 Posted December 13, 2015 Share Posted December 13, 2015 23 minutes ago, VileTouch said: this is by no means finished, just a few minutes of tinkering so there might be some overlapping classes and some things that look odd, but it shows the idea. posted because i have to run now. .ipsNavBar_primary,.ipsPagination,.ipsButton,.ipsButton_medium,.ipsButton_fullWidth,.ipsButton_important,.ipsButton_like,.ipsButton_alternate,.ipsButtonBar { background: -moz-linear-gradient(#444444, #181818) !important; } Screenshot/s please (whenever you find the time) — if possible. Link to comment Share on other sites More sharing options...
Rivenson Posted December 13, 2015 Share Posted December 13, 2015 On Δευτέρα, 7 Δεκέμβριος 2015 at 5:21 PM, dcs18 said: That is where the flag is supposed to be displaying - ATM, there seems to be an error in the path specified to the .gif. Yep,, in Dark theme , favicons are missing... http://postimg.org/image/8drwze59x/ Fixed Link to comment Share on other sites More sharing options...
romit Posted December 13, 2015 Share Posted December 13, 2015 2 hours ago, shought said: If you guys have some CSS tweaks for any of the themes I'd be happy to take a look at them and see whether I can include them I'm not a graphic designer, but I try my best. Firefox + Stylish: http://pastebin.com/5cwTcGew Spoiler Link to comment Share on other sites More sharing options...
hihello Posted December 13, 2015 Share Posted December 13, 2015 Missing features: There is no option to edit Member title in profile settings. Popular Tags sidebar is missing. Link to comment Share on other sites More sharing options...
dcs18 Posted December 13, 2015 Share Posted December 13, 2015 4 minutes ago, hihello said: Missing features: There is no option to edit Member title in profile settings. Account Settings >> Edit Profile Link to comment Share on other sites More sharing options...
hihello Posted December 13, 2015 Share Posted December 13, 2015 16 minutes ago, dcs18 said: Account Settings >> Edit Profile Not present. Link to comment Share on other sites More sharing options...
VileTouch Posted December 13, 2015 Share Posted December 13, 2015 4 hours ago, dcs18 said: Screenshot/s please (whenever you find the time) — if possible. these were to show the effects of a slight gradient on certain elements of the style. though i see shought used even better colors already. so here's the same gradient (with the current colors) compatible with every browser. (just drop it in the appropriate class group) background: #2d2d2d; /* Old browsers */ background: -moz-linear-gradient(top, #2d2d2d 0%, #212121 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #2d2d2d 0%,#212121 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #2d2d2d 0%,#212121 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#212121',GradientType=0 ); /* IE6-9 */ Link to comment Share on other sites More sharing options...
dcs18 Posted December 13, 2015 Share Posted December 13, 2015 12 minutes ago, hihello said: 28 minutes ago, dcs18 said: 35 minutes ago, hihello said: Missing features: There is no option to edit Member title in profile settings. Popular Tags sidebar is missing. Account Settings >> Edit Profile Not present. Thought you were referring to the following:— <<C o n f i g u r a t o r>> The Perfectionist Link to comment Share on other sites More sharing options...
dcs18 Posted December 13, 2015 Share Posted December 13, 2015 3 minutes ago, VileTouch said: these were to show the effects of a slight gradient on certain elements of the style. though i see shought used even better colors already. so here's the same gradient (with the current colors) compatible with every browser. (just drop it in the appropriate class group) background: #2d2d2d; /* Old browsers */ background: -moz-linear-gradient(top, #2d2d2d 0%, #212121 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #2d2d2d 0%,#212121 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #2d2d2d 0%,#212121 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#212121',GradientType=0 ); /* IE6-9 */ Oh yes, nice — was hoping to have a closer look at the results of the gradient part only (I like it.) Link to comment Share on other sites More sharing options...
hihello Posted December 13, 2015 Share Posted December 13, 2015 6 minutes ago, dcs18 said: Thought you were referring to the following:— <<C o n f i g u r a t o r>> The Perfectionist Yes, I was referring to the same thing. Can you post the screenshot of that setting? Link to comment Share on other sites More sharing options...
dcs18 Posted December 13, 2015 Share Posted December 13, 2015 9 minutes ago, hihello said: 16 minutes ago, dcs18 said: Thought you were referring to the following:— <<C o n f i g u r a t o r>> The Perfectionist Yes, I was referring to the same thing. Can you post the screenshot of that setting? For a full screen view, click the following image and then click Full Size (at the bottom-left-hand side corner):— Link to comment Share on other sites More sharing options...
jamesDDI Posted December 13, 2015 Share Posted December 13, 2015 1) Premise: before forum upgrade there was not this problem. Now if i enable this: all javascript functions don't work anymore like Notifications, etc.. 2) where is the preview button? Link to comment Share on other sites More sharing options...
hihello Posted December 13, 2015 Share Posted December 13, 2015 Spoiler 25 minutes ago, dcs18 said: For a full screen view, click the following image and then click Full Size (at the bottom-left-hand side corner):— I had removed the member title (left blank) in my profile before the forum was upgraded.That must have caused this. Link to comment Share on other sites More sharing options...
dcs18 Posted December 13, 2015 Share Posted December 13, 2015 13 minutes ago, jamesDDI said: 2) where is the preview button? Vote for the Preview button. Link to comment Share on other sites More sharing options...
dcs18 Posted December 13, 2015 Share Posted December 13, 2015 nSane FavIcons are no longer being saved when bookmarked:— Link to comment Share on other sites More sharing options...
shought Posted December 13, 2015 Author Share Posted December 13, 2015 I fixed the favicon issue today. I've changed the rules regarding editing of member titles. I will look into restoring the post preview functionality, I understand it can be helpful and it doesn't use much if any server resources. Link to comment Share on other sites More sharing options...
jamesDDI Posted December 13, 2015 Share Posted December 13, 2015 1 minute ago, shought said: I fixed the favicon issue today. I've changed the rules regarding editing of member titles. I will look into restoring the post preview functionality, I understand it can be helpful and it doesn't use much if any server resources. Can you look to this please? 1) Premise: before forum upgrade there was not this problem. Now if i enable this: all javascript functions don't work anymore like Notifications, etc.. Link to comment Share on other sites More sharing options...
Kalju Posted December 13, 2015 Share Posted December 13, 2015 It is easy - site icon is needed upload to the root folder on the server and not use the upload system. If use upload system, then all files will get new name, but all browser looks for favicon.ico, which usually located in root folder. For example: usually it is <link rel='shortcut icon' href='http://www.nsaneforums.com/favicon.ico'> or simply <link rel='shortcut icon' href='favicon.ico'> But here it is: <link rel='shortcut icon' href='http://www.nsaneforums.com/uploads/monthly_2015_12/favicon.ico.160820f6b48380dfdab14bcbb10429cc.ico'> And the error is very easy to correct. Link to comment Share on other sites More sharing options...
shought Posted December 13, 2015 Author Share Posted December 13, 2015 11 minutes ago, jamesDDI said: Can you look to this please? all javascript functions don't work anymore like Notifications, etc.. You can't really expect IPS or nsane.forums to support experimental features, can you? If you enable experimental features and this breaks our website, you shouldn't enable experimental features... 5 minutes ago, Kalju said: It is easy - site icon is needed upload to the root folder on the server and not use the upload system. If use upload system, then all files will get new name, but all browser looks for favicon.ico, which usually located in root folder. It is now in both locations, that should work for all scenario's Link to comment Share on other sites More sharing options...
hihello Posted December 13, 2015 Share Posted December 13, 2015 41 minutes ago, shought said: I've changed the rules regarding editing of member titles. What is the new rule regarding member title? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.