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 On 12/13/2015 at 7:35 AM, dcs18 said: The flag that I had opted for, was working — now, it has stopped working. Expand 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 On 12/13/2015 at 9:52 AM, shought said: On 12/13/2015 at 7:35 AM, dcs18 said: The flag that I had opted for, was working — now, it has stopped working. Expand On your profile it says 'Country: Nothing Selected'. Hence no flag shows. Expand My bad. Link to comment Share on other sites More sharing options...
VileTouch Posted December 13, 2015 Share Posted December 13, 2015 On 12/13/2015 at 9:12 AM, 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. Expand 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 On 12/13/2015 at 10:19 AM, 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; } Expand 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 On 12/13/2015 at 10:19 AM, 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; } Expand 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 12/7/2015 at 3: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. Expand 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 On 12/13/2015 at 9:12 AM, 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. Expand Firefox + Stylish: http://pastebin.com/5cwTcGew Reveal hidden contents 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 On 12/13/2015 at 2:44 PM, hihello said: Missing features: There is no option to edit Member title in profile settings. Expand Account Settings >> Edit Profile Link to comment Share on other sites More sharing options...
hihello Posted December 13, 2015 Share Posted December 13, 2015 On 12/13/2015 at 2:51 PM, dcs18 said: Account Settings >> Edit Profile Expand Not present. Link to comment Share on other sites More sharing options...
VileTouch Posted December 13, 2015 Share Posted December 13, 2015 On 12/13/2015 at 10:44 AM, dcs18 said: Screenshot/s please (whenever you find the time) — if possible. Expand 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 On 12/13/2015 at 3:06 PM, hihello said: On 12/13/2015 at 2:51 PM, dcs18 said: On 12/13/2015 at 2:44 PM, hihello said: Missing features: There is no option to edit Member title in profile settings. Popular Tags sidebar is missing. Expand Account Settings >> Edit Profile Expand Not present. Expand 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 On 12/13/2015 at 3:20 PM, 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 */ Expand 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 On 12/13/2015 at 3:24 PM, dcs18 said: Thought you were referring to the following:— <<C o n f i g u r a t o r>> The Perfectionist Expand 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 On 12/13/2015 at 3:31 PM, hihello said: On 12/13/2015 at 3:24 PM, dcs18 said: Thought you were referring to the following:— <<C o n f i g u r a t o r>> The Perfectionist Expand Yes, I was referring to the same thing. Can you post the screenshot of that setting? Expand 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 Reveal hidden contents On 12/13/2015 at 3:43 PM, dcs18 said: For a full screen view, click the following image and then click Full Size (at the bottom-left-hand side corner):— Expand 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 On 12/13/2015 at 3:57 PM, jamesDDI said: 2) where is the preview button? Expand 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:— Reveal hidden contents 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 On 12/13/2015 at 4:48 PM, 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. Expand 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 On 12/13/2015 at 4:51 PM, jamesDDI said: Can you look to this please? all javascript functions don't work anymore like Notifications, etc.. Expand 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... On 12/13/2015 at 4:56 PM, 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. Expand 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 On 12/13/2015 at 4:48 PM, shought said: I've changed the rules regarding editing of member titles. Expand 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.