Forum Settings
Forums
New
This topic has been locked and is no longer available for discussion.
Pages (12) « First ... « 5 6 [7] 8 9 » ... Last »
Oct 26, 2020 6:10 AM
Offline
Mar 2015
7
Hello! there I watched your youtube video and was trying to use one of your custom layouts but every time I attempted to save it, the site would state that "the @import statement is only available when viewing your own list. URL statements only work for *.jnp, *.gif, *.png images.
I am not entirely sure what this is referring to and I was just hoping for some clarification! Thank you so much for your time! I hope you have a good day ^.^
Oct 26, 2020 4:12 PM

Offline
Feb 2010
12649
losersensei said:
Hello! there I watched your youtube video and was trying to use one of your custom layouts but every time I attempted to save it, the site would state that "the @import statement is only available when viewing your own list. URL statements only work for *.jnp, *.gif, *.png images.
I am not entirely sure what this is referring to and I was just hoping for some clarification! Thank you so much for your time! I hope you have a good day ^.^


That warning is saying that imported CSS can't be shown to anyone else but the list owner. You can either add codes directly to the CSS edit box (which everyone can see by default) or link them via an import code which draws the codes from another site and posts them to your list. That's imported CSS. By default, MAL only wants users to see their own imported CSS.

But we found a way around this, and most imported CSS codes are edited in a way that allows others to see the imported CSS.
imported
The second part of the warning is saying that while CSS code is blocked from being seen by other users, imported images are ok, I think.
Oct 31, 2020 2:10 AM
Offline
Mar 2015
7
Sorry to bother you again but thank you for replying! :-) I looked at your link covering how to fix broken layouts it mentioned putting a \ in between @ and import it also mentioned replacing URL with " I was about to do that but noticed you already made those changes to the layout code. Is there anything else I could do to fix this? When I view my own list it does not show up for me either so I am a bit lost sorry. Hope you have a wonderful weekend! ^.^
Oct 31, 2020 8:20 PM

Offline
Feb 2010
12649
losersensei said:
Sorry to bother you again but thank you for replying! :-) I looked at your link covering how to fix broken layouts it mentioned putting a \ in between @ and import it also mentioned replacing URL with " I was about to do that but noticed you already made those changes to the layout code. Is there anything else I could do to fix this? When I view my own list it does not show up for me either so I am a bit lost sorry. Hope you have a wonderful weekend! ^.^


Answer these questions so I can help:

* what layout are you trying to use (please link it)
* what list are you using it on (please link the anime or mangalist and leave the broken layout on the list)

Also, you're using the red list theme, so you need to click on the red theme and add layout codes there


You don't seem to have any custom CSS on your current anime list theme at all, so you might be adding codes to the default theme instead of the red theme which is why they're not showing up
Shishio-kunNov 1, 2020 1:01 AM
Nov 1, 2020 3:12 PM
Offline
Mar 2015
7
Hello, thank you for getting back to me!! After reading your reply, I tried to follow your advice and use your custom layout on the red theme instead of the default theme, and it worked!! I am over the moon and so happy! I can't thank you enough for your help I am so grateful! All your custom layouts are beautiful, but this one was by far my favourite, so I'm so happy I get to use it on my list! ^.^

This is a link to the theme I was trying to use!
https://myanimelist.net/forum/?topicid=1862853

I hope you have a wonderful week! :D

Nov 1, 2020 4:30 PM

Offline
Feb 2010
12649
losersensei said:
Hello, thank you for getting back to me!! After reading your reply, I tried to follow your advice and use your custom layout on the red theme instead of the default theme, and it worked!! I am over the moon and so happy! I can't thank you enough for your help I am so grateful! All your custom layouts are beautiful, but this one was by far my favourite, so I'm so happy I get to use it on my list! ^.^

This is a link to the theme I was trying to use!
https://myanimelist.net/forum/?topicid=1862853

I hope you have a wonderful week! :D



Awesome :D
Nov 20, 2020 6:15 PM

Offline
Mar 2019
19
Hi, for all I know this is an easy fix but I've been struggling for a few days to fix it. When I hover my mouse over the left side of the image (not a very wide area but enough to notice), the hover doesn't work. It works fine over the rest of it. I've tried widening and moving things around but I just couldn't find a way to fix it.

I'm sure it wouldn't bug me after awhile but I figured it wouldn't hurt to ask.



Sorry, some of my css code isn't organized the best. Thanks ahead of time for taking a look at this.
Nov 20, 2020 9:23 PM

Offline
Feb 2010
12649
Paper2017 said:
Hi, for all I know this is an easy fix but I've been struggling for a few days to fix it. When I hover my mouse over the left side of the image (not a very wide area but enough to notice), the hover doesn't work. It works fine over the rest of it. I've tried widening and moving things around but I just couldn't find a way to fix it.

I'm sure it wouldn't bug me after awhile but I figured it wouldn't hurt to ask.



Sorry, some of my css code isn't organized the best. Thanks ahead of time for taking a look at this.



Wow it wasn't obvious at all and quite tricky, but it's the invisible edge of the footer image on the left covering up the section where you can point at and activate the preview pic. You can add this to the bottom to fix it :D

footer:before {
pointer-events: none !important;
}
Nov 20, 2020 9:47 PM

Offline
Mar 2019
19
Shishio-kun said:


Wow it wasn't obvious at all and quite tricky, but it's the invisible edge of the footer image on the left covering up the section where you can point at and activate the preview pic. You can add this to the bottom to fix it :D

footer:before {
pointer-events: none !important;
}

Thanks. It was baffling me because moving the picture would fix it, but as soon as I put the number on top, It would do it again.
Thanks again.
Nov 20, 2020 10:20 PM

Offline
Feb 2010
12649
Paper2017 said:
Shishio-kun said:


Wow it wasn't obvious at all and quite tricky, but it's the invisible edge of the footer image on the left covering up the section where you can point at and activate the preview pic. You can add this to the bottom to fix it :D

footer:before {
pointer-events: none !important;
}

Thanks. It was baffling me because moving the picture would fix it, but as soon as I put the number on top, It would do it again.
Thanks again.


Awesome! It took me a while to notice what was wrong ":D
Nov 28, 2020 12:23 AM

Offline
Jun 2020
88

Any advice on how I get ride of the background image moving when im scrolling down/up the list ?
LLetCCNov 28, 2020 12:27 AM
Nov 28, 2020 6:49 AM
Offline
Oct 2020
8
(Forgive me if this isn't the right place to ask, I don't know the forums that well).

Basically whenever I try to change images in my custom CSS, any images don't load. This applies to the background, the avatar, or pretty much anything (except the list for all the anime I watched).

Help? Someone probably asked this already but I have no clue how to work the forums yet haha
Nov 28, 2020 11:13 AM
平沢唯

Offline
Dec 2016
2206
thesaber903 said:
(Forgive me if this isn't the right place to ask, I don't know the forums that well).

Basically whenever I try to change images in my custom CSS, any images don't load. This applies to the background, the avatar, or pretty much anything (except the list for all the anime I watched).

Help? Someone probably asked this already but I have no clue how to work the forums yet haha

I don't see any custom CSS on your list right now, can you share what code is going wrong?
Nov 28, 2020 11:17 AM
Offline
Oct 2020
8
Valerio_Lyndon said:
thesaber903 said:
(Forgive me if this isn't the right place to ask, I don't know the forums that well).

Basically whenever I try to change images in my custom CSS, any images don't load. This applies to the background, the avatar, or pretty much anything (except the list for all the anime I watched).

Help? Someone probably asked this already but I have no clue how to work the forums yet haha

I don't see any custom CSS on your list right now, can you share what code is going wrong?


Oh it was in the default anime list (css), but it's these:
body[data-query*='"status":2'] {
background-image: url(http://imgur.com/96e1dQl.jpg);
Nov 28, 2020 1:45 PM
平沢唯

Offline
Dec 2016
2206
thesaber903 said:
Valerio_Lyndon said:

I don't see any custom CSS on your list right now, can you share what code is going wrong?


Oh it was in the default anime list (css), but it's these:
body[data-query*='"status":2'] {
background-image: url(http://imgur.com/96e1dQl.jpg);

This code works for me when I test it on its own, but it may be getting broken parts of code that precede it. Was this the only code you have on your list? If not, I need the entire code to fix any formatting issues. From what it sounds with the all anime code working but none of the others, it might be a missing closing brace } or similar.
Nov 28, 2020 1:48 PM
Offline
Oct 2020
8
Valerio_Lyndon said:
thesaber903 said:


Oh it was in the default anime list (css), but it's these:
body[data-query*='"status":2'] {
background-image: url(http://imgur.com/96e1dQl.jpg);

This code works for me when I test it on its own, but it may be getting broken parts of code that precede it. Was this the only code you have on your list? If not, I need the entire code to fix any formatting issues. From what it sounds with the all anime code working but none of the others, it might be a missing closing brace } or similar.

Nope, there are more codes like that in the CSS. I got it from someone in this club or maybe another post so I'm not sure.
Nov 28, 2020 2:59 PM

Offline
Feb 2010
12649
LLetCC said:

Any advice on how I get ride of the background image moving when im scrolling down/up the list ?


Is this still a problem? I don't see it when I look at your list
Nov 28, 2020 10:25 PM

Offline
Jun 2020
88
Its still there but if u dont see it I guess I dont care. thx for replying though.
Nov 28, 2020 11:41 PM

Offline
Feb 2010
12649
LLetCC said:
Its still there but if u dont see it I guess I dont care. thx for replying though.


OK. It would be hard to fix since I can't reproduce the problem in any way.

But if you want to try to fix it, let me know what browser you are in and any kind of PC you are on. Also, you could check and see if the problem happens in another browser especially one you haven't used yet*. If you see the problem in another browser you never use, then the problem is probably something to do with the PC. If it only happens in one browser, than the fault is in that browser- maybe due to scroll settings or an extension.

*There's all kinds of different browsers to try in order to check your list, like Opera, Firefox, Waterfox, etc.

edit: Oh I see it's Safari, hmm if you want to try to fix it, see if it happens in Chrome for you?
Nov 29, 2020 12:12 AM

Offline
Jun 2020
88
Woaaaw.You are right.Its an issue that only occurs in my safari browser because I just opened my anime list in my mozilla firefox browser and there the list flows perfectly without the background moving.
Nov 29, 2020 12:41 AM

Offline
Feb 2010
12649
LLetCC said:
Woaaaw.You are right.Its an issue that only occurs in my safari browser because I just opened my anime list in my mozilla firefox browser and there the list flows perfectly without the background moving.


OK I would look into any extensions or scroll settings affecting Safari that might be causing the weird lag issue.
Nov 29, 2020 3:07 PM
平沢唯

Offline
Dec 2016
2206
thesaber903 said:
This code works for me when I test it on its own, but it may be getting broken parts of code that precede it. Was this the only code you have on your list? If not, I need the entire code to fix any formatting issues. From what it sounds with the all anime code working but none of the others, it might be a missing closing brace } or similar.

Nope, there are more codes like that in the CSS. I got it from someone in this club or maybe another post so I'm not sure.[/quote]
I can most likely fix it for you but, as I say, you'll need to copy-paste the entire code for me to check for issues.
Nov 29, 2020 3:10 PM
Offline
Oct 2020
8
Valerio_Lyndon said:
thesaber903 said:
This code works for me when I test it on its own, but it may be getting broken parts of code that precede it. Was this the only code you have on your list? If not, I need the entire code to fix any formatting issues. From what it sounds with the all anime code working but none of the others, it might be a missing closing brace } or similar.

Nope, there are more codes like that in the CSS. I got it from someone in this club or maybe another post so I'm not sure.

I can most likely fix it for you but, as I say, you'll need to copy-paste the entire code for me to check for issues. [/quote]

I'll send the link where I got the code just so it doesn't take up the entire post.
But here was the CSS I got, https://controlc.com/ca773d99
Nov 29, 2020 3:33 PM
平沢唯

Offline
Dec 2016
2206
thesaber903 said:
Valerio_Lyndon said:
I can most likely fix it for you but, as I say, you'll need to copy-paste the entire code for me to check for issues.

I'll send the link where I got the code just so it doesn't take up the entire post.
But here was the CSS I got, https://controlc.com/ca773d99

All the presets for this theme work when I try them and have for a while, I'm pretty confident this issue occured while you were applying different images. This is why I need your code, and not the preset. You can paste your code into a website such as pastebin.com to share it. If you don't wish to do that, try reinstalling the theme and changing the images again, being extra careful that no code other than the URL's inside of the url() parentheses are changed, and that all the parentheses are intact so you have an opening "(" and closing ")" bracket to each image URL. Make changes one at a time, making sure each one works inside the preview window to see where problems begin (including making sure the base preset has working images). If a problem happens, you can likely undo the change you just made and see where it went wrong.

If you are using images uploaded to a different source than Imgur, try uploading them to Imgur. If they are uploaded to Imgur, make sure they are all direct links that end in a file extension such as .jpg or .png. Valid links for Imgur look like this: https://i.imgur.com/CHARACTERS.png while invalid URLs look like this (file link): https://imgur.com/CHARACTERS (no file extension and no preceding "i" subdomain) or this (album link): https://imgur.com/a/CHARACTERS (has a "/a/" and missing file extension and "i" subdomain).
Nov 29, 2020 3:36 PM
Offline
Oct 2020
8
Valerio_Lyndon said:
thesaber903 said:

I'll send the link where I got the code just so it doesn't take up the entire post.
But here was the CSS I got, https://controlc.com/ca773d99

All the presets for this theme work when I try them and have for a while, I'm pretty confident this issue occured while you were applying different images. This is why I need your code, and not the preset. You can paste your code into a website such as pastebin.com to share it. If you don't wish to do that, try reinstalling the theme and changing the images again, being extra careful that no code other than the URL's inside of the url() parentheses are changed, and that all the parentheses are intact so you have an opening "(" and closing ")" bracket to each image URL. Make changes one at a time, making sure each one works inside the preview window to see where problems begin (including making sure the base preset has working images). If a problem happens, you can likely undo the change you just made and see where it went wrong.

If you are using images uploaded to a different source than Imgur, try uploading them to Imgur. If they are uploaded to Imgur, make sure they are all direct links that end in a file extension such as .jpg or .png. Valid links for Imgur look like this: https://i.imgur.com/CHARACTERS.png while invalid URLs look like this (file link): https://imgur.com/CHARACTERS (no file extension and no preceding "i" subdomain) or this (album link): https://imgur.com/a/CHARACTERS (has a "/a/" and missing file extension and "i" subdomain).

I just put the CSS back in (after resetting) and it's still not loading despite me not even putting anything in it yet, it was like this beforehand.
Nov 29, 2020 5:15 PM
平沢唯

Offline
Dec 2016
2206
thesaber903 said:
Valerio_Lyndon said:

All the presets for this theme work when I try them and have for a while, I'm pretty confident this issue occured while you were applying different images. This is why I need your code, and not the preset. You can paste your code into a website such as pastebin.com to share it. If you don't wish to do that, try reinstalling the theme and changing the images again, being extra careful that no code other than the URL's inside of the url() parentheses are changed, and that all the parentheses are intact so you have an opening "(" and closing ")" bracket to each image URL. Make changes one at a time, making sure each one works inside the preview window to see where problems begin (including making sure the base preset has working images). If a problem happens, you can likely undo the change you just made and see where it went wrong.

If you are using images uploaded to a different source than Imgur, try uploading them to Imgur. If they are uploaded to Imgur, make sure they are all direct links that end in a file extension such as .jpg or .png. Valid links for Imgur look like this: https://i.imgur.com/CHARACTERS.png while invalid URLs look like this (file link): https://imgur.com/CHARACTERS (no file extension and no preceding "i" subdomain) or this (album link): https://imgur.com/a/CHARACTERS (has a "/a/" and missing file extension and "i" subdomain).

I just put the CSS back in (after resetting) and it's still not loading despite me not even putting anything in it yet, it was like this beforehand.

Alright, that's good to know. Is it happening in the preview window or when you apply the theme and view your list as you would normally as well? Sometimes the preview window can be a bit glitchy. Also, what browser are you using? I might be able to reproduce this once I know that.
Nov 29, 2020 5:17 PM
Offline
Oct 2020
8
Valerio_Lyndon said:
thesaber903 said:

I just put the CSS back in (after resetting) and it's still not loading despite me not even putting anything in it yet, it was like this beforehand.

Alright, that's good to know. Is it happening in the preview window or when you apply the theme and view your list as you would normally as well? Sometimes the preview window can be a bit glitchy. Also, what browser are you using? I might be able to reproduce this once I know that.

I was using Chrome, I always use it. I have a current anime list that I made myself since the CSS doesn’t work but however, it previews perfectly fine when it’s in preview mode.
Nov 29, 2020 5:41 PM
平沢唯

Offline
Dec 2016
2206
thesaber903 said:
Valerio_Lyndon said:

Alright, that's good to know. Is it happening in the preview window or when you apply the theme and view your list as you would normally as well? Sometimes the preview window can be a bit glitchy. Also, what browser are you using? I might be able to reproduce this once I know that.

I was using Chrome, I always use it. I have a current anime list that I made myself since the CSS doesn’t work but however, it previews perfectly fine when it’s in preview mode.

Try saving the changes to the Style and setting it as your active one on your Style page. If the problem is still happening when you visit the live version of your animelist, try using a different image host such as https://imgbb.com/ or https://catbox.moe/ and replace the images with that. Then, repeat the test of saving the changes and viewing your live list.
Nov 30, 2020 7:10 PM
Offline
Jul 2020
2
Hello! I attempted to create a custom layout and I have most of it down but i cant seem to make it dark mode and/or transparent. When I did light mode I couldnt make it transparent there either I believe it may have to do wiith the layout overriding like you said in the video im not 100% sure. I created a pastebin of the custom CSS hopefully it should be an easy fix and I just missed something small. https://pastebin.com/XjA0tNHe Thank you in advance!
Dec 1, 2020 5:00 PM

Offline
Feb 2010
12649
takasxgi said:
Hello! I attempted to create a custom layout and I have most of it down but i cant seem to make it dark mode and/or transparent. When I did light mode I couldnt make it transparent there either I believe it may have to do wiith the layout overriding like you said in the video im not 100% sure. I created a pastebin of the custom CSS hopefully it should be an easy fix and I just missed something small. https://pastebin.com/XjA0tNHe Thank you in advance!


I fixed up your code
https://pastebin.com/raw/V10Rx4Dr
makes it dark and transparent like this



The codes you added to the bottom won't work on Clarity, so I removed that, also there's an error in the code I removed and you were missing a closing bracket at the bottom. This would block codes under it.

Use the /* TABLE COLORS*/ codes instead to control the colors- what you had before won't be dark and translucent so I adjusted it. Use this for finding the right RGBA color:
https://cssgenerator.org/rgba-and-hex-color-generator.html

You should ask any further questions about the custom layout in the thread for it since he knows it better than I do
https://myanimelist.net/forum/?topicid=1723114






Dec 1, 2020 7:03 PM
Offline
Jul 2020
2
Shishio-kun said:
takasxgi said:
Hello! I attempted to create a custom layout and I have most of it down but i cant seem to make it dark mode and/or transparent. When I did light mode I couldnt make it transparent there either I believe it may have to do wiith the layout overriding like you said in the video im not 100% sure. I created a pastebin of the custom CSS hopefully it should be an easy fix and I just missed something small. https://pastebin.com/XjA0tNHe Thank you in advance!


I fixed up your code
https://pastebin.com/raw/V10Rx4Dr
makes it dark and transparent like this



The codes you added to the bottom won't work on Clarity, so I removed that, also there's an error in the code I removed and you were missing a closing bracket at the bottom. This would block codes under it.

Use the /* TABLE COLORS*/ codes instead to control the colors- what you had before won't be dark and translucent so I adjusted it. Use this for finding the right RGBA color:
https://cssgenerator.org/rgba-and-hex-color-generator.html

You should ask any further questions about the custom layout in the thread for it since he knows it better than I do
https://myanimelist.net/forum/?topicid=1723114









Thank you so much! I already love it I think I'm good for right now have a great rest of the day thanks again for the help!
Dec 2, 2020 8:38 AM
Offline
Oct 2020
8
Valerio_Lyndon said:
thesaber903 said:

I was using Chrome, I always use it. I have a current anime list that I made myself since the CSS doesn’t work but however, it previews perfectly fine when it’s in preview mode.

Try saving the changes to the Style and setting it as your active one on your Style page. If the problem is still happening when you visit the live version of your animelist, try using a different image host such as https://imgbb.com/ or https://catbox.moe/ and replace the images with that. Then, repeat the test of saving the changes and viewing your live list.

Yup, it was a glitch when previewing. Thanks
Dec 9, 2020 12:16 PM
Offline
Oct 2020
3
hi, ive had a problem where one of the pictures doesnt fit the frame. i havent been able to find out how to fix it. could uou please help me out?

https://imgur.com/CZQeeBS

link for reference
Dec 9, 2020 4:11 PM

Offline
Feb 2010
12649
MatsterMati said:
hi, ive had a problem where one of the pictures doesnt fit the frame. i havent been able to find out how to fix it. could uou please help me out?

https://imgur.com/CZQeeBS

link for reference



Add this to the bottom of your CSS


.cover-block::after {
background-size: cover !important;
background-position: center center;
}

Dec 12, 2020 12:31 PM

Offline
Mar 2019
19
I'm not sure if this is actually something that is broken with the css or if is actually something else. I found out that when I am logged out, the Avatar Image link doesn't seem to work. (Normally, I just click on it and it takes me to my profile.) Is it possible to fix this so that way it'll just return anyone who clicks on it to my profile.

I'll admit I'm about as social as a rock, so its not like there are hundreds of people clicking on this one, individual spot on my list. I do have a couple friends I've shared my list with and I just think this would make it easier for them.



Dec 12, 2020 3:45 PM

Offline
Feb 2010
12649
Paper2017 said:
I'm not sure if this is actually something that is broken with the css or if is actually something else. I found out that when I am logged out, the Avatar Image link doesn't seem to work. (Normally, I just click on it and it takes me to my profile.) Is it possible to fix this so that way it'll just return anyone who clicks on it to my profile.

I'll admit I'm about as social as a rock, so its not like there are hundreds of people clicking on this one, individual spot on my list. I do have a couple friends I've shared my list with and I just think this would make it easier for them.






The z index on the container needs to be lowered since its covering the profile pic link, add this to the bottom. It should work.

.status-menu-container {
position: relative;
z-index: 25 !important;}

Dec 14, 2020 9:39 PM
Offline
Mar 2020
178
Heyaaa!

Firstly thanks to Shishio-kun and Valerio Lyndon for Clarity list.

I have a problem in it where when I change from Anime list to Manga list from the list itself, the cover pics for the manga don't show up on the left side.
Same thing happens if if go from Manga list to Anime list, the Anime covers don't show up on the side.

I'm talking about the cover preview when you hover over the anime.

Please help me fix this.

Thankeyyy




HarloxDec 14, 2020 10:51 PM

Dec 14, 2020 10:32 PM
平沢唯

Offline
Dec 2016
2206
@Harlox This is a rather recent issue, I believe it is to do with the browser caching data between lists. What I would suggest is to replace this link near the top:
@\import "https://malscraper.azurewebsites.net/covers/auto/presets/dataimagelinkbefore";

With these two new links:
@\import "https://malscraper.azurewebsites.net/covers/anime/Harlox/presets/dataimagelinkbefore";
@\import "https://malscraper.azurewebsites.net/covers/manga/Harlox/presets/dataimagelinkbefore";

It might fix the issue. The other solutions I can think of have more downsides than they're worth, so if this doesn't work your best bet may be to simply reload the page when you see this happening, that usually resolves the problem until you swap list again. Although, if someone else has any ideas, feel free to share!
Dec 14, 2020 10:39 PM
Offline
Mar 2020
178
IT WORKSSSSSSSS!!

Thank you so much! >~<

Dec 14, 2020 10:54 PM
Offline
Mar 2020
178
@Valerio_Lyndon

A new problem has arised.

When I add anime to my Plan to watch section, it doesnt show up on the stats in my profile.

Also the same cover pics for the Plan to watch animes is not shown when you hover over it.

Edit - The first part works now but I still can't see the cover pics for Plan to watch section

Edit 2 - It works properly on its own

Thankeyyy
HarloxDec 15, 2020 12:13 AM

Jan 20, 2021 8:55 PM
Offline
Aug 2020
3
Hey! I just wanted to say thank you and that I'm having problems with my MAL ever since it hit 2021. My background is black and says the image you are requesting does not exist or is no longer available. I don't know what to do. Is there any way I can fix this? I would really appreciate it.
Jan 26, 2021 10:52 AM

Offline
Jul 2017
41
Hey, my top rated banners are glitched in my Currently Watching section, any ideas on how to fix it?
Jan 26, 2021 3:13 PM

Offline
Feb 2010
12649
MasterCaleb15 said:
Hey! I just wanted to say thank you and that I'm having problems with my MAL ever since it hit 2021. My background is black and says the image you are requesting does not exist or is no longer available. I don't know what to do. Is there any way I can fix this? I would really appreciate it.


It was deleted on whatever image host it was on, or it was being hotlinked and they cut off the link

You have to upload the image yourself to Imgur and use your own link for your backgrounds and never delete it
https://www.youtube.com/watch?v=oFbSBAiNPGA
Jan 26, 2021 3:17 PM

Offline
Feb 2010
12649
Milength said:
Hey, my top rated banners are glitched in my Currently Watching section, any ideas on how to fix it?


I don't see any problem, ask in the topic for the layout so the creator can help you

https://myanimelist.net/forum/?topicid=1772180
Jan 26, 2021 4:03 PM
Jan 29, 2021 9:06 PM
Offline
Dec 2020
5
hiiii, so in my layout there should be 6 images of the animes on each row butttttt theres only 5. i also tried other layouts similar to this but it kept happening. idk what to do and thank you if you can help!!
Jan 29, 2021 9:17 PM

Offline
Feb 2010
12649
lil_glizzy22 said:
hiiii, so in my layout there should be 6 images of the animes on each row butttttt theres only 5. i also tried other layouts similar to this but it kept happening. idk what to do and thank you if you can help!!


I don't see any problem? Do you have a screenshot or can you link the page?

Oh wait, what is your screensize? Are you on a laptop? That may be why

Make sure your browser isn't zoomed out too, use CTRL key and the + and - keys to set it back to 100%
Jan 29, 2021 9:30 PM
Offline
Dec 2020
5
Shishio-kun said:
lil_glizzy22 said:
hiiii, so in my layout there should be 6 images of the animes on each row butttttt theres only 5. i also tried other layouts similar to this but it kept happening. idk what to do and thank you if you can help!!


I don't see any problem? Do you have a screenshot or can you link the page?

Oh wait, what is your screensize? Are you on a laptop? That may be why

Make sure your browser isn't zoomed out too, use CTRL key and the + and - keys to set it back to 100%


ahh yeah im on a laptop sorry!! could i still fit in 6 or no?
Jan 29, 2021 9:39 PM

Offline
Feb 2010
12649
lil_glizzy22 said:
Shishio-kun said:


I don't see any problem? Do you have a screenshot or can you link the page?

Oh wait, what is your screensize? Are you on a laptop? That may be why

Make sure your browser isn't zoomed out too, use CTRL key and the + and - keys to set it back to 100%


ahh yeah im on a laptop sorry!! could i still fit in 6 or no?


Can you tell us your screen size and/or can we see a screenshot of your page?
Jan 29, 2021 9:54 PM
Offline
Dec 2020
5
Shishio-kun said:
lil_glizzy22 said:


ahh yeah im on a laptop sorry!! could i still fit in 6 or no?


Can you tell us your screen size and/or can we see a screenshot of your page?


Yeah sure here!!
https://imgur.com/7uBzo4N
This topic has been locked and is no longer available for discussion.
Pages (12) « First ... « 5 6 [7] 8 9 » ... 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