Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (5) « 1 2 [3] 4 5 »
Oct 29, 2013 6:39 PM

Offline
Apr 2009
159
It means dead links.
Oct 29, 2013 6:43 PM
Offline
Mar 2013
11
haha is that something I can fix?
Oct 29, 2013 7:21 PM

Offline
Apr 2009
159
You could fix it by using the generator but it's down now sooo, err, you need to do it manually, change the dead links to the new links
Oct 30, 2013 10:52 AM
Offline
Mar 2013
11
ah well when I would use the generator before it still didn't fix those ones... how do I find those #mores manually?
Nov 19, 2013 5:57 PM

Offline
Jul 2013
9
Hello :) I'm currently trying to get the each anime to show a cover preview with a tags section when I hover my cursor over it, but for some reason it won't work :(

myanimelist.net/animelist/Exstatic

this is my list, I will apply it to the anime and manga, if I get the anime to work alright first

This is my code at the moment:


I already tried changing the numbers under the TAGS section,

Kind Regards,
Exstatic
Nov 19, 2013 8:33 PM

Offline
Jan 2012
1578
Double check your code before ask help
Nov 20, 2013 5:53 PM

Offline
Jul 2013
9

Forgive my stupidness/carelessness :X

Thank you so very much!
ExstaticNov 20, 2013 5:59 PM
Dec 23, 2013 3:20 PM

Offline
Mar 2013
14
I'm having an issue in Google chrome where the row gets slightly shortened during the hover. It's not a problem in Firefox.

I also had an issue where the Tags section would appear in the table_header area when hovering in all but the first section when All Anime was displayed (i.e. it wouldn't happen for Watching, but would for Completed). I fixed that by adding a little bit of code to the CSSforFoxgirls.css file.


Based on this other problem I fixed, I suspect it's like Chrome is somehow giving the Tag section some width for some reason where Firefox doesn't (though really I have no idea). It's actually kind of cool in a way, but does anyone know what's going on?
Dec 23, 2013 9:04 PM

Offline
Jan 2012
1578
Use this:
Dec 23, 2013 10:34 PM

Offline
Mar 2013
14
Thanks, but with that the tag box actually doesn't appear - I think it's because it doesn't have the hover styles from the top of the CSSforFoxgirls.css file.

I tried just adding that back in and the shift is still there, but very much lessened to about just 1 pixel.

Actually, I tried it on IE too and it's fine, so looks like it's just Chrome.
xjointDec 23, 2013 10:41 PM
Dec 23, 2013 10:42 PM

Offline
Jan 2012
1578
Leave the code I gave without changes just add:

#list_surround table:nth-of-type(n+4):hover td[class^='td']:nth-of-type(6) { display: block; }
Dec 23, 2013 11:20 PM

Offline
Mar 2013
14
Thanks that has the same effect but is much cleaner.

Still shifts 1px in Chrome - I'm guessing it's some type of Chrome glitch since the other browsers seem fine?
Dec 23, 2013 11:32 PM

Offline
Jan 2012
1578
In my Chrome all is OK. Do you have the latest version?
Dec 23, 2013 11:39 PM

Offline
Mar 2013
14
Yeah it says up to date. If it's fine on yours though, then that's pretty odd. I suppose it could just be something specific to mine. At least it's not that much of a problem.

Thanks for all the help!
Dec 24, 2013 12:02 AM

Offline
Feb 2010
12625
Hahaido: Should I add something from what you posted to CSSforfoxgirls (targetting only Chrome) to fix this on any layout using this, or was the problem only specific to his list

@joint: wow, nice list!
Dec 24, 2013 2:23 AM

Offline
Jan 2012
1578
2xjoint: try this now:


Shishio-kun said:
Hahaido: Should I add something from what you posted to CSSforfoxgirls (targetting only Chrome) to fix this on any layout using this, or was the problem only specific to his list

That trouble occurs when you're using popup tags effect. Do not use following code when hiding tags:
display: none;

use this instead:
visibility: hidden;

and this on hover:
visibility: visible;
Dec 24, 2013 4:14 PM

Offline
Mar 2013
14
@Shishio: Thanks ^^

Hahaido: That prevents any shifting during the hover but actually causes misalignment of the table columns. Because of the different lengths of shows for progress it's causing type and score sections to be shifted out of alignment. Also, something that's only noticeable to me is that the width of 705px on the inline-block element is too long. Anything over 700px causes this problem:
https://dl.dropboxusercontent.com/u/96837145/Anime%20Lists/problem1.jpg because of the added '+' in the progress section when I view my own list.
Dec 24, 2013 8:21 PM

Offline
Jan 2012
1578
Another edit:
Dec 24, 2013 8:36 PM

Offline
Mar 2013
14
Okay I believe that's fixed everything. You sir are awesome - thanks a lot!
Dec 25, 2013 2:12 PM

Offline
Jun 2012
4025
Hello to everyone, I have been tinkering with your tutorials, thanks by the way and I wanted to ask you a question.
I'm not sure what I am doing wrong, but I can't seem to make the manga covers to show up at all. I did paste both lines at the beginning as you told us to do, but only the colored background appears without the cover.
If you could help me out, I would really appreciate it.
Thanks in advance, merry Christmas to you all.


One last thing (I promise), is there a way to split ones anime and manga lists up in watching, completed and the rest? My problem is that it takes a long while to load all together and I wondered, if there was a way to only make it load the sections I choose. If you already covered this in a previous tutorial, please refer me to it. Once again thanks and good bye.
Dec 25, 2013 3:13 PM

Offline
Feb 2010
12625
marcosmk said:
Hello to everyone, I have been tinkering with your tutorials, thanks by the way and I wanted to ask you a question.
I'm not sure what I am doing wrong, but I can't seem to make the manga covers to show up at all. I did paste both lines at the beginning as you told us to do, but only the colored background appears without the cover.
If you could help me out, I would really appreciate it.
Thanks in advance, merry Christmas to you all.


One last thing (I promise), is there a way to split ones anime and manga lists up in watching, completed and the rest? My problem is that it takes a long while to load all together and I wondered, if there was a way to only make it load the sections I choose. If you already covered this in a previous tutorial, please refer me to it. Once again thanks and good bye.


I fixed the file, check list again


On the second thing: go to Anime List Settings, Default status selected, choose a category other than Show All
http://myanimelist.net/editprofile.php?go=listpreferences
Dec 25, 2013 3:24 PM

Offline
Jun 2012
4025
Thanks!
Jan 8, 2014 10:00 AM

Offline
Jun 2013
240
Hi.

I would to show the tag near the cover (which appear on hover of the line, under the anime title). I manage to position the tags with this tuto and Shishio-kun's list but I don't know how to make them disappear when the mouse isn't hovering the line.

This is the code I add to position the tag.

And this is my list.

Can you help me to make the tags disparear without the hovering of the line please ?
Thanks in advance.
PS : Take your time, I'm not in hurry.
Jan 8, 2014 3:09 PM

Offline
Apr 2012
181
*-*

for that part change:

.td1:nth-of-type(5), .td2:nth-of-type(5) {
font-size: 0 !important;
width: 1px !important;
}

for:

.td1:nth-of-type(5), .td2:nth-of-type(5) {
display: none;
width: 1px !important;
}


and add:

tbody: hover .td1:nth-of-type(5), tbody:hover .td2:nth-of-type(5) {
display: block;
}

and the only thing is that the position need to be modified, but the main part is that.
Jan 9, 2014 9:39 AM

Offline
Jun 2013
240
It works, thanks a lot.
Jan 12, 2014 1:15 AM

Offline
Sep 2012
1820
Awesome, I'm glad that the code can be applied separately to a pre-existing theme.
Thanks for the thread ;)
Jan 29, 2014 5:16 PM

Offline
Apr 2011
700
This doesn't work with the manga list :( The background turns all white and it just doesn't seem like it's working correctly? :/
Jan 29, 2014 7:30 PM

Offline
Feb 2010
12625
DarkAngelz said:
This doesn't work with the manga list :( The background turns all white and it just doesn't seem like it's working correctly? :/


edit: I think I know what might have gone wrong. Did you try putting this on the square layout, and did you put the Step 1/2 imports on the top and the Step 3 codes on the top too? Cuz if you did, it will make the background all white. Step 3 codes are instructed to go on the bottom
Shishio-kunJan 29, 2014 7:44 PM
Jan 30, 2014 9:27 AM

Offline
Apr 2011
700
Shishio-kun said:
DarkAngelz said:
This doesn't work with the manga list :( The background turns all white and it just doesn't seem like it's working correctly? :/


edit: I think I know what might have gone wrong. Did you try putting this on the square layout, and did you put the Step 1/2 imports on the top and the Step 3 codes on the top too? Cuz if you did, it will make the background all white. Step 3 codes are instructed to go on the bottom


I erased everything in the box then I put the codes as instructed. I put the first two codes on the top, and then the big code below that. But again, it was a clear box when I did it.
Jan 30, 2014 12:41 PM

Offline
Feb 2010
12625
DarkAngelz said:
Shishio-kun said:
DarkAngelz said:
This doesn't work with the manga list :( The background turns all white and it just doesn't seem like it's working correctly? :/


edit: I think I know what might have gone wrong. Did you try putting this on the square layout, and did you put the Step 1/2 imports on the top and the Step 3 codes on the top too? Cuz if you did, it will make the background all white. Step 3 codes are instructed to go on the bottom


I erased everything in the box then I put the codes as instructed. I put the first two codes on the top, and then the big code below that. But again, it was a clear box when I did it.


You don't erase everything in the box then add the codes from this topic. You have to leave the CSS for the layout you're putting this on in the box.

You put the imports from step one and two on the top of the CSS. Then you scroll to the bottom of the box. Put the big code from step 3 on the bottom, below all the other codes.

What list layout exactly are you trying to put this on- the square layout on your manga list?
Jan 30, 2014 12:52 PM

Offline
Apr 2011
700
Oh! I thought it was just a layout by itself. I didn't try to add it to anything. I thought it was premade... my bad...

So wait, if I want to add this to my current layout (which is what's supposed to happen?) I need to change the cover configs?

I pretty much want a basic list with this cover style. Actually, I want to make it look similar to my anime list layout, but for manga... with manga pics...

The layout I have now is temporary until I can figure out how to do that
Jan 30, 2014 4:19 PM

Offline
Feb 2010
12625
DarkAngelz said:
Oh! I thought it was just a layout by itself. I didn't try to add it to anything. I thought it was premade... my bad...

So wait, if I want to add this to my current layout (which is what's supposed to happen?) I need to change the cover configs?

I pretty much want a basic list with this cover style. Actually, I want to make it look similar to my anime list layout, but for manga... with manga pics...

The layout I have now is temporary until I can figure out how to do that


Its best used on a layout without covers already. But you can try adding this to a layout with covers on it already and see what happens- its not guaranteed to look right if you have two conflicting cover styles. If it looks weird after doing that, you can post here just leave it on your layout or post a link to the layout you're trying to put it on. Then we can tell you what codes to remove exactly so it works right

If you put your anime list's CSS layout on your manga list, and change the word "anime" in
@import "https://dl.dropboxusercontent.com/u/78340470/anime.css";
to "manga" it should work on your manga list
Jan 30, 2014 5:59 PM

Offline
Apr 2011
700
I did what you said. I used the anime layout I have, but changed "anime" into "manga" for the import. It's a bit messed up though. http://myanimelist.net/mangalist/DarkAngelz&show=0&order=4

Code:

Jan 30, 2014 6:31 PM

Offline
Feb 2010
12625
DarkAngelz said:
I did what you said. I used the anime layout I have, but changed "anime" into "manga" for the import. It's a bit messed up though. http://myanimelist.net/mangalist/DarkAngelz&show=0&order=4

Code:



By messed up do you mean how the columns are not aligned? It needs to have the same settings as the anime list, like, less columns. Otherwise if you wanna keep the columns you can just find or add this code

td[class^="td"]:nth-child(2) {
display: inline-block;
width: 705px;
}

and lower/raise the number after width until your columns are aligned right. I think it should be lowered to about 600px. If you add the code to your CSS you must add it to the very bottom
Feb 2, 2014 12:54 AM
Offline
Dec 2013
735
Hello, I've already followed the instructions. But I am still confused on how to add the cover images for each anime? Especially for those anime that are included on my completed list? Thank you this one is very helpful
私はあなたを愛して。 29915250
It takes one step backward, and two steps forward. *Avi
Feb 2, 2014 1:24 PM

Offline
Feb 2010
12625
AviJii said:
Hello, I've already followed the instructions. But I am still confused on how to add the cover images for each anime? Especially for those anime that are included on my completed list? Thank you this one is very helpful


you're not seeing the thumbnail cover style due to an error in your code. see the second site problem in this post and find and delete that line its blocking one of your codes
http://myanimelist.net/forum/?topicid=731665


btw this is not the same topic for thumbnail cover style but its not important in this case
Feb 3, 2014 7:29 AM
Offline
Dec 2013
735
It's now working. Thank you very much :) .. You're so generous.
私はあなたを愛して。 29915250
It takes one step backward, and two steps forward. *Avi
Feb 3, 2014 3:16 PM

Offline
Apr 2011
700
Thanks! I had no clue how to fix my list, but thanks to your advice, it now fits properly! :D
Feb 12, 2014 3:42 AM
Offline
May 2012
243
The way dzikibambus of xmenu doesn't work for manga list?

I downloaded file with anime covers and replace #more to #xmenu and works correctly. But when I downloaded file with manga covers and replace #more to #xmenu doesn't work correctly.

Why?

My MAL: http://mal.isvn.pl/
Feb 23, 2014 3:44 PM

Offline
Sep 2012
3
First of all thank you soooo much ^ ^ you really helped me a lot :D :D
but i have a question that even though i read it, i didn't get that much i guess ..
How can i do the same for manga list ??
i created a new layout and in that blank space first i tried using all the codes from the animelist and just change it to manga , which didn't work and then i used only the codes for this particularly which didn't work either :/
btw i did the changes and use that layout for mangalist
Feb 23, 2014 6:40 PM

Offline
Feb 2010
12625
bibble said:
First of all thank you soooo much ^ ^ you really helped me a lot :D :D
but i have a question that even though i read it, i didn't get that much i guess ..
How can i do the same for manga list ??
i created a new layout and in that blank space first i tried using all the codes from the animelist and just change it to manga , which didn't work and then i used only the codes for this particularly which didn't work either :/
btw i did the changes and use that layout for mangalist


you have the codes for the manga covers preview on your list but no premade layout. the codes given here arent' a layout. its just the effect, to add to any layout. so just install whatever premade layout u want to the manga CSS box
Mar 13, 2014 7:30 AM

Offline
Jun 2011
14432
Shishio-kun said:
SylakentH_ said:
Nice tut, btw how can i make the animetitle pop up instead of the "Preview" text?
Dont seem to get it with firebug :/


Quick fix. You simply move that section over there with
#list_surround table:nth-of-type(n+4):hover td:nth-of-type(2)

or just the anime title
#list_surround table:nth-of-type(n+4):hover td:nth-of-type(2) .animetitle

Move either selector to the cover pic with position fixed and left/right codes.

but it will have to be imported which you know how to do. I'm already planning to add that as an easy feature that won't have to be imported and I found a way to take the text from a section and move that while keeping the original text intact, so the codes used here will be outdated later when I can budget the time for this subject more which has been extremely difficult to make easy. Also I want to alter the DVD display code being used to more button works.

Can you please explain this again? Is it possible to have the anime title itself appear on top of the cover picture, instead of the "preview"?

Here is my CSS.
Honobono Log - best slice of life short
--------------------------------------------
most kawaii loli overlord
----------------------------
Donquixote Doflamingo AMV - Control
Mar 13, 2014 9:32 PM

Offline
Jan 2012
1578
That's possible:
Mar 15, 2014 4:52 PM

Offline
Dec 2013
7
Hey! Thanks so much for the tutorial. I just have one quick question.

Is it possible to make the cover corners straight rather than round, if you know what I mean? Sorry if this has been asked before, I just can't seem to be able to find it.

EDIT: If it's appropriate, while I'm at it, I also wanted to ask if you can insert some sort of music player into your list. Thanks in advance.
suddenlytanukiMar 15, 2014 11:01 PM

Mar 16, 2014 10:01 AM

Offline
Jul 2013
381
Kenny_was_afk said:
Hey! Thanks so much for the tutorial. I just have one quick question.

Is it possible to make the cover corners straight rather than round, if you know what I mean? Sorry if this has been asked before, I just can't seem to be able to find it.

EDIT: If it's appropriate, while I'm at it, I also wanted to ask if you can insert some sort of music player into your list. Thanks in advance.


it's in the instructions... remove border-radius: 25px 25px 25px 25px; line.
as for music player, I don't think it's possible.
Mar 16, 2014 7:48 PM

Offline
Dec 2013
7
kuronekodesu said:

it's in the instructions... remove border-radius: 25px 25px 25px 25px; line.
as for music player, I don't think it's possible.


Sorry, didn't find it there right away. Thanks for the help.

Mar 18, 2014 3:19 PM

Offline
Feb 2010
12625
Kenny_was_afk said:

EDIT: If it's appropriate, while I'm at it, I also wanted to ask if you can insert some sort of music player into your list. Thanks in advance.


Not a player I know of but when they restore YT tags we will be able to link Youtube videos to our lists again
Mar 24, 2014 2:28 PM

Offline
Jan 2011
1598
I don't know if someone asked about this but i've a question:
The Cover Area is blocked always in the same position, is there a way to make it appear near the anime title everytime you hover on it? I hope to have explained it well.

I imagine that you've to work on these lines:


Ps: i already know how to adjust the position/dimension by using "top", "left", "height", "width.
Mar 26, 2014 9:59 PM

Offline
Dec 2013
7
Sorry for being a pain, but I have a problem where every time I hover over the raw it moves to the left and if i hover over the title raw the "Tag" column title appears as well. How do I fix this? Sorry if this has been asked before, I read through the thread and didn't seem to find anything. Thanks in advance.

Here's my list for reference.

http://myanimelist.net/animelist/Kenny_was_afk


Apr 5, 2014 8:01 AM

Offline
Dec 2013
7
Fixed the issue with the "Tags" title appearing editing this:

.table_header:nth-of-type(5) {
display: none;
}


Into this:

.table_header:nth-of-type(5) {
display: none !important;;
}

tbody:hover .table_header:nth-of-type(5) {
display: none;
}


Still can't figure out how to fix the shift when hovering over the raw.

Reply Disabled for Non-Club Members
Pages (5) « 1 2 [3] 4 5 »

More topics from this board

» theme help

threat - Jul 5

5 by Zaryf »»
Aug 21, 5:46 AM

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

Valerio_Lyndon - Apr 19, 2018

1261 by KiranaStarr »»
Aug 16, 5:48 PM

» [CSS] ⭐️ Customize your List Cursor + Cursor Fixes

Shishio-kun - Mar 8, 2021

30 by Shishio-kun »»
Jul 28, 3:17 AM

» How To Have Different Banner/Cover image & Background Image For Manga & Anime Lists

YasminaRegina - Jul 25

2 by YasminaRegina »»
Jul 26, 1:02 AM

Sticky: » 💚 [REPAIR STICKY] Repair/speed up layouts + Request layout fixes ( 1 2 )

Shishio-kun - Nov 17, 2023

52 by LucaBalsa »»
Jul 6, 2:02 PM
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login