Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (159) « First ... « 70 71 [72] 73 74 » ... Last »
Feb 19, 2016 3:21 PM

Offline
May 2015
64
I think another pictures can be good , but about fairy tail. You know what i mean ?
My english isn't very good but I think we can cooperate.
Invite if you'd like to meet me a little bit closer
From time to time leave your message in comment ☻

There are walls that can't be broken by power alone.
But if there is a power that can break though those walls,
it's a power of feelings.
~ Mavis

There are people in this world who prefer solitude.
But there is no one who can withstand it.
~ Makarov


Feb 19, 2016 3:40 PM

Offline
Feb 2010
12660
GodSlayerNatsu said:
I think another pictures can be good , but about fairy tail. You know what i mean ?


Yeah I've asked her if she has the original Fairy Tail pictures still.
Feb 19, 2016 4:17 PM

Offline
May 2015
64
Definitely I only changed image and that works :) but I have 1 problem. Idk how to explain that , but ill try: If i invade cursor on the anime's name , on the right side should avatar's of that anime appeard ,but on me it doesn't work. Help me please
2.How to change "reading" on "watching" ?.http://myanimelist.net/animelist/GodSlayerNatsu
DeTryFeb 19, 2016 4:35 PM
My english isn't very good but I think we can cooperate.
Invite if you'd like to meet me a little bit closer
From time to time leave your message in comment ☻

There are walls that can't be broken by power alone.
But if there is a power that can break though those walls,
it's a power of feelings.
~ Mavis

There are people in this world who prefer solitude.
But there is no one who can withstand it.
~ Makarov


Feb 20, 2016 1:58 AM

Offline
Jan 2016
286
I found another problem yesterday and two days ago... with that fate/stay night background picture, when I use my phone (480x800) or iPad to view my anime list, you could only see the background with the swords and randomly saber appearing and she moves with you, not with the picture.. and it looks so weird. What's the problem? The phone and iPad (their resolutions) or something with the codes?

P.s. the phone is nokia lumia 610 (old as hell :D)
Feb 20, 2016 4:21 PM

Offline
Jul 2015
820
GodSlayerNatsu said:
Definitely I only changed image and that works :) but I have 1 problem. Idk how to explain that , but ill try: If i invade cursor on the anime's name , on the right side should avatar's of that anime appeard ,but on me it doesn't work. Help me please
2.How to change "reading" on "watching" ?.http://myanimelist.net/animelist/GodSlayerNatsu
1. You'll need to add codes from this tutorial: http://myanimelist.net/forum/?topicid=1162203
2. You can't, you'll need to change the image here:
You can make your own images like these at cooltext.com
Feb 20, 2016 4:37 PM

Offline
Jul 2015
820
TheMoonServant said:
I found another problem yesterday and two days ago... with that fate/stay night background picture, when I use my phone (480x800) or iPad to view my anime list, you could only see the background with the swords and randomly saber appearing and she moves with you, not with the picture.. and it looks so weird. What's the problem? The phone and iPad (their resolutions) or something with the codes?

P.s. the phone is nokia lumia 610 (old as hell :D)
When you say it "moves with you," do you mean it moves as you scroll? I'm not seeing that. Also, by "it looks so weird," are you saying that there's another problem aside from the scrolling?
Feb 20, 2016 11:28 PM

Offline
Jan 2016
286
Doomcat55 said:
TheMoonServant said:
I found another problem yesterday and two days ago... with that fate/stay night background picture, when I use my phone (480x800) or iPad to view my anime list, you could only see the background with the swords and randomly saber appearing and she moves with you, not with the picture.. and it looks so weird. What's the problem? The phone and iPad (their resolutions) or something with the codes?

P.s. the phone is nokia lumia 610 (old as hell :D)
When you say it "moves with you," do you mean it moves as you scroll? I'm not seeing that. Also, by "it looks so weird," are you saying that there's another problem aside from the scrolling?

