Forum Settings
Forums

The more button on the right side of an anime title on my list doesnt work

New
Dec 27, 2013 9:15 PM
#1

Offline
Oct 2012
21
I try to click the more button, but nothing happens not on my anime list nor my manga list :/
Please help ?
Dec 27, 2013 11:21 PM
#2

Offline
Feb 2010
12740
Xeynaroth said:
I try to click the more button, but nothing happens not on my anime list nor my manga list :/
Please help ?


Basically its because of the .hide codes near the top of your CSS. These are used to most easily display DVD covers for titles on most layouts.

It looks like you've manually removed the cover display imports from the top of your CSS- so if you're not going to use DVD covers display on your list, delete this stuff in bold from your code (near the top) and it will restore the more button back to normal:


/* Covers settings */
.hide {
pointer-events: none;
visibility: hidden;
position: absolute;
display: block !important;
margin-left: -124px !important;
margin-top: -24px !important;
width: 122px;
height: 122px;
border: solid 2px #a5a5a5;
background-repeat: no-repeat;
background-position: center 50%;
background-size: 110% 140%;
transform: rotate(0deg) scale(0, 0);
-moz-transform: rotate(0deg) scale(0, 0);
-webkit-transform: rotate(0deg) scale(0, 0);
transition: margin-left 1s ease-in-out, transform 1s ease-in-out;
-moz-transition: margin-left 1s ease-in-out, -moz-transform 1s ease-in-out;
-webkit-transition: margin-left 1s ease-in-out, -webkit-transform 1s ease-in-out;
z-index: 2;
}

:hover + .hide {
visibility: visible;
margin-left: 548px !important;
transform: rotate(3600deg) scale(1, 1);
-moz-transform: rotate(360deg) scale(1, 1);
-webkit-transform: rotate(360deg) scale(1, 1);
}



There's alternatives to that but imo thats the easiest for you based on what you've done with your list so far. Otherwise you can add the usual import to the top that removes the more button from view:
@import "http://dl.dropboxusercontent.com/u/78340470/CSSforfoxgirls.css";

or if you want DVD covers later try the other type cover CSS on that layout, it doesn't need .hide codes so you get the more button back (complicated tho). I'd ask him here for help in the topic for the layout: http://myanimelist.net/forum/?topicid=671463
Shishio-kunDec 27, 2013 11:25 PM
Dec 28, 2013 5:47 AM
#3

Offline
Oct 2012
21
Oh thanks, seems like i mistakenly hadnt put the entire code for the list style in, it now works well though the more button dissapeared but I'll ask that guy for help ^^

More topics from this board

» unable to reach "about me design"

Darkzepheran - Yesterday

4 by Darkzepheran »»
4 hours ago

» How can I see the date I added an entry to my list? (if I didn't mark an episode as watched)

EterTC - Feb 14, 2023

19 by Fran »»
7 hours ago

» Do MyAnimeList uses awstrack.me in email links?

CheeseBreeze - Yesterday

1 by -DxP- »»
Today, 2:37 AM

» App Not Working

Reecey91 - Yesterday

8 by Reecey91 »»
Today, 12:42 AM

» MAL Signature site is not working?

UKhira - Oct 5

5 by Alexioos95 »»
Oct 6, 7:33 AM
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login