Forum Settings
Forums
New
Aug 29, 4:05 PM
#1

Offline
Feb 2021
2
I recently switched my list by copying the list CSS of a different user and modifying images and colors to fit a different theme. I'm stuck on two problems right now:

1- Why are there several front images of the shows that do not expand and have a white background?

2-How can I remove the background gif with the rose petal? And how can I switch for a different gif?

I already tried searching in the CSS code, but I'm still too inexpert to guess the details for these solutions alone. My thanks to who will try to help me a bit.

GE
Aug 29, 6:01 PM
#2

Offline
Feb 2010
11356



Gender_Equalizer said:

1- Why are there several front images of the shows that do not expand and have a white background?



Cover import is wrong for your list, probably intended for someone else's, see part B here
https://myanimelist.net/forum/?topicid=2130234

You're using Ruse's layout I'm guessing since you have this near the top
@\import "https://malscraper.azurewebsites.net/covers/anime/Ruse125/presets/dataimagelinkbefore";
it should be your username


Gender_Equalizer said:

2-How can I remove the background gif with the rose petal? And how can I switch for a different gif?


Probably not a GIF. It's almost certainly my sliding background animation
https://myanimelist.net/forum/?topicid=1911984

In your layout code find
CHERRY BLOSSOMS ORIGINAL */
go down a few lines and replace the image link in parenthesis after "background image" with a new direct link, a direct link to the image you want. MUST be a direct link.

You can get direct links from
https://imgbb.com/
Just sign in, upload the new image, and they should give you the direct link right away. If you don't want to use a sliding background image, you can go to the bottom and paste this at the bottom and switch your image link in the parenthesis there

body{
background-image: url(https://i.ibb.co/nMbJ632/b0d3e893afd967b8e223d47435eeb744-smoke-signals-deep-space.jpg) !important;;
background-position: top center;
background-attachment: fixed
}



btw it's better to ask there in the relevant topics there in the group, you joined it, this is so that future users can see your question and get the answer from there too. Everything in general Support is buried after a week and the search system is awful. Also check the club stickies for help since the answers are usually there.
Aug 30, 4:09 AM
#3

Offline
Feb 2021
2
Reply to Shishio-kun



Gender_Equalizer said:

1- Why are there several front images of the shows that do not expand and have a white background?



Cover import is wrong for your list, probably intended for someone else's, see part B here
https://myanimelist.net/forum/?topicid=2130234

You're using Ruse's layout I'm guessing since you have this near the top
@\import "https://malscraper.azurewebsites.net/covers/anime/Ruse125/presets/dataimagelinkbefore";
it should be your username


Gender_Equalizer said:

2-How can I remove the background gif with the rose petal? And how can I switch for a different gif?


Probably not a GIF. It's almost certainly my sliding background animation
https://myanimelist.net/forum/?topicid=1911984

In your layout code find
CHERRY BLOSSOMS ORIGINAL */
go down a few lines and replace the image link in parenthesis after "background image" with a new direct link, a direct link to the image you want. MUST be a direct link.

You can get direct links from
https://imgbb.com/
Just sign in, upload the new image, and they should give you the direct link right away. If you don't want to use a sliding background image, you can go to the bottom and paste this at the bottom and switch your image link in the parenthesis there

body{
background-image: url(https://i.ibb.co/nMbJ632/b0d3e893afd967b8e223d47435eeb744-smoke-signals-deep-space.jpg) !important;;
background-position: top center;
background-attachment: fixed
}



btw it's better to ask there in the relevant topics there in the group, you joined it, this is so that future users can see your question and get the answer from there too. Everything in general Support is buried after a week and the search system is awful. Also check the club stickies for help since the answers are usually there.
@Shishio-kun Thanks a lot, you've been a huge help and I've been able to fix the last things I wanted. I'll be mindful to post possible questions in the group. I'd like also to ask you: some features of the anime list are missing in the manga list, is it cause code needs to be added to work with the manga list too?

Also, I noticed that the info button doesn't show up, maybe I copied the code wrong?

GE
Gender_EqualizerAug 30, 6:01 AM
Aug 30, 1:18 PM
#4

Offline
Feb 2010
11356
Reply to Gender_Equalizer
@Shishio-kun Thanks a lot, you've been a huge help and I've been able to fix the last things I wanted. I'll be mindful to post possible questions in the group. I'd like also to ask you: some features of the anime list are missing in the manga list, is it cause code needs to be added to work with the manga list too?

Also, I noticed that the info button doesn't show up, maybe I copied the code wrong?

GE
@Gender_Equalizer

Please check the stickies I linked. Cover import is wrong for your mangalist too, see part B here
https://myanimelist.net/forum/?topicid=2130234
change anime to manga in the mangalist import.

You probably want a separate CSS for the manga list or a second import for manga covers. Stickies tell you how to do that on this page when setting up a list design the first time
https://myanimelist.net/ownlist/style

You're not clear on exactly what parts didn't carry over, but I see the headers are missing. I'd have to look at the codes closely to find out why some parts didn't carry over, I'm guessing you'd have to look thru the code and switch anything intended for anime to manga and maybe your manga list also needs to have similar settings to the anime list.
https://myanimelist.net/editprofile.php?go=listpreferences


My recommendation would be to make the list design with the theme customizer for manga with the headers, and if it doesn't work out, leave your post there for the OP and other Clarity users to help with- although I think the designer (the OP) quit MAL. Also look through the replies maybe someone had a similar issue.
https://myanimelist.net/forum/?topicid=1723114

the customizer links to this page for headers, Ruse probably made them specific for his anime list and you might need to do the same for the manga list
https://github.com/ValerioLyndon/MAL-Public-List-Designs/wiki/Install-Section-Category-Headers

I don't know what you mean by info button, there's many buttons on the list pages; the more button works from what I see on my end if that's what you mean

For any more questions, please try the club threads I linked and you can leave posts in them too
Shishio-kunAug 30, 1:29 PM
Yesterday, 7:59 AM
#5

Offline
Oct 2016
26
Reply to Gender_Equalizer
@Shishio-kun Thanks a lot, you've been a huge help and I've been able to fix the last things I wanted. I'll be mindful to post possible questions in the group. I'd like also to ask you: some features of the anime list are missing in the manga list, is it cause code needs to be added to work with the manga list too?

Also, I noticed that the info button doesn't show up, maybe I copied the code wrong?

GE
@Gender_Equalizer I was trying to fix some performance-related issues and somehow stumbled upon this 😂

I'm happy that you're using my layout though. Feel free to ask if you still have any questions and I'll try my best to help.

More topics from this board

Sticky: » Inactive Username Request Thread ( 1 2 3 4 5 ... Last Page )

Kineta - Sep 21, 2015

3558 by floreow »»
11 hours ago

» [Resolved] Didn't Recieve Badge for "You Should Read This Manga 2024" Challenge

Enivlens - Yesterday

4 by Enivlens »»
11 hours ago

» Correcting History

leonardobarba - 12 hours ago

0 by leonardobarba »»
12 hours ago

» ishinashi has 300 alt accounts and counting ( 1 2 3 4 )

deg - Jun 16, 2023

166 by Mualani »»
Yesterday, 2:44 AM

» There was an error posting, please try again. ( 1 2 )

deg - Jan 21

74 by Serafos »»
Yesterday, 2:38 AM
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login