It moves as I scroll, yes, but only Saber moves, she like.. fits the resolution, but the background is cramped as hell and it doesn't move. Also sometimes only part of her appears, not her whole body :D

Edit: I found out how it works on iPad. The whole background is cramped and when I finally reach the part of saber, she looks all k, no pixels, but she doesn't move when I scroll (her body teleports).. and the background seen is only half... and very pixelated (is it a word?)
DswopeyFeb 21, 2016 11:11 AM
Feb 21, 2016 12:06 PM

Offline
Jul 2015
820
TheMoonServant said:
Doomcat55 said:
When you say it "moves with you," do you mean it moves as you scroll? I'm not seeing that. Also, by "it looks so weird," are you saying that there's another problem aside from the scrolling?

It moves as I scroll, yes, but only Saber moves, she like.. fits the resolution, but the background is cramped as hell and it doesn't move. Also sometimes only part of her appears, not her whole body :D

Edit: I found out how it works on iPad. The whole background is cramped and when I finally reach the part of saber, she looks all k, no pixels, but she doesn't move when I scroll (her body teleports).. and the background seen is only half... and very pixelated (is it a word?)
Ok, that's really weird - I checked on an iPad and that sure is messed up :/ But I can't really tell what to do on the iPad because I can't edit the CSS... so I'm pretty much making shots in the dark here. Try adding the red semicolon (in your "Main Background" section:
background-image: url("http://i40.tinypic.com/2vmy9fn.jpg");
background-origin: ;
background-position: center bottom;
and changing the word "center" in the "Background Render and Logo" section:
#inlineContent {
background: url(http://i.imgur.com/p5hVSh3.png) 1% 5% fixed no-repeat, url(http://i.imgur.com/Tkzm4rA.png) fixed 33% center no-repeat;
to say "bottom" instead.
Feb 21, 2016 12:40 PM

Offline
Jan 2016
286
Doomcat55 said:
TheMoonServant said:

It moves as I scroll, yes, but only Saber moves, she like.. fits the resolution, but the background is cramped as hell and it doesn't move. Also sometimes only part of her appears, not her whole body :D

Edit: I found out how it works on iPad. The whole background is cramped and when I finally reach the part of saber, she looks all k, no pixels, but she doesn't move when I scroll (her body teleports).. and the background seen is only half... and very pixelated (is it a word?)
Ok, that's really weird - I checked on an iPad and that sure is messed up :/ But I can't really tell what to do on the iPad because I can't edit the CSS... so I'm pretty much making shots in the dark here. Try adding the red semicolon (in your "Main Background" section:
background-image: url("http://i40.tinypic.com/2vmy9fn.jpg");
background-origin: ;
background-position: center bottom;
and changing the word "center" in the "Background Render and Logo" section:
#inlineContent {
background: url(http://i.imgur.com/p5hVSh3.png) 1% 5% fixed no-repeat, url(http://i.imgur.com/Tkzm4rA.png) fixed 33% center no-repeat;
to say "bottom" instead.

Okay, I will try it later, when I'm on the computer (tomorrow at around 17:00 London time, 19:00 my time (GMT +2))
Feb 21, 2016 6:13 PM
Shattered Angel

Offline
Mar 2015
230
I need some assistance with my toolbar. I have it pretty much all set up but if you go to my list and hover over the home button, you will see the add to list box cover up the other box. Can I get some help on fixing that please :)
Feb 21, 2016 6:18 PM

Offline
Jul 2015
820
Zacfish33 said:
I need some assistance with my toolbar. I have it pretty much all set up but if you go to my list and hover over the home button, you will see the add to list box cover up the other box. Can I get some help on fixing that please :)
Go to the "EDIT ANIME INFO" section of your CSS and add the text in red (make sure to include the space after it):
[class^="td"] .List_LightBox {
Feb 21, 2016 6:30 PM
Shattered Angel

Offline
Mar 2015
230
OH MY GOD! Thanks a bunch man! that problem had me stuck for about 10 and a half hours!
Feb 22, 2016 1:00 AM

Offline
May 2015
64
Doomcat55 said:
GodSlayerNatsu said:
Definitely I only changed image and that works :) but I have 1 problem. Idk how to explain that , but ill try: If i invade cursor on the anime's name , on the right side should avatar's of that anime appeard ,but on me it doesn't work. Help me please
2.How to change "reading" on "watching" ?.http://myanimelist.net/animelist/GodSlayerNatsu
1. You'll need to add codes from this tutorial: http://myanimelist.net/forum/?topicid=1162203
2. You can't, you'll need to change the image here:
You can make your own images like these at cooltext.com


You're very helpful. Thank you for all.
My english isn't very good but I think we can cooperate.
Invite if you'd like to meet me a little bit closer
From time to time leave your message in comment ☻

There are walls that can't be broken by power alone.
But if there is a power that can break though those walls,
it's a power of feelings.
~ Mavis

There are people in this world who prefer solitude.
But there is no one who can withstand it.
~ Makarov


Feb 22, 2016 2:21 AM

Offline
Nov 2009
1632
Okay, so how do I get rid of the scrollbar underneath my list ;_;

Feb 22, 2016 8:18 AM

Offline
Jul 2015
820
Takana_no_Hana said:
Okay, so how do I get rid of the scrollbar underneath my list ;_;

Put the character render as a second background-image of body:before instead of its own element. (not recommended: If you really want it to be its own element, make it something like body:after and position it absolutely from the right of the page, not the left.) That's what I would do, but if you want a quick fix:

Add to your "body" codes:
body {
font-size: 14px;
font-family:calibri;
color: #ffffff;
background-color: #b2b5ba ;
cursor: url(http://cur.cursors-4u.net/cursors/cur-11/cur1054.cur), progress !important;
overflow-x: hidden;
overflow-y: auto;

}
Doomcat55Feb 22, 2016 8:36 AM
Feb 22, 2016 9:18 AM

Offline
Jan 2016
286
I've changed my CSS there and it seems nothing has changed
Feb 22, 2016 11:35 PM

Offline
Jan 2016
286
K, another problem... On my phone, I can't see the name of the anime, unless it's smth as long as shimonetas' or fate/stay night ubw.. But otherwise, I can't know what anime is where, unless it has a tag (I know what animes and how I tagged them :D)
Feb 23, 2016 9:28 AM
Offline
May 2013
5
So since the update from myanimelist my list went from

Before Update

After Update

Anyone has a fix yet? :(
Andy_MFeb 23, 2016 9:33 AM
Feb 23, 2016 1:22 PM

Offline
Jul 2015
820
@TheMoonServant I'll be blunt, the more I look at it, the more I start to doubt if it's even possible to fix... iOS wasn't really meant for these kinds of websites, which is why there is a mobile version of the site ^^ Someone else might be able to help you though.
AeilonAmv said:
So since the update from myanimelist my list went from

Before Update

After Update

Anyone has a fix yet? :(
The Dropbox account where your stuff is hosted is down due to excessive traffic. Wait for it to come back up, and then consider importing it from your own account with this tutorial: http://myanimelist.net/forum/?topicid=411779
Feb 23, 2016 2:24 PM

Offline
Nov 2009
1632
http://puu.sh/niYQO.jpg
I just wonder how to make the text display in the center?
I tried using text-align: center but no result apparently.

And is there anyway to add some animation to the border-image?
Feb 23, 2016 3:48 PM

Offline
Jun 2010
70
I have decided to switch over my list settings to something that is not reliant on a host(other than myself). I am now having issues gettign the wallpaper and cover images to show up. Below is the code for both the anime and manga pages. They are the same with the exceptiion of the cover images. The anime works fine if I do not edit the original code but once I make a change tot he wallpaper(prefer my own) and tot he cover images(prefer to host my own) everything goes blank. Also the anime cover images disappear when ever I enable long cover images.

Anime: http://pastebin.com/53UZfZ8n
Manga: http://pastebin.com/8e58cMzM

Anyone else run into this problem.
Feb 23, 2016 3:59 PM

Offline
Jul 2013
133
Seraphrim said:
I have decided to switch over my list settings to something that is not reliant on a host(other than myself). I am now having issues gettign the wallpaper and cover images to show up. Below is the code for both the anime and manga pages. They are the same with the exceptiion of the cover images. The anime works fine if I do not edit the original code but once I make a change tot he wallpaper(prefer my own) and tot he cover images(prefer to host my own) everything goes blank. Also the anime cover images disappear when ever I enable long cover images.

Anime: http://pastebin.com/53UZfZ8n
Manga: http://pastebin.com/8e58cMzM

Anyone else run into this problem.
Change the urls to https://dl.dropbox.com/whathever instead of www
Feb 23, 2016 4:13 PM

Offline
Jun 2010
70
Nobluesky said:
Seraphrim said:
I have decided to switch over my list settings to something that is not reliant on a host(other than myself). I am now having issues gettign the wallpaper and cover images to show up. Below is the code for both the anime and manga pages. They are the same with the exceptiion of the cover images. The anime works fine if I do not edit the original code but once I make a change tot he wallpaper(prefer my own) and tot he cover images(prefer to host my own) everything goes blank. Also the anime cover images disappear when ever I enable long cover images.

Anime: http://pastebin.com/53UZfZ8n
Manga: http://pastebin.com/8e58cMzM

Anyone else run into this problem.
Change the urls to https://dl.dropbox.com/whathever instead of www



Wow...how did I miss that....

I'm just going to go kick myself over in this corner.....
Feb 23, 2016 4:33 PM

Offline
Jul 2015
820
Takana_no_Hana said:
http://puu.sh/niYQO.jpg
I just wonder how to make the text display in the center?
I tried using text-align: center but no result apparently.

And is there anyway to add some animation to the border-image?
Add codes in green, remove codes in red:
[class^=status] a:after {
font-size: 18px !important;
font-family: Amaranth;
position: absolute;
display: none;
top: -20px;
left: 10px;
-webkit-transition:all 0.2s ease-in-out 0s;
transition:all 0.2s ease-in-out 0s;
width: 100%;
}
There isn't really one... but if you describe the effect you want, there might be a workaround.
Feb 23, 2016 4:57 PM

Offline
Nov 2009
1632
[quote=Doomcat55 message=44877073]Add codes in green, remove codes in red:
[class^=status] a:after {
font-size: 18px !important;
font-family: Amaranth;
position: absolute;
display: none;
top: -20px;
left: 10px;
-webkit-transition:all 0.2s ease-in-out 0s;
transition:all 0.2s ease-in-out 0s;
width: 100%;
}

Thanks, at first the text went off if I delete the left property , so I changed the value to 0 while adding the green code and it works.


There isn't really one... but if you describe the effect you want, there might be a workaround.

I plan to animate this part http://puu.sh/nj8gF.jpg (moving film) but nevermind, it was having some scaling issues.
Takana_no_HanaFeb 23, 2016 5:17 PM
Feb 23, 2016 10:05 PM

Offline
Nov 2009
1632
Sorry to bother again,
http://puu.sh/njokA.jpg
Somehow the border image doesn't display on firefox,

I tried to add:
-moz-border-image

to the code but it didn't work as well, any quick fix?
Feb 24, 2016 12:49 AM

Offline
Jan 2016
286
@Doomcat55 does it have to be like that on a phone too? (480x800 resolution)
Feb 24, 2016 9:50 AM

Offline
Jul 2015
820
Takana_no_Hana said:
Sorry to bother again,
http://puu.sh/njokA.jpg
Somehow the border image doesn't display on firefox,

I tried to add:
-moz-border-image

to the code but it didn't work as well, any quick fix?
Make these changes to this section:
body:after {
background-image: url("http://i.imgur.com/20OUEbh.png");
background-size: cover;
background-repeat: no-repeat;
border-width: 0;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
background-color: transparent;
border-radius: 0px;
-webkit-border-radius: 0px;
border-image: url(http://i.imgur.com/BEKQkVW.png) 15 0 round;
-webkit-border-image: url(http://i.imgur.com/BEKQkVW.png) 15 0 round;
content: "";
height: 525px ! important;
position: absolute;
z-index: -2;
box-sizing: border-box;
}
You might need to adjust the top and bottom border-widths to get the size you want.


@TheMoonServant Sorry, I honestly don't know.
Feb 24, 2016 10:44 AM

Offline
Jan 2016
286
@Doomcat55 damn.. I guess I'll have to go with what I have then.. I mean, I only look up MAL on my phone just to peek at the animes I plan to watch next (I normally watch them in a single day, but now I don't have a way to watch them, 2 days ago I found one tho... but not every single day tho.. but still smth after 4 weeks of not watching!).. and I normally know their names so.. That's not going to be a problem except for those, who look at my list through phone :D
Feb 24, 2016 11:55 AM

Offline
Jul 2013
133
Seraphrim said:
Wow...how did I miss that....

I'm just going to go kick myself over in this corner.....
No problem, glad to see your list in working order ;)
Feb 24, 2016 6:01 PM

Offline
Mar 2014
188


K, i must be overlooking things in the tutorials because these seem like they would be simple. But maybe not.

First im trying to change all the text to black and not have the links turn purple after clicked.
2nd- get the # sign and "Anime title" header to be in the right spot.
3rd- have a different table color for the top row which I want in the table as apposed to outside of it.
Feb 24, 2016 6:15 PM

Offline
Jul 2015
820
LupusWarrior said:


K, i must be overlooking things in the tutorials because these seem like they would be simple. But maybe not.

First im trying to change all the text to black and not have the links turn purple after clicked.
2nd- get the # sign and "Anime title" header to be in the right spot.
3rd- have a different table color for the top row which I want in the table as apposed to outside of it.
1. Change this
a { text-decoration: none; }
to this
a {
text-decoration: none;
color: black;
}
2. Remove this:
td[class^='td']:not(.borderRBL):first-child, td[class^='td']:not(.borderRBL):last-child { width: 50px !important; }

td[class^='td']:not(.borderRBL):first-child { text-align: right; padding-right: 5px; }
and add the codes in red
/* BORDER COLORS */
.table_header:first-child, td[class^='td']:not(.borderRBL):first-child { border-left: 4px solid #424242 !important; box-shadow: inset 1px 0 0 #1e1e1e, -1px 0 0 #8c8b8b; }

.table_header:last-child, td[class^='td']:not(.borderRBL):last-child { border-right: 4px solid #424242 !important; box-shadow: inset -1px 0 0 #1e1e1e, 1px 0 0 #8c8b8b; }
3. Add this to your CSS (change the background-color to what you want):
.table_header {
    border-top: 1px solid black !important;
    background-color: whitesmoke;
}
Feb 24, 2016 6:49 PM

Offline
Mar 2014
188


Thanks a bunch. You are a god! You've helped me before and its greatly appreciated! I'm still playing with colors but I am basically all done my list look for now. :D
Feb 25, 2016 2:49 PM

Offline
Dec 2012
169
My anime covers stopped showing up a few days ago.
How do i fix it? :/
Feb 25, 2016 3:04 PM

Offline
Jul 2015
820
tirafesi said:
My anime covers stopped showing up a few days ago.
How do i fix it? :/
In your CSS, replace
    @import url(http://mal-fellow-writer.appspot.com/anime/tirafesi/?covers=https://dl.dropbox.com/u/49469857/MAL/premade/formats/covers/more);
with
@import "http://mal-image.appspot.com/anime/tirafesi";
Feb 25, 2016 4:02 PM

Offline
Oct 2015
42
Why does my anime list take extensively long to load? It started after I added the anime cover arts yet I've noticed other people's lists don't slow down as much.

My List

List CSS
Feb 25, 2016 4:52 PM

Offline
Mar 2013
287
Doomcat55 said:
tirafesi said:
My anime covers stopped showing up a few days ago.
How do i fix it? :/
In your CSS, replace
    @import url(http://mal-fellow-writer.appspot.com/anime/tirafesi/?covers=https://dl.dropbox.com/u/49469857/MAL/premade/formats/covers/more);
with
@import "http://mal-image.appspot.com/anime/tirafesi";


Thanks! I had the same issue and by replacing that line, everything worked out, but I also use blink! and it did not fix my covers. Why is that? Is it not working anymore? It used to before this past week.
_____________________________________________________________

Come visit the Rec club! Everyone gets confused as to what they want to watch or read next. :T

Here is the Official Rec Club list of Recommendations!
Feb 25, 2016 6:08 PM

Offline
Jul 2015
820
blob said:
Doomcat55 said:
In your CSS, replace
    @import url(http://mal-fellow-writer.appspot.com/anime/tirafesi/?covers=https://dl.dropbox.com/u/49469857/MAL/premade/formats/covers/more);
with
@import "http://mal-image.appspot.com/anime/tirafesi";


Thanks! I had the same issue and by replacing that line, everything worked out, but I also use blink! and it did not fix my covers. Why is that? Is it not working anymore? It used to before this past week.
As in the program didn't work at all, or the codes it gave you didn't work?
Feb 25, 2016 8:34 PM

Offline
Feb 2010
12660
trigger_death said:
Why does my anime list take extensively long to load? It started after I added the anime cover arts yet I've noticed other people's lists don't slow down as much.

My List

List CSS


Try to remove all the image links temporary but leave in the covers import. This will isolate the lag's source to the covers, and not to github or something.
Feb 26, 2016 2:24 AM

Offline
Dec 2012
169
Doomcat55 said:
tirafesi said:
My anime covers stopped showing up a few days ago.
How do i fix it? :/
In your CSS, replace
    @import url(http://mal-fellow-writer.appspot.com/anime/tirafesi/?covers=https://dl.dropbox.com/u/49469857/MAL/premade/formats/covers/more);
with
@import "http://mal-image.appspot.com/anime/tirafesi";

Thank you!
However, some covers are not showing up (eg Witch Hunter Robin in animelist and Naruto in mangalist)
Do you know how to fix those?
Feb 26, 2016 3:30 AM

Offline
Mar 2013
287
Doomcat55 said:
As in the program didn't work at all, or the codes it gave you didn't work?


It would update it in my dropbox, so as in it just wouldn't register with MAL (codes it gave me didn't work). Would the "selector" previously compatible (mine is set to 'more') change randomly?
_____________________________________________________________

Come visit the Rec club! Everyone gets confused as to what they want to watch or read next. :T

Here is the Official Rec Club list of Recommendations!
Feb 26, 2016 7:59 AM

Offline
Jul 2015
820
tirafesi said:
Doomcat55 said:
In your CSS, replace
    @import url(http://mal-fellow-writer.appspot.com/anime/tirafesi/?covers=https://dl.dropbox.com/u/49469857/MAL/premade/formats/covers/more);
with
@import "http://mal-image.appspot.com/anime/tirafesi";

Thank you!
However, some covers are not showing up (eg Witch Hunter Robin in animelist and Naruto in mangalist)
Do you know how to fix those?
Witch Hunter Robin not showing up is a small bug in the generator, you can tell the creator about it here. To use the same link for anime and manga, change the word "anime" to "all".
blob said:
Doomcat55 said:
As in the program didn't work at all, or the codes it gave you didn't work?


It would update it in my dropbox, so as in it just wouldn't register with MAL (codes it gave me didn't work). Would the "selector" previously compatible (mine is set to 'more') change randomly?
"more" still works. Can you show me the codes that Blink! gave you?
Feb 26, 2016 3:00 PM

Offline
Dec 2012
169
Doomcat55 said:
tirafesi said:

Thank you!
However, some covers are not showing up (eg Witch Hunter Robin in animelist and Naruto in mangalist)
Do you know how to fix those?
Witch Hunter Robin not showing up is a small bug in the generator, you can tell the creator about it here. To use the same link for anime and manga, change the word "anime" to "all".
blob said:


It would update it in my dropbox, so as in it just wouldn't register with MAL (codes it gave me didn't work). Would the "selector" previously compatible (mine is set to 'more') change randomly?
"more" still works. Can you show me the codes that Blink! gave you?

After replacing /anime with /all it is now fixed, thanks :D
Feb 26, 2016 5:49 PM

Offline
Mar 2013
287
@tirafesi
A lot of the images were still not showing after running Blink!, which had never happened to me before - I also had waited a whole day, in case it was lag issues, but the problem was not solved. Here it is for my anime list :


Is it normal that all of these images can't be opened by clicking on the link? That is highly probably why nothing was working. o_o;;
_____________________________________________________________

Come visit the Rec club! Everyone gets confused as to what they want to watch or read next. :T

Here is the Official Rec Club list of Recommendations!
Feb 27, 2016 2:56 AM

Offline
Feb 2010
12660
@HaloReach2:
@GodSlayerNatsu:

The Fairy Tail layout available you asked about is available here again:
http://myanimelist.net/forum/?topicid=393393#msg19114518

Thanks to Lirina who fixed it back.
Feb 27, 2016 3:35 AM

Offline
Nov 2009
1632
http://myanimelist.net/animelist/Takana_no_Hana?status=1&tag=

I need some help covering the border-image around my list, the border-image I want to use is :
http://i.imgur.com/TChUZ65.png

I've been messing with border-image codes but it just didn't work.

Also, if I want to get rid of the mini-review section, which part of the code should I remove so I don't mess up the whole list?

Oh, and this one
http://puu.sh/nneXP.jpg
what is happening lol, the font color and shadow on the progress tab of "completed" category looks mess up while it works fine on other category.
Takana_no_HanaFeb 27, 2016 3:09 PM
Feb 27, 2016 11:32 AM

Offline
Sep 2015
18
Shishio-kun said:
@HaloReach2:
@GodSlayerNatsu:

The Fairy Tail layout available you asked about is available here again:
http://myanimelist.net/forum/?topicid=393393#msg19114518

Thanks to Lirina who fixed it back.

Thank you for the reminder and for posting it ;D
Feb 27, 2016 11:37 AM

Offline
Feb 2014
2
Hey!
I have this theme http://pasted.co/4b65cffb (you can also view it on my list http://myanimelist.net/animelist/xcinzas) and it doesn't show the pictures of the animes. Did I do something wrong or it is a problem of the creator?
Feb 27, 2016 1:41 PM

Offline
Oct 2015
42
Shishio-kun said:
trigger_death said:
Why does my anime list take extensively long to load? It started after I added the anime cover arts yet I've noticed other people's lists don't slow down as much.

My List

List CSS


Try to remove all the image links temporary but leave in the covers import. This will isolate the lag's source to the covers, and not to github or something.


I've removed all use of images and the lag still persists. When I remove the covers import there's still some lag as well. Is there possibly a better import to use that will load faster?
Feb 27, 2016 2:01 PM

Offline
Feb 2010
12660
trigger_death said:
Shishio-kun said:


Try to remove all the image links temporary but leave in the covers import. This will isolate the lag's source to the covers, and not to github or something.


I've removed all use of images and the lag still persists. When I remove the covers import there's still some lag as well. Is there possibly a better import to use that will load faster?


Hmm. Yes there are specific imports you can use. Try to use the alternate generators to make a more personalized import.
http://myanimelist.net/forum/?topicid=443333

Check the links under "Generate your own CSS covers"
Reply Disabled for Non-Club Members
Pages (159) « First ... « 70 71 [72] 73 74 » ... Last »

More topics from this board

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

Shishio-kun - Jul 21, 2017

381 by KabukiChouNights »»
Sep 13, 10:56 AM

» 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
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login