Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (8) « First ... « 6 7 [8]
Mar 28, 2024 5:42 AM

Offline
Apr 2014
301
Reply to claymorwan
Is it normal that the Divided Categories on All Anime does this Instead of seperating them like on the screenshot ? I did added the code and change the "USERNAME" to mine
@claymorwan i believe that requires a script to work. LINK
---
also, for the cover imports, change SpaceCowboy and DateYutaka to your username.
Mar 28, 2024 5:56 AM

Offline
Feb 2024
13
Reply to karmashizzle
@claymorwan i believe that requires a script to work. LINK
---
also, for the cover imports, change SpaceCowboy and DateYutaka to your username.
@karmashizzle O I didn't know there's a script to install, I don't it's said in the post. But it's working now ty :3
May 4, 2024 7:13 PM
Alucard

Offline
Jan 2018
56
Hi, I'm using the "Water and Sun Breathing Layout" (more specifically the default version with a background) and I have some question: Is there any way to remove the decimals? I tried searching through the code, removing the "#Decimal Scores" and "#Decimal Scores Settings" parts, but it didn't work. Also, I couldn't find any part to change the color of the tag with the anime genres and start/finish dates and, for some reason, the tag with the score isn't working properly on animes marked as Plan to Watch.
May 4, 2024 8:08 PM

Offline
Apr 2014
301
Reply to CLModerno
Hi, I'm using the "Water and Sun Breathing Layout" (more specifically the default version with a background) and I have some question: Is there any way to remove the decimals? I tried searching through the code, removing the "#Decimal Scores" and "#Decimal Scores Settings" parts, but it didn't work. Also, I couldn't find any part to change the color of the tag with the anime genres and start/finish dates and, for some reason, the tag with the score isn't working properly on animes marked as Plan to Watch.
@CLModerno
/* remove decimal */
 .list-table .list-table-data .data.score .link:after {
     content: "";
}
 /* reposition score */
 .list-table .list-table-data .data.score .link {
     margin-right: 20px;
}


.list-table .list-table-data:hover .data.genre,
.list-table .list-table-data:hover .data.season,
.list-table .list-table-data:hover .data.airing-started,
.list-table .list-table-data:hover .data.airing-finished,
.list-table .list-table-data:hover .data.started,
.list-table .list-table-data:hover .data.finished {
background: aqua;
}
karmashizzleMay 4, 2024 10:45 PM
May 4, 2024 9:10 PM
Alucard

Offline
Jan 2018
56
Reply to karmashizzle
@CLModerno
/* remove decimal */
 .list-table .list-table-data .data.score .link:after {
     content: "";
}
 /* reposition score */
 .list-table .list-table-data .data.score .link {
     margin-right: 20px;
}


.list-table .list-table-data:hover .data.genre,
.list-table .list-table-data:hover .data.season,
.list-table .list-table-data:hover .data.airing-started,
.list-table .list-table-data:hover .data.airing-finished,
.list-table .list-table-data:hover .data.started,
.list-table .list-table-data:hover .data.finished {
background: aqua;
}
@karmashizzle thank you! The only problem now is the score not showing for plan to watch animes, I mean, none of them are scored but they don't show the box with the score.
CLModernoMay 4, 2024 9:18 PM
May 4, 2024 9:52 PM

Offline
Apr 2014
301
Reply to CLModerno
@karmashizzle thank you! The only problem now is the score not showing for plan to watch animes, I mean, none of them are scored but they don't show the box with the score.
@CLModerno try this
/* enable score for PTW */
.list-table .list-table-data .data.status.plantowatch ~ .data.score {
    display: block;
}
.list-table .list-table-data .data.status.plantowatch ~ .data.score .link,
.status.plantowatch ~ .title .add-edit-more::before {
    background: whitesmoke;
}



karmashizzleMay 4, 2024 10:02 PM
May 5, 2024 4:47 AM
Alucard

Offline
Jan 2018
56
Reply to karmashizzle
@CLModerno try this
/* enable score for PTW */
.list-table .list-table-data .data.status.plantowatch ~ .data.score {
    display: block;
}
.list-table .list-table-data .data.status.plantowatch ~ .data.score .link,
.status.plantowatch ~ .title .add-edit-more::before {
    background: whitesmoke;
}



@karmashizzle thank you! It worked well!
May 5, 2024 5:53 PM
Alucard

Offline
Jan 2018
56
Sorry for bothering again, but I noticed that the button to add an episode to the counter isn't working, I have to manually change it by clicking on the number itself
May 5, 2024 6:58 PM

Offline
Apr 2014
301
Reply to CLModerno
Sorry for bothering again, but I noticed that the button to add an episode to the counter isn't working, I have to manually change it by clicking on the number itself
@CLModerno try
[class^="icon-add-"] {
    position: relative;
}
May 5, 2024 7:50 PM
Alucard

Offline
Jan 2018
56
Reply to karmashizzle
@CLModerno try
[class^="icon-add-"] {
    position: relative;
}
@karmashizzle it worked! ty once again and sorry for bothering you
Sep 7, 2024 1:45 AM

Offline
Dec 2019
223
Can anyone help me im using Takana Grid Style 5 for my anime list and just noticed today that in my anime list all 6 Banner Buttons (All Anime, Currently Watching, Completed, On Hold, Dropped and Plan to watch), they don't have anymore the little space between them and also another thing is that when scrolling through my list ive seen that some animes from my list either its new ones or old ones the key visuals are black.


Sep 7, 2024 2:30 AM

Offline
Feb 2010
11901
Reply to JohnnyNumbuh28
Can anyone help me im using Takana Grid Style 5 for my anime list and just noticed today that in my anime list all 6 Banner Buttons (All Anime, Currently Watching, Completed, On Hold, Dropped and Plan to watch), they don't have anymore the little space between them and also another thing is that when scrolling through my list ive seen that some animes from my list either its new ones or old ones the key visuals are black.
@JohnnyNumbuh28

Regarding recent problems with this layout, there should be an announcement post here soon via the mass message system. I'll have a lot of fixes there.

One of the important links in the layout isn't working anymore (it's the Microsoft storage.live link which worked for 12 years lol). Many users have a backup import which I've activated, but unfortunately you don't have it, maybe since the code is older. The backup import is this, you can copy/paste it to the top of your CSS or replace the storage import near the top of the CSS with this.
@\import "https://dl.dropboxusercontent.com/s/4u0rqtodxpjkti4/TakanaGridBackup.css";
I don't think the Microsoft storage.live import will work again, I contacted support and devs there but they are all clueless and useless, so most users will probably need to update manually like this.


Also many of your preview pics are dark because you have so many adds the import doesn't work anymore for you, another thing that broke this year on another site lol, but you can replace the first anime import with your username (@\import "https://malscraper.azurewebsites.net/covers/anime/JohnnyNumbuh28/presets/dataimagelinkbefore";) with this and it should fix the preview pics.
@\import "https://shishiohub.github.io/Covers/dataimagelinkbefore.css";


You could also scroll down the code and remove everything between "Original layout" and "Add new codes under here". This is the original layout code which might conflict with some of the updates in the import I've given you. However this isn't necessary to remove. And always save your old codes too, you never know.

That should fix most issues if not all for now. Although later there should be a full post announcement with this info in more complete detail and a manga cover fix. I have to overhaul everything to a new but reliable site lol and make a ton of new files 😞

Shishio-kunSep 7, 2024 2:34 AM
Sep 7, 2024 5:22 AM

Offline
Dec 2019
223
@Shishio-kun replaced the two imports with the new ones you shared and it worked and fixed my problems. Thank you.


Sep 8, 2024 12:56 AM

Offline
Feb 2010
11901
Alternate source for Grid Style 1 code
Sep 8, 2024 12:57 AM

Offline
Feb 2010
11901
Alternate source for Grid Style 5 code

Sep 8, 2024 1:06 AM

Offline
Feb 2010
11901
Alternate source for Grid Style 2 code

Sep 8, 2024 1:06 AM

Offline
Feb 2010
11901
Alternate source for Grid Style 3 code

Sep 8, 2024 1:07 AM

Offline
Feb 2010
11901
Alternate source for Grid Style 4 code

Sep 29, 2024 9:14 AM
Offline
Nov 2023
103
I have the utmost respect for the work you have done. These layouts are brilliant!!!
Sep 30, 2024 2:52 AM

Offline
Feb 2010
11901
Reply to Thecrot
I have the utmost respect for the work you have done. These layouts are brilliant!!!
@Thecrot Thank you! It's appreciated to hear
Reply Disabled for Non-Club Members
Pages (8) « First ... « 6 7 [8]

More topics from this board

Sticky: » 💚 [REPAIR STICKY] Repair/speed up a design + Request a layout fix

Shishio-kun - Nov 17, 2023

43 by NightmareTala »»
Feb 7, 6:03 AM

» [CSS - Modern] 🛠️ Tweaks for lists -- Horizontal tags, descriptions, category-coloured text, accent colour, and more.

Valerio_Lyndon - Oct 24, 2019

34 by IridescentJaune »»
Feb 7, 4:05 AM

» ✳️[9-7-24] New even higher quality Cover Imports! + Fixes for Takana Grids and more

Shishio-kun - Sep 7, 2024

28 by Shishio-kun »»
Jan 13, 12:06 PM

Sticky: » [ WEBSITES ~ EXTENSIONS ~ APPS ] All tools for MyAnimeList

Shishio-kun - Feb 8, 2023

47 by deg »»
Jan 10, 10:11 AM

» [GRAPHIC DESIGN] [VIDEO GUIDE] ⭐️ Make an About Me graphic in GIMP + 20 minutes of advanced tricks! ( 1 2 )

Shishio-kun - Jan 10, 2019

78 by karmashizzle »»
Jan 7, 3:04 PM
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login