Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (5) « 1 [2] 3 4 » ... Last »
Sep 8, 2013 9:29 AM

Offline
Jul 2010
93
Shishio-kun said:
dzikibambus said:
I'm not really a fan of using cover pics, but I have a suggestion.
Using :hover + .hide on bigger list (like five hundred entries or more) can cause some serious lags because browser has too many elements to check.

Couldn't we instead of .hide use #xmenu? I mean the "more" button is already hidden so why not use it?
After some quick changes in your code:

Of course it would require altering files with cover urls, but changing #more to #xmenu isn't that much work.

I haven't seen anything about it on this forum. If this idea was already thought over, then sorry.


Thanks for the suggestion, it hasn't been thought over at all actually, and I am always open to anything that improves the group! Tho with so many ppl using it already and this one not tested enough it can't replace the old :hover hide (which would be optimal if its overall faster). But it could be a extra topic like "If you have more than 500 entries, you can use this trick to make your list faster etc". That would be awesome. Tho I think I use Xmenu for youtube stuff, like on my anime list.

So all you'd have to do is replace the codes from this tutorial with the one in the spoiler, and all the words "#more" in the cover CSS replaced with "#xmenu"?

I altered it a little when testing, this should be optimal:

To make it work:
replace cover setup code with the spoiler,
change all #more to #xmenu. eg:
#more1 {background-image: url(http://cdn.myanimelist.net/images/anime/4/19644.jpg);}
becomes
#xmenu1 {background-image: url(http://cdn.myanimelist.net/images/anime/4/19644.jpg);}

It is just simple cover, all additional stuff should work just fine after changing ':hover + .hide' to '#list_surround table:hover small a:last-of-type' and '.hide:before' to '#list_surround table small a:last-of-type:before'. I didn't test it though so there might be some problems.

If #xmenu is used for something else, you could use #xmenu:after for covers. In case of your anime list (where most of the stuff is already coded) it'll be enough to add:
Sep 8, 2013 12:31 PM

Offline
Feb 2010
12625
Wow nice, I'll link to your post in the future when BBcode is back up. I would now but it will nuke all the visual examples in the front post lol. Also if you're interested feel free to make a separate topic on this, I just recommend its broken into outlined steps, and I may edit small things like title description to fit with other topic titles.
Sep 20, 2013 4:10 PM

Offline
Mar 2013
43
A few things,

How do I get the top bit where 'PREVIEW' went to go? So the preview image starts at the top of the box, rather than leaving that gap?

Second, why is my text off to the bottom-left?

http://imgur.com/vDQ1vdH

CSS:


Also, a few things don't have a preview that should (Watamote is the only example I can think of off the top of my head).

Thanks :)
petchSep 20, 2013 4:18 PM
Sep 21, 2013 8:36 AM

Offline
Jul 2013
381
petch said:
A few things,

How do I get the top bit where 'PREVIEW' went to go? So the preview image starts at the top of the box, rather than leaving that gap?

Second, why is my text off to the bottom-left?

http://imgur.com/vDQ1vdH

CSS:


Also, a few things don't have a preview that should (Watamote is the only example I can think of off the top of my head).

Thanks :)


judging by your list you have managed to fix the gap and the text under, as for the titles not showing up

Shishio-kun said:
FAQs and extra effects

What to do if some of your DVD or manga covers aren't showing up
You have some obscure or very new titles. If they're very new their covers will show up when the import you're using from step 1 is automatically updated. If you have obscure titles on your list, then you'll have to create your own #more CSS import, personalized for your list with this tutorial:
http://myanimelist.net/forum/?topicid=443333
Sep 25, 2013 2:28 AM
Offline
Apr 2013
16
hi Shishio-kun..
i just like to ask if it is possible to show the synopsis instead of tags? ..Cover pic with area and Synopsis in area .. if its possible can you teach me? >.< i'm not really familiar with CSS codes --> i'm a total noob in this >.<
thank you ^^

Sep 25, 2013 5:52 AM

Offline
Jul 2010
93
AriaHime said:
hi Shishio-kun..
i just like to ask if it is possible to show the synopsis instead of tags? ..Cover pic with area and Synopsis in area .. if its possible can you teach me? >.< i'm not really familiar with CSS codes --> i'm a total noob in this >.<
thank you ^^


It's not impossible, but it would cause a lot of problems. Tags are something that is already in the page, and it's enough to just show them. You'd have to add synopsis to each anime, probably by generating a (rather large) file with all of them using php. Additionally you'd have to update it every time you add new anime to your list. In my opinion it isn't worth it.
Sep 25, 2013 6:11 AM
Offline
Apr 2013
16
dzikibambus said:
AriaHime said:
hi Shishio-kun..
i just like to ask if it is possible to show the synopsis instead of tags? ..Cover pic with area and Synopsis in area .. if its possible can you teach me? >.< i'm not really familiar with CSS codes --> i'm a total noob in this >.<
thank you ^^


It's not impossible, but it would cause a lot of problems. Tags are something that is already in the page, and it's enough to just show them. You'd have to add synopsis to each anime, probably by generating a (rather large) file with all of them using php. Additionally you'd have to update it every time you add new anime to your list. In my opinion it isn't worth it.


Oh i see :) thank you for that info ^^ i guess i'll just remove the tags ^^
thanks again
Sep 25, 2013 3:47 PM

Offline
Apr 2012
181
With Hahaido's cover generator you could generate a css file with all the synopsis/review/some text of your favorite animes, but each one individually.
Sep 25, 2013 11:11 PM

Offline
Jan 2012
1578
I have a version that automatically generates synopsis for all entries in a list. I made it for trials only because never thought it can be useful for somebody
Oct 29, 2013 4:24 PM
Offline
Mar 2013
11
I'm having some trouble with my pictures. Over the past couple of months a couple of the cover pictures have just kinda disappeared; however, it doesn't show the default pic that's part of the css for whenever a cover isn't referenced in your more list, like if you haven't updated your thing through the list generator, but instead it just shows a blank solid color for what I have for my theme color. I'm sorry it's been a really long time since I set up the css for this so I already forgot all the terms and stuff that could be helpful so maybe it'd be faster to look at my list:

www.myanimelist.net/mangalist/brazennegro

I don't think it's just me because it does it on all my computers. it happens on titles like Uchuu Kyoudai and AKB49 if you're curious what I mean.

Does it just mean that the site has changed its picture locations or something so the generator can't grab it properly? Or that the more code no longer references the correct thing so it displays "nothing" but doesn't count as not being there so that the default picture will show up? I'm sorry if this doesn't make sense, again I forgot all the useful terminology
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
Reply Disabled for Non-Club Members
Pages (5) « 1 [2] 3 4 » ... Last »

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