Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (159) « First ... « 36 37 [38] 39 40 » ... Last »
Apr 9, 2014 6:45 AM
Offline
Apr 2013
17
A feature of my list suddenly broke today. This is how my list usually works: http://cdn.awwni.me/naki.png

You can find it here: http://myanimelist.net/animelist/Eagleshadow&show=0&order=2

But suddenly today, mouseover comments stopped working. I tried reverting to a backup I had from 2 weeks ago, as I at first thought I made a syntax error in my comments.css or something, but it didn't seem to be the case. It used to work on both Chrome and Firefox just yesterday, now it works on neither, without me actually changing anything, so I'm thinking maybe MAL changed something on their side? Has anyone experienced anything similar? Can anyone think of a solution?

Here is my css if anyone wants to take a look at it: https://dl.dropboxusercontent.com/u/5293445/Ordered/4ever/ann/css/css.zip
Apr 9, 2014 6:59 AM

Offline
Apr 2010
577
Shishio-kun said:
There's two Sena layouts like that so I don't know which one you're referring to but the HolyPotato one can be fixed with the same codes from the above post I made, I tested it out just now in Firefox


Yes it's HolyPotatoe's one, sorry for not mentioning which one.

Now the pop up options appears whenever adding an episode or the other kind of edits.

But It seems it appears behind the options now appears a big portion of whiteness



This is how it looks. Is there any way of getting rid of that whiteness and have only the pop up option appear?

Also thank you very much for helping me and sorry once again for asking same question in two threads >.<
Apr 9, 2014 7:05 AM
Review Moderator
(。•̀ᴗ-)⌒✧

Offline
Jun 2007
1955
Shishio-kun said:
You're right, the panel is still there (phew!) it just looks like MAL changed some of their default code and it messes up the pop up's coding.

I've reproduced the problem on my own list with your CSS to be sure as possible I think this custom coding will work for anyone who is having trouble, would like feedback tho:

#fancybox-inner {
height: 100% !important;
width: 100% !important;
left: 0 !important;
}
#fancybox-wrap {
height: 90% !important;
position: fixed !important;
width: 80% !important;
left: 0 !important;
right: 0 !important;
margin: auto !important;
}


Just add to the bottom of custom CSS


It worked like a charm! Thanks a lot ^-^

PS: It's really called fancybox... I thought you just called it that way! We learn something new everyday!

EDIT: Ok, I tried to test it again... it doesn't really work all that well. For the first couple times it's ok, then the box doesn't appear in the mddle of the screen but further down (dunno if it can appear anywhere else) and scrolling doesn't bring it up and then, the next few times, it doesn't even appear at all~
MaffyApr 9, 2014 7:08 AM
Apr 9, 2014 7:07 AM

Offline
Feb 2010
12677
Shiro- said:
Shishio-kun said:
There's two Sena layouts like that so I don't know which one you're referring to but the HolyPotato one can be fixed with the same codes from the above post I made, I tested it out just now in Firefox


Yes it's HolyPotatoe's one, sorry for not mentioning which one.

Now the pop up options appears whenever adding an episode or the other kind of edits.

But It seems it appears behind the options now appears a big portion of whiteness



This is how it looks. Is there any way of getting rid of that whiteness and have only the pop up option appear?

Also thank you very much for helping me and sorry once again for asking same question in two threads >.<


Not sure I follow what you're talking about. When do you get that, tell me the exact steps leading up to it. I don't really see a problem anyways cuz you can just x it out, right?
Apr 9, 2014 7:14 AM

Offline
Feb 2010
12677
Maffy said:
Shishio-kun said:
You're right, the panel is still there (phew!) it just looks like MAL changed some of their default code and it messes up the pop up's coding.

I've reproduced the problem on my own list with your CSS to be sure as possible I think this custom coding will work for anyone who is having trouble, would like feedback tho:

#fancybox-inner {
height: 100% !important;
width: 100% !important;
left: 0 !important;
}
#fancybox-wrap {
height: 90% !important;
position: fixed !important;
width: 80% !important;
left: 0 !important;
right: 0 !important;
margin: auto !important;
}


Just add to the bottom of custom CSS


It worked like a charm! Thanks a lot ^-^

PS: It's really called fancybox... I thought you just called it that way! We learn something new everyday!

EDIT: Ok, I tried to test it again... it doesn't really work all that well. For the first couple times it's ok, then the box doesn't appear in the mddle of the screen but further down (dunno if it can appear anywhere else) and scrolling doesn't bring it up and then, the next few times, it doesn't even appear at all~


I've made a change to it for this after seeing it too. It should be:

#fancybox-inner {
height: 100% !important;
width: 100% !important;
left: 0 !important;
}
#fancybox-wrap {
height: 90% !important;
position: fixed !important;
width: 80% !important;
left: 0 !important;
right: 0 !important;
top: 0 !Important;
margin: auto !important;
}


That looks like it works better and on more list styles!
Apr 9, 2014 7:22 AM
Review Moderator
(。•̀ᴗ-)⌒✧

Offline
Jun 2007
1955
Shishio-kun said:
I've made a change to it for this after seeing it too. It should be:

#fancybox-inner {
height: 100% !important;
width: 100% !important;
left: 0 !important;
}
#fancybox-wrap {
height: 90% !important;
position: fixed !important;
width: 80% !important;
left: 0 !important;
right: 0 !important;
top: 0 !Important;
margin: auto !important;
}


That looks like it works better and on more list styles!


Yup, this seems to work just fine after trying it out for around 10-15 random entries!

Thanks a lot again C: You are so awesome!
Apr 9, 2014 7:22 AM

Offline
Nov 2009
283
Hello! :)

Up until yesterday, whenever I wanted to edit an entry on my anime list, obviously the options page would appear. I have never changed my list since I first installed it last summer, I have only changed the top image, so I have never really messed around with the other codes aside from. But yesterday, I altered the top images for both my anime and manga list, and for some reason the edit box no longer shows when I click the link, it just shows up as a shadow and an 'x' in the corner to close it. I tried changing back to the old image, but it still wouldn't work. Tried using a backup code of my current list from ages ago, and still doesn't show. But if I change my list to a different style, such as a MAL premade one, it works perfectly! So obviously there's something wrong with the code, but I'm not too sure what? It's worked absolutely fine until yesterday, and the edit box always appeared whenever I clicked edit on an entry! :S Please help! x
Apr 9, 2014 7:40 AM

Offline
Feb 2010
12677
fezakyuu said:
Hello! :)

Up until yesterday, whenever I wanted to edit an entry on my anime list, obviously the options page would appear. I have never changed my list since I first installed it last summer, I have only changed the top image, so I have never really messed around with the other codes aside from. But yesterday, I altered the top images for both my anime and manga list, and for some reason the edit box no longer shows when I click the link, it just shows up as a shadow and an 'x' in the corner to close it. I tried changing back to the old image, but it still wouldn't work. Tried using a backup code of my current list from ages ago, and still doesn't show. But if I change my list to a different style, such as a MAL premade one, it works perfectly! So obviously there's something wrong with the code, but I'm not too sure what? It's worked absolutely fine until yesterday, and the edit box always appeared whenever I clicked edit on an entry! :S Please help! x



There were just 10 posts about this before yours- try adding this to the bottom

#fancybox-inner {
height: 100% !important;
width: 100% !important;
left: 0 !important;
}
#fancybox-wrap {
height: 90% !important;
position: fixed !important;
width: 80% !important;
left: 0 !important;
right: 0 !important;
top: 0 !Important;
margin: auto !important;
}
Apr 9, 2014 7:41 AM

Offline
Apr 2010
577
Shishio-kun said:
Not sure I follow what you're talking about. When do you get that, tell me the exact steps leading up to it. I don't really see a problem anyways cuz you can just x it out, right?


My bad for being so confusing, my english isn't that good since it isn't my mother language.

I meant alongside the pop-up options, appears a portion of whiteness covering most of my list (just like in the pic I linked). I was asking if it's possible to remove that whiteness that appears whenever editing something in your list; like maybe something needs to be deleted from the code?

Anyway, if there isn't a solution to that is oke...I'm still gonna use the layout since now I have the pop up options appear.

Thank you once again for all the help and keep up the good work.
Apr 9, 2014 7:48 AM

Offline
Feb 2010
12677
Shiro- said:
Shishio-kun said:
Not sure I follow what you're talking about. When do you get that, tell me the exact steps leading up to it. I don't really see a problem anyways cuz you can just x it out, right?


My bad for being so confusing, my english isn't that good since it isn't my mother language.

I meant alongside the pop-up options, appears a portion of whiteness covering most of my list (just like in the pic I linked). I was asking if it's possible to remove that whiteness that appears whenever editing something in your list; like maybe something needs to be deleted from the code?

Anyway, if there isn't a solution to that is oke...I'm still gonna use the layout since now I have the pop up options appear.

Thank you once again for all the help and keep up the good work.


I still don't follow. Circle or point out the whiteness you're referring to exactly in a screenshot. It looks like everything is normal, at least according to how I remember it. Isn't the box supposed to be white? And around the box is normally faint white overlay?

I also asked you to outline the steps that you get so you get to that screenshot you posted with the problem (which I don't see a problem in anyways). Are you saying this whiteness you don't like appears as soon as you click the edit button?
Apr 9, 2014 7:49 AM

Offline
Nov 2009
283
Shishio-kun said:
fezakyuu said:
Hello! :)

Up until yesterday, whenever I wanted to edit an entry on my anime list, obviously the options page would appear. I have never changed my list since I first installed it last summer, I have only changed the top image, so I have never really messed around with the other codes aside from. But yesterday, I altered the top images for both my anime and manga list, and for some reason the edit box no longer shows when I click the link, it just shows up as a shadow and an 'x' in the corner to close it. I tried changing back to the old image, but it still wouldn't work. Tried using a backup code of my current list from ages ago, and still doesn't show. But if I change my list to a different style, such as a MAL premade one, it works perfectly! So obviously there's something wrong with the code, but I'm not too sure what? It's worked absolutely fine until yesterday, and the edit box always appeared whenever I clicked edit on an entry! :S Please help! x



There were just 10 posts about this before yours- try adding this to the bottom

#fancybox-inner {
height: 100% !important;
width: 100% !important;
left: 0 !important;
}
#fancybox-wrap {
height: 90% !important;
position: fixed !important;
width: 80% !important;
left: 0 !important;
right: 0 !important;
top: 0 !Important;
margin: auto !important;
}


Ah, sorry I didn't notice! D: I should've looked! But it works a treat, thank you! :D x
Apr 9, 2014 8:07 AM

Offline
Apr 2010
577
Shishio-kun said:


I still don't follow. Circle or point out the whiteness you're referring to exactly in a screenshot. It looks like everything is normal, at least according to how I remember it. Isn't the box supposed to be white? And around the box is normally faint white overlay?

I also asked you to outline the steps that you get so you get to that screenshot you posted with the problem (which I don't see a problem in anyways). Are you saying this whiteness you don't like appears as soon as you click the edit button?



1. This is how the pop up options appear when using MAL's default layout

http://oi60.tinypic.com/29vidtc.jpg

2. This is how the pop up options appear when using HolyPotatoe's Sena layout.

http://oi59.tinypic.com/2uoqh00.jpg

I've been asking if there is a way to totally make that white disappear. Or at least have it as small as in the 1st picture.
Shiro-Apr 9, 2014 8:21 AM
Apr 9, 2014 8:26 AM

Offline
Feb 2010
12677
Shiro- said:
Shishio-kun said:


I still don't follow. Circle or point out the whiteness you're referring to exactly in a screenshot. It looks like everything is normal, at least according to how I remember it. Isn't the box supposed to be white? And around the box is normally faint white overlay?

I also asked you to outline the steps that you get so you get to that screenshot you posted with the problem (which I don't see a problem in anyways). Are you saying this whiteness you don't like appears as soon as you click the edit button?



1. This is how the pop up options appear when using MAL's default layout

http://oi60.tinypic.com/29vidtc.jpg

2. This is how the pop up options appear when using HolyPotatoe's Sena layout.

http://oi59.tinypic.com/2uoqh00.jpg

I've been asking if there is a way to totally make that white disappear. Or at least have it as small as in the 1st picture.


When I click edit, I don't see those options. I see the normal overlay box:
http://i.imgur.com/z7rBDUw.jpg

Again lol, how do I get to the part where I can see those options you've displayed: the ones that say "Someone has already made a discussion for this..". I need to know how to get there so I can look at that particular window you're having a problem with. I don't use my list for this kinda thing so I never see those options.
Apr 9, 2014 8:54 AM

Offline
Apr 2010
577
Shishio-kun said:
Shiro- said:
When I click edit, I don't see those options. I see the normal overlay box:
http://i.imgur.com/z7rBDUw.jpg

Again lol, how do I get to the part where I can see those options you've displayed: the ones that say "Someone has already made a discussion for this..". I need to know how to get there so I can look at that particular window you're having a problem with. I don't use my list for this kinda thing so I never see those options.


Just click on the "+" near the total number of episodes an anime has. You'll get those option to appear then.
Apr 9, 2014 9:27 AM

Offline
Feb 2010
12677
Shiro- said:


Just click on the "+" near the total number of episodes an anime has. You'll get those option to appear then.


Oh ok, well I never get that option when I update titles with the pluses tho (even if they're set to discuss episodes, as I just checked). I have no idea why, so I can't see the window. Unless someone else has a solution I would suggest changing the color of the box to transparent or using Firebug (Firefox) to find the selectors for the boxes and seeing if you can give it some boxes a different color or height.
Apr 9, 2014 9:34 AM

Offline
Apr 2010
577
Shishio-kun said:
Shiro- said:


Just click on the "+" near the total number of episodes an anime has. You'll get those option to appear then.


Oh ok, well I never get that option when I update titles with the pluses tho (even if they're set to discuss episodes, as I just checked). I have no idea why, so I can't see the window. Unless someone else has a solution I would suggest changing the color of the box to transparent or using Firebug (Firefox) to find the selectors for the boxes and seeing if you can give it some boxes a different color or height.


Yeah, that option are exclusively for discussing the episodes. Seeing how bad I am with the whole CCS and codes and the rest...I'll have to use it as it is, until someone will figure out something.

Either way thank you once again for taking your time helping me and everyone here who needed help.
Apr 9, 2014 2:08 PM

Offline
Oct 2013
95
I was using some premade code and was just replacing the background img for the list and all went well, but on all the titles of the anime on my list there's a weird background behind them. Anyone know how to get rid of that? My list



Apr 9, 2014 2:28 PM

Offline
Aug 2013
520
SilentAirwalk said:
I was using some premade code and was just replacing the background img for the list and all went well, but on all the titles of the anime on my list there's a weird background behind them. Anyone know how to get rid of that? My list
As far as I can see it's a problem with the cover CSS, it sets the background of the titels to the series' cover Without any conditions what so ever, meaning they are always And I Don't think there are any selector that only changes none hovered elements without changing the one you hover over :/




Apr 9, 2014 2:37 PM

Offline
Oct 2013
95
Oiomi said:
SilentAirwalk said:
I was using some premade code and was just replacing the background img for the list and all went well, but on all the titles of the anime on my list there's a weird background behind them. Anyone know how to get rid of that? My list
As far as I can see it's a problem with the cover CSS, it sets the background of the titels to the series' cover Without any conditions what so ever, meaning they are always And I Don't think there are any selector that only changes none hovered elements without changing the one you hover over :/
So no easy fix huh :/



Apr 9, 2014 2:40 PM

Offline
Feb 2010
12677
SilentAirwalk said:
Oiomi said:
SilentAirwalk said:
I was using some premade code and was just replacing the background img for the list and all went well, but on all the titles of the anime on my list there's a weird background behind them. Anyone know how to get rid of that? My list
As far as I can see it's a problem with the cover CSS, it sets the background of the titels to the series' cover Without any conditions what so ever, meaning they are always And I Don't think there are any selector that only changes none hovered elements without changing the one you hover over :/
So no easy fix huh :/


Do you actually want the covers on your list? Since you can remove the covers by deleting some of the imports at the top.
@import "http://dl.dropbox.com/u/78340470/TouhouLayoutCSS/CSSforTouhouCardRight.css";
@import "http://dl.dropbox.com/u/78340470/animetitle.css";


What style are you trying to get exactly
Apr 9, 2014 2:49 PM

Offline
Oct 2013
95
No, I dont need covers I just want to get rid of the weird backgrounds on the anime titles. I used the premade code from the revolutionary girls list took out the banner and added my background img. Thanks though, that fixed it :)!



Apr 9, 2014 8:42 PM

Offline
Mar 2014
5
Hello, I started working with your basic page layout last night, and it's done wonders for my list, and has been really easy to work with, but I did run in to two problems.

First, is there a way for me to add images around my category links that aren't limited to the small rectangular areas? I used your existing tutorial code for modifying the surrounding area, but whenever I put a picture url in, only a small portion of the picture is included.

Also, when I'm viewing all the categories at once, is there a way for me to add space between the individual sections? I would like to increase the distance between the section stats and the subsequent headers.
Apr 10, 2014 2:18 AM

Offline
Feb 2014
315
Hey Shishio, I used yourbeginner's CCS List code for my 'animelist' and went through some of your other tutorials to customize it to what I wanted. Everything is great, except that my edit button doesn't work. (before it wasn't showing, but now it is, but even so it still doesn't work, there's only a white line that comes up and then the 'close (x mark) sign' beside it) I was wondering whether you could help me figure out what's going on.

Since I don't have the 'more' button either, I was thinking that it may be because of that, so maybe if the 'more' button was returned then my edit button would be able to work...?

Thanks though, for putting up all the tutorials and for helping people customize their lists :)

Apr 10, 2014 2:43 AM

Offline
Feb 2010
12677
KiraieAeterna said:
Hey Shishio, I used yourbeginner's CCS List code for my 'animelist' and went through some of your other tutorials to customize it to what I wanted. Everything is great, except that my edit button doesn't work. (before it wasn't showing, but now it is, but even so it still doesn't work, there's only a white line that comes up and then the 'close (x mark) sign' beside it) I was wondering whether you could help me figure out what's going on.

Since I don't have the 'more' button either, I was thinking that it may be because of that, so maybe if the 'more' button was returned then my edit button would be able to work...?

Thanks though, for putting up all the tutorials and for helping people customize their lists :)


If your edit button can be clicked, it works. Its the panel that comes up after thats broken. Try the fix I posted on the front page of the group:
http://myanimelist.net/clubs.php?cid=19736

#more button has nothing to do with this I think, you're using the more panel for that cover style you need to switch over to another cover style if you want that back
Apr 10, 2014 3:47 AM

Offline
Mar 2014
5
Hi Shishio, I posted earlier but I wasn't very clear on what I was trying to accomplish. I've been trying to fix my categories along the right side of my anime list, along with giving each of them a picture, much like you've done in some of the pre-made layouts. I tried to do this with your tutorial code, but the pictures wouldn't show up in their entirety, only in a small box around the link. I haven't been able to find a way to fix this, and would really appreciate help.

Thank you in advance
Apr 10, 2014 4:44 AM

Offline
Feb 2010
12677
f0ol1o said:
Hi Shishio, I posted earlier but I wasn't very clear on what I was trying to accomplish. I've been trying to fix my categories along the right side of my anime list, along with giving each of them a picture, much like you've done in some of the pre-made layouts. I tried to do this with your tutorial code, but the pictures wouldn't show up in their entirety, only in a small box around the link. I haven't been able to find a way to fix this, and would really appreciate help.

Thank you in advance


Unfortunately I don't have time to look into this now; if someone else can't help you I would remove all the related codes if you broke them and enter a category menu from a premade layout (use the notes in them for directions) and try to customize it from there
Apr 10, 2014 5:08 AM

Offline
Feb 2014
315
Shishio-kun said:
KiraieAeterna said:
Hey Shishio, I used yourbeginner's CCS List code for my 'animelist' and went through some of your other tutorials to customize it to what I wanted. Everything is great, except that my edit button doesn't work. (before it wasn't showing, but now it is, but even so it still doesn't work, there's only a white line that comes up and then the 'close (x mark) sign' beside it) I was wondering whether you could help me figure out what's going on.

Since I don't have the 'more' button either, I was thinking that it may be because of that, so maybe if the 'more' button was returned then my edit button would be able to work...?

Thanks though, for putting up all the tutorials and for helping people customize their lists :)


If your edit button can be clicked, it works. Its the panel that comes up after thats broken. Try the fix I posted on the front page of the group:
http://myanimelist.net/clubs.php?cid=19736

#more button has nothing to do with this I think, you're using the more panel for that cover style you need to switch over to another cover style if you want that back


Thank you :)

Apr 10, 2014 7:34 AM

Offline
Aug 2013
520
f0ol1o said:
Hi Shishio, I posted earlier but I wasn't very clear on what I was trying to accomplish. I've been trying to fix my categories along the right side of my anime list, along with giving each of them a picture, much like you've done in some of the pre-made layouts. I tried to do this with your tutorial code, but the pictures wouldn't show up in their entirety, only in a small box around the link. I haven't been able to find a way to fix this, and would really appreciate help.

Thank you in advance
Could you please provide a link to the picture(s)




Apr 10, 2014 12:57 PM

Offline
May 2008
3861
I try to rephrase my previous post. So I would like to move the Tag box in my anime list. As you can see on the picture below, the box is under the cover picture and I would like to move it:
http://img10.imagefra.me/i94a/sayami/y5db_bef_uct0m.png

Can someone help?
Apr 10, 2014 12:57 PM

Offline
Mar 2014
5
Shishio-kun said:
f0ol1o said:
Hi Shishio, I posted earlier but I wasn't very clear on what I was trying to accomplish. I've been trying to fix my categories along the right side of my anime list, along with giving each of them a picture, much like you've done in some of the pre-made layouts. I tried to do this with your tutorial code, but the pictures wouldn't show up in their entirety, only in a small box around the link. I haven't been able to find a way to fix this, and would really appreciate help.

Thank you in advance


Unfortunately I don't have time to look into this now; if someone else can't help you I would remove all the related codes if you broke them and enter a category menu from a premade layout (use the notes in them for directions) and try to customize it from there


I decided to try this out, and grabbed the code from your psychopass layout. When I look at your image links for the categories, they all include the six pictures stacked on top of each other. Is this how I should go about orienting my own when i upload them?

My list: http://myanimelist.net/animelist/f0ol1o
Apr 10, 2014 2:09 PM
Review Moderator
(。•̀ᴗ-)⌒✧

Offline
Jun 2007
1955
Hello, back here (again.. sorry xD)

So, another problem arose... and it's pretty weird. At some point today (though not sure when since I updated nothing today), the links from the bar with "Watching, completed, etc" until the first 15-17 entries (15 for anime, 17 for manga. Naturally, since in my anime list, there are 2 entries that take 2 slots) are not working. Any kind of link, be it the entry itself or just pressing "More". It's only up to there. It feels as if something is stuck over that part of the list.

Do you have any idea what it might be? Can it be the fix for the edit box? I took out the fix itself, but the pop up still works, so I assume it's because you "sent" it through the links, so maaaybe it has to do with that?

Any help is appreciated D: This is even more annoying than not being able to use the pop up :<
Apr 10, 2014 2:21 PM

Offline
Aug 2013
520
Maffy said:
Hello, back here (again.. sorry xD)

So, another problem arose... and it's pretty weird. At some point today (though not sure when since I updated nothing today), the links from the bar with "Watching, completed, etc" until the first 15-17 entries (15 for anime, 17 for manga. Naturally, since in my anime list, there are 2 entries that take 2 slots) are not working. Any kind of link, be it the entry itself or just pressing "More". It's only up to there. It feels as if something is stuck over that part of the list.

Do you have any idea what it might be? Can it be the fix for the edit box? I took out the fix itself, but the pop up still works, so I assume it's because you "sent" it through the links, so maaaybe it has to do with that?

Any help is appreciated D: This is even more annoying than not being able to use the pop up :<
It seems to be working fine for what I can see... all links work for me




Apr 10, 2014 2:24 PM
Review Moderator
(。•̀ᴗ-)⌒✧

Offline
Jun 2007
1955
Oiomi said:
It seems to be working fine for what I can see... all links work for me


Well, lucky you then :< It doesn't work for me. I went to someone's random list and everything works just fine, but apparently not in mine :<

Edit: I even used a different browser in case it was ff's fault but nope. I can't click anything on there either in those entries.
Edit2: So, I asked a friend to go to my list and they can't click anything either, but this time for 18 entries (17 ongoing + 1 completed). I assume it can be something with the resolution of the screen that decides how many links are affected, but at least, the problem is real and not on my end :I
MaffyApr 10, 2014 3:11 PM
Apr 10, 2014 3:19 PM

Offline
Feb 2010
12677
Maffy said:
Hello, back here (again.. sorry xD)

So, another problem arose... and it's pretty weird. At some point today (though not sure when since I updated nothing today), the links from the bar with "Watching, completed, etc" until the first 15-17 entries (15 for anime, 17 for manga. Naturally, since in my anime list, there are 2 entries that take 2 slots) are not working. Any kind of link, be it the entry itself or just pressing "More". It's only up to there. It feels as if something is stuck over that part of the list.

Do you have any idea what it might be? Can it be the fix for the edit box? I took out the fix itself, but the pop up still works, so I assume it's because you "sent" it through the links, so maaaybe it has to do with that?

Any help is appreciated D: This is even more annoying than not being able to use the pop up :<


Yes I sent a mass fix for the overlay to a lot of lists, but overlay changes should only effect the overlay. Its MAL making a lot of weird changes lately its extremely odd and well, they seem pointless

They made body

body {
min-height: 100%;}

I don't see a reason for this and I'm not familiar with the min height code or what it does (assume its a min height something can be) or why he put it there but it seems to be what makes the links untouchable. I sent another mass fix to this but I don't know what the long term issues will be.

We're just reversing all of Xinil's weird changes, wtf is going on? lol

btw my fix is just

body {
min-height: 0 !important;}
Shishio-kunApr 10, 2014 3:27 PM
Apr 10, 2014 3:27 PM
Review Moderator
(。•̀ᴗ-)⌒✧

Offline
Jun 2007
1955
Have I told you that I love you? Because it's high time I did! <3

And lesson we all should learn to heart, "Never trust Crave". One thing gets fixed, 100 break. It's how we do things here :I

Thanks again! You are always so fast!
Apr 10, 2014 3:33 PM

Offline
Feb 2010
12677
Aw thanks!

Ya I won't let our hard work become destroyed by The Establishment (Crave)
Apr 10, 2014 5:31 PM

Offline
Mar 2014
5
Hey, to anyone who knows, I have one more question. I'm not amazing with code, so I can't figure out what to change so that the white corners are removed from my category tabs. Also, I want to move all 6 of them so that they are in the bottom right corner, and so that they dont run off the screen (Basically move them down and left). Here's my category code if you can help, and a link to my image.



http://i60.tinypic.com/s5zadt.jpg
http://i59.tinypic.com/n36uyu.jpg

EDIT: Here's a link to my list page- http://myanimelist.net/animelist/f0ol1o
EDIT: Actually, I got help elsewhere and figured it out. Thanks anyways though.
f0ol1oApr 10, 2014 6:10 PM
Apr 11, 2014 2:29 AM
Review Moderator
(。•̀ᴗ-)⌒✧

Offline
Jun 2007
1955
So, I got the same problem again with the invisible layer :<

*cries

Why maaal? :<

EDIT: I manually put the fix in the code and it worked! How come you took it out? o:
MaffyApr 11, 2014 2:33 AM
Apr 11, 2014 2:39 AM

Offline
Feb 2010
12677
Maffy said:
So, I got the same problem again with the invisible layer :<

*cries

Why maaal? :<

EDIT: I manually put the fix in the code and it worked! How come you took it out? o:


Sorry MAL made more changes and I was trying to get a new fix in the last few minutes to figure out what that was and fix the "discuss this episode" panel. I set it back just now, since I'm not learning anything new and I'll just wait till they're done with their site or produce a changelog. btw for you, your problem was

#list_surround {
z-index: -1 !important;
}

that is causing that invisible wall in the first place, if you take that out you don't need min-height on body set to 0 but I think you need that in Chrome for the top bar to overlay the list right.
Apr 11, 2014 4:22 AM
Offline
Feb 2008
685
I've got a problem with my list. I didn't even touch the code but suddenly the top bar broke. For some reason only part of the code is displayed now and all the images are missing. I really didn't do anything, how could that happen?
Apr 11, 2014 4:31 AM

Offline
Feb 2010
12677
Lirina said:
I've got a problem with my list. I didn't even touch the code but suddenly the top bar broke. For some reason only part of the code is displayed now and all the images are missing. I really didn't do anything, how could that happen?


I think they've changed some of the original selector names and URL paths we've used till now, so now your old codes are invalid.
Apr 11, 2014 8:30 AM

Offline
Apr 2014
21
Lirina said:
I've got a problem with my list. I didn't even touch the code but suddenly the top bar broke. For some reason only part of the code is displayed now and all the images are missing. I really didn't do anything, how could that happen?


Try this (Use a custom @import of you)

Apr 11, 2014 8:34 AM
Offline
Feb 2008
685
Shishio-kun said:
Lirina said:
I've got a problem with my list. I didn't even touch the code but suddenly the top bar broke. For some reason only part of the code is displayed now and all the images are missing. I really didn't do anything, how could that happen?


I think they've changed some of the original selector names and URL paths we've used till now, so now your old codes are invalid.


I see. Hm, firebug still shows the old selectors though ... What can I do now? Or is there anything that can be done?
Apr 11, 2014 7:08 PM

Offline
Feb 2010
12677
Lirina said:
Shishio-kun said:
Lirina said:
I've got a problem with my list. I didn't even touch the code but suddenly the top bar broke. For some reason only part of the code is displayed now and all the images are missing. I really didn't do anything, how could that happen?


I think they've changed some of the original selector names and URL paths we've used till now, so now your old codes are invalid.


I see. Hm, firebug still shows the old selectors though ... What can I do now? Or is there anything that can be done?


I'm not sure sorry this is a completely new situation; what is the complete set of codes for the top bar? If you list those including the broken ones, me or you can color code them all on a blank list, then see what ones don't work, then try to write substitutes for them later. I might be able to do that later this weekend and I'm used to color mapping, and I don't know if my color coding trick is clearly explained
Apr 12, 2014 1:44 AM
Offline
Feb 2008
685
Ok, I put a background colour into each of the selectors, you can see on my list. I think what I can see from there is that all of the links are affected while the rest is fine.

xAngelPerz said:
Lirina said:
I've got a problem with my list. I didn't even touch the code but suddenly the top bar broke. For some reason only part of the code is displayed now and all the images are missing. I really didn't do anything, how could that happen?


Try this (Use a custom @import of you)


Thank you! But sadly it does not work.
LirinaApr 12, 2014 1:48 AM
Apr 12, 2014 7:26 AM

Offline
Apr 2014
21
Lirina said:
Ok, I put a background colour into each of the selectors, you can see on my list. I think what I can see from there is that all of the links are affected while the rest is fine.

xAngelPerz said:
Lirina said:
I've got a problem with my list. I didn't even touch the code but suddenly the top bar broke. For some reason only part of the code is displayed now and all the images are missing. I really didn't do anything, how could that happen?


Try this (Use a custom @import of you)


Thank you! But sadly it does not work.


With that code it should look like this (I used "Developer Tools"[Chrome])


You'll have to search how to fix the logout and home buttons, as I don't know how your layout was before, I don't know how to fix it.
Apr 12, 2014 7:58 AM

Offline
Feb 2010
12677
Lirina said:
Ok, I put a background colour into each of the selectors, you can see on my list. I think what I can see from there is that all of the links are affected while the rest is fine.


Hmm so what happened to them exactly? If they're colored that means you can customize them right? Also do you have a screenshot of how they looked before?
Apr 12, 2014 10:03 AM

Offline
Apr 2013
174
Hi.

I have two questions.

1- Is it possible to turn category "links" into an auto scroll device that it jumps you whichever category you chose, so that the page won't be reloaded? I have a slow connection and right now I don't really use category links because it's frustratingly slow. I don't care about solo-viewing one category at time, and I probably will never have too much anime in my animelist to lose "all anime" option.

2- How can I adjust the height of an entry (line) on my anime list so that more anime can be seen at the same time? I want to decrease the height about 20-30%. (I use Ano Hana style.)

Edit: Also, sorry if this is answered before, but I couldn't manage to bring back my favorite markings. I replaced the link but it seems the problem is not that. I'm guessing it's caused by the same thing that caused the other problem. Is there a solution?
RememberTheCantApr 12, 2014 10:16 AM
Open to chat about any storytelling related subject as long as it's clever and respectful.
Myanimelist
Apr 12, 2014 10:58 AM

Offline
Feb 2010
12677
Prequel said:
Hi.

I have two questions.

1- Is it possible to turn category "links" into an auto scroll device that it jumps you whichever category you chose, so that the page won't be reloaded? I have a slow connection and right now I don't really use category links because it's frustratingly slow. I don't care about solo-viewing one category at time, and I probably will never have too much anime in my animelist to lose "all anime" option.

2- How can I adjust the height of an entry (line) on my anime list so that more anime can be seen at the same time? I want to decrease the height about 20-30%. (I use Ano Hana style.)

Edit: Also, sorry if this is answered before, but I couldn't manage to bring back my favorite markings. I replaced the link but it seems the problem is not that. I'm guessing it's caused by the same thing that caused the other problem. Is there a solution?


1. Can't think of an easy way

2. At line 261 .td1 , lower height. Same for .td2. At .table_header, .td1, .td2, .status_selected, .status_not_selected, .category_totals lower the padding.

3. I think it was related to the recent link changes. I haven't looked into this yet so I don't know; I would ask in Sylakent's layout topic if he doesn't answer here he might have a alternate selector you can use.
Apr 12, 2014 12:01 PM
Offline
Feb 2008
685
Shishio-kun said:
Lirina said:
Ok, I put a background colour into each of the selectors, you can see on my list. I think what I can see from there is that all of the links are affected while the rest is fine.


Hmm so what happened to them exactly? If they're colored that means you can customize them right? Also do you have a screenshot of how they looked before?


No the links aren't. The fields I coloured are the ones which are normal. Well, I coloured all fields but the colours aren't showing.
Reply Disabled for Non-Club Members
Pages (159) « First ... « 36 37 [38] 39 40 » ... Last »

More topics from this board

» [CSS - Modern] 🍰 Clarity by V.L ( 1 2 3 4 5 ... Last Page )

Valerio_Lyndon - Apr 19, 2018

1262 by Shishio-kun »»
Today, 4:35 AM

» [CSS - MODERN] ⚡️ Fully-Customizable Layouts (2024 updates!) ( 1 2 3 4 5 ... Last Page )

Shishio-kun - Jul 21, 2017

382 by Shishio-kun »»
Today, 4:29 AM

Sticky: » [ BBCODE ] All 2023 BBcodes, Guides, and Templates ( 1 2 )

Shishio-kun - Feb 16, 2023

57 by Shishio-kun »»
Today, 4:27 AM

Sticky: » [ SIGNATURES ~ PROFILES] All guides, generators, and templates

Shishio-kun - Feb 16, 2023

31 by Shishio-kun »»
Today, 4:14 AM

» theme help

threat - Jul 5

5 by Zaryf »»
Aug 21, 5:46 AM
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login