Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (159) « First ... « 60 61 [62] 63 64 » ... Last »
Sep 4, 2015 11:32 AM

Offline
Apr 2015
287
D_Cuy said:
SamPolus22 said:
I want to move the MAL listinfo element to the right so it goes out of the page and stay hidden to make a transition, but every time I move it to the right the page width expands. I can't do anything with the top bar because of this. It happens to every element in the top bar
http://imgur.com/NsZyCR9


try this :


body { overflow-x: hidden; }


or this :


#mal_cs_listinfo { position: fixed; }

The first one worked thank you. I tried the second one before but I don't want my element to scroll when I scroll the page
Sep 5, 2015 11:07 PM

Offline
Jul 2015
820
Shishio-kun said:

Doomcat55 said:
I'm using the layout for displaying renders for my manga list, but I have a problem. When I search for a title that has adaptations in more than one category, the renders for both categories overlap like this:

It also appears to be messing up the background - I had set the checkered background to change with the categories, but none of them should have a blue and black pattern.

Help, please?


a solution would be to give each render an additional checkered background right behind it. So this way when the images overlap there will only be one render shown at the time even if multiple backgrounds are present on screen at once. it could turn out complicated tho.

You'd have to add multiple backgrounds with the topic on that. Then you'd have to make sure that extra background doesn't overlap over the list. if you try to do this on your own and can't get it, you can keep asking and sooner or later someone we should just be able to do this for you (may be harder to get help till next week)

Sorry I didn't respond earlier, I've been putting off thinking about this.

What a pain... I'd imagine that my best bet would be to take a screenshot of the renders on their respective pages, just to make sure everything lines up correctly. Still though, I would need to figure out what's going on with the blue and black background, and that has me completely stumped... any ideas?

My CSS:
Sep 6, 2015 7:50 AM
Offline
Feb 2015
199
Okay, so recently seeing the cards @SylakentH did with the TG images I thought of doing one of my own, since I've been not doing cards for a little now.

which can be found here: http://tinyurl.com/pcoubte

The issues I'm facing are getting that logo/watermark off, if anyone could describe the steps to take it off easily, I'd be happy if you could help me to get rid of it (it's the green logo thingy).

I'd also like to know, if anyone could describe how to do the card shape similar to this one or of something more suitable for the card image: http://prntscr.com/8d93up
The card shape can be seen in between the red and green bit, where it has that sort of custom shape.

If you could help me out with those that'd be great, thanks
Sep 6, 2015 8:24 AM

Offline
Feb 2010
12628
Voidaxell said:
Okay, so recently seeing the cards @SylakentH did with the TG images I thought of doing one of my own, since I've been not doing cards for a little now.

which can be found here: http://tinyurl.com/pcoubte

The issues I'm facing are getting that logo/watermark off, if anyone could describe the steps to take it off easily, I'd be happy if you could help me to get rid of it (it's the green logo thingy).

I'd also like to know, if anyone could describe how to do the card shape similar to this one or of something more suitable for the card image: http://prntscr.com/8d93up
The card shape can be seen in between the red and green bit, where it has that sort of custom shape.

If you could help me out with those that'd be great, thanks


Have to get out there that if you're not using Photoshop at this point, you are seriously gimping yourself not only because of the lack of tools but because there are not alot of good ppl who can tell you how to do such things without PS

Go to the layer window and click on the layer with the logo/watermark, then use the eraser tool to rub it out from the card. If the image is one single layer tho, then you have to start over and erase the logo from the render first while its separate, then recreate the image.

Either find a premade-border with that shape and throw your stuff in, or if your card PSD is using a shape as the basis of the card template/border (which you should), you can raise and narrow the shape size with (I think) Free Transform, under Edit
Sep 6, 2015 8:27 AM

Offline
Feb 2010
12628
Doomcat55 said:
Shishio-kun said:



a solution would be to give each render an additional checkered background right behind it. So this way when the images overlap there will only be one render shown at the time even if multiple backgrounds are present on screen at once. it could turn out complicated tho.

You'd have to add multiple backgrounds with the topic on that. Then you'd have to make sure that extra background doesn't overlap over the list. if you try to do this on your own and can't get it, you can keep asking and sooner or later someone we should just be able to do this for you (may be harder to get help till next week)

Sorry I didn't respond earlier, I've been putting off thinking about this.

What a pain... I'd imagine that my best bet would be to take a screenshot of the renders on their respective pages, just to make sure everything lines up correctly. Still though, I would need to figure out what's going on with the blue and black background, and that has me completely stumped... any ideas?

My CSS:


I'm not sure what you're asking and I don't see why you need to take any screenshots. Just add a background behind each render with the multiple background tutorial. You can have 2 or more backgrounds per selector. Then when it loads multiple renders, the front most render will have a background behind it masking everything behind it
Sep 6, 2015 8:31 AM

Offline
Feb 2010
12628
Snowyboy said:
Hey there,
I just managed to finish my list design, and it seemed to be good. However I just got feedback that the pop-up screen is in the way of the text itself. I tried different things and this is what I ended up with;
My normal screen: https://gyazo.com/337334dcf11046729c822a3618c97993
Minimised screen: https://gyazo.com/5228e21e2ce5e3590dcf49c44470608d

It seems that the pop up screen is stuck to that location, not keeping in mind how big someone's screen is. How can I adjust this so that the pop up adjusts itself to screen size?

Thanks in advance,


You could use this advanced CSS topic
http://myanimelist.net/forum/?topicid=524033
Set different settings for the pop up's position (codes on how to do that should be in the CSS, if it was taken from my topic) in each resolution "bracket". Hard for me to explain without taking a lot of time, so you have to read and play with the topic's codes to understand it better.

But if you ask back in a week I will be less busy and may be able to write something simple for you
Sep 6, 2015 8:39 AM
Offline
Feb 2015
199
Shishio-kun said:

Have to get out there that if you're not using Photoshop at this point, you are seriously gimping yourself not only because of the lack of tools but because there are not alot of good ppl who can tell you how to do such things without PS

Go to the layer window and click on the layer with the logo/watermark, then use the eraser tool to rub it out from the card. If the image is one single layer tho, then you have to start over and erase the logo from the render first while its separate, then recreate the image.

Either find a premade-border with that shape and throw your stuff in, or if your card PSD is using a shape as the basis of the card template/border (which you should), you can raise and narrow the shape size with (I think) Free Transform, under Edit


I am using PS!

The watermark thankfully disappeared with the eraser, so thank you on that advice.

Regarding the border for the card, I couldn't find a premade one so if you know of any good sites which supply free HD/Good premade borders for PS then please tell me so. I didn't quite understand what you mean't by this though ' or if your card PSD is using a shape as the basis of the card template/border' so if you could please tell me what you mean't by that I would be grateful.
Sep 6, 2015 1:55 PM

Offline
Sep 2013
169
Hi, I'm using
@import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM);

but some of the image links appear to be broken, so they don't appear on my anime list properly (purple boxes): http://myanimelist.net/animelist/Tetimaru

Any chance of fixing this? Do you know who the host is?
Sep 6, 2015 2:52 PM

Offline
Apr 2015
287
Tetimaru said:
Hi, I'm using
@import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM);

but some of the image links appear to be broken, so they don't appear on my anime list properly (purple boxes): http://myanimelist.net/animelist/Tetimaru

Any chance of fixing this? Do you know who the host is?

Hi there. Try using this tutorial to fix your problem http://myanimelist.net/forum/?topicid=419405. Scroll down to "DVD and manga covers on your list" section, there's a sub-section called Fill in missing covers, all answers to your problem are there
Sep 6, 2015 9:45 PM

Offline
Apr 2015
287
I'm having a problem with my copyrights bar. On the "completed" page it's fine http://imgur.com/UD3UKqs
but when I changed it to "Dropped" page it became like this http://imgur.com/Tq814c3
Is there a selector that selects the copyrights on each page individually (completed,on-hold, etc...).
Thanks in advance
Code:
Sep 7, 2015 2:03 PM

Offline
Sep 2013
169
SamPolus22 said:
Tetimaru said:
Hi, I'm using
@import url(https://googledrive.com/host/0BxjwQr0BBXs-aDYxM2JlaFM2bnM);

but some of the image links appear to be broken, so they don't appear on my anime list properly (purple boxes): http://myanimelist.net/animelist/Tetimaru

Any chance of fixing this? Do you know who the host is?

Hi there. Try using this tutorial to fix your problem http://myanimelist.net/forum/?topicid=419405. Scroll down to "DVD and manga covers on your list" section, there's a sub-section called Fill in missing covers, all answers to your problem are there


So I was doing some digging and I discovered that google hosting is no longer available:
http://googleappsdeveloper.blogspot.ca/2015/08/deprecating-web-hosting-support-in.html

which appears to indicate the current @import url isn't even going to work in the future, so maybe it's not worth pursuing or fixing.
Sep 7, 2015 2:54 PM
Offline
Jul 2018
561912
Hello,

I was wondering if there was anything I could do in order to eliminate the little white lines that appear along the borders of the pictures when pieced together to make an "About Me" layout. I followed Shishio's video tutorial exactly but still seem to have these little gaps. I am thinking that it might be something to do with mal, but am not sure. You can see what I am talking about here: http://myanimelist.net/profile/AvianConfit under the About Me area.
Sep 7, 2015 3:32 PM

Offline
Feb 2010
12628
Tetimaru said:
SamPolus22 said:

Hi there. Try using this tutorial to fix your problem http://myanimelist.net/forum/?topicid=419405. Scroll down to "DVD and manga covers on your list" section, there's a sub-section called Fill in missing covers, all answers to your problem are there


So I was doing some digging and I discovered that google hosting is no longer available:
http://googleappsdeveloper.blogspot.ca/2015/08/deprecating-web-hosting-support-in.html

which appears to indicate the current @import url isn't even going to work in the future, so maybe it's not worth pursuing or fixing.


I host it, that is the public cover import. I update it once a month or so and I'll be doing that later this week. The reason you see broken covers is because MAL updates and changes their database constantly nowadays. In order for it to be perfect I would have to update it everyday which I'm not doing. This is why you're told to host your own (on Dropbox).

Use the topic he gave you- you'd have your own cover CSS in minutes and you won't have to rely on anyone else to update it. It'd be faster and more productive than researching GoogleDrive and Hosting or w/e you're doing.

Google Hosting appears to be available for another year according to that article, so its definitely worth updating for myself since a lot of ppl use it. You won't be hosting it on Google, individual users use Dropbox. I can't use Dropbox cuz too many hits crashes Dropbox but not Google
Shishio-kunSep 7, 2015 3:37 PM
Sep 7, 2015 3:34 PM

Offline
Feb 2010
12628
AvianConfit said:
Hello,

I was wondering if there was anything I could do in order to eliminate the little white lines that appear along the borders of the pictures when pieced together to make an "About Me" layout. I followed Shishio's video tutorial exactly but still seem to have these little gaps. I am thinking that it might be something to do with mal, but am not sure. You can see what I am talking about here: http://myanimelist.net/profile/AvianConfit under the About Me area.


Those look like they are a part of the images and not gaps. So when you make the graphic in GIMP, color them in or put something over them I guess
Sep 7, 2015 3:39 PM

Offline
Feb 2010
12628
Voidaxell said:
Shishio-kun said:

Have to get out there that if you're not using Photoshop at this point, you are seriously gimping yourself not only because of the lack of tools but because there are not alot of good ppl who can tell you how to do such things without PS

Go to the layer window and click on the layer with the logo/watermark, then use the eraser tool to rub it out from the card. If the image is one single layer tho, then you have to start over and erase the logo from the render first while its separate, then recreate the image.

Either find a premade-border with that shape and throw your stuff in, or if your card PSD is using a shape as the basis of the card template/border (which you should), you can raise and narrow the shape size with (I think) Free Transform, under Edit


I am using PS!

The watermark thankfully disappeared with the eraser, so thank you on that advice.

Regarding the border for the card, I couldn't find a premade one so if you know of any good sites which supply free HD/Good premade borders for PS then please tell me so. I didn't quite understand what you mean't by this though ' or if your card PSD is using a shape as the basis of the card template/border' so if you could please tell me what you mean't by that I would be grateful.


Many cards and other PS designs use a Shape tool to make the "back" of the card. It will probably be on the backmost layer. Think of it as the cardboard a real trading card is printed on. If you are using a shape, its easy to add borders and stuff to it, or stretch it out later.
Sep 7, 2015 3:53 PM
Offline
Jul 2018
561912
Shishio-kun said:
AvianConfit said:
Hello,

I was wondering if there was anything I could do in order to eliminate the little white lines that appear along the borders of the pictures when pieced together to make an "About Me" layout. I followed Shishio's video tutorial exactly but still seem to have these little gaps. I am thinking that it might be something to do with mal, but am not sure. You can see what I am talking about here: http://myanimelist.net/profile/AvianConfit under the About Me area.


Those look like they are a part of the images and not gaps. So when you make the graphic in GIMP, color them in or put something over them I guess


Well, they're not part of the images themselves, I verified that. Must be something with MAL. Oh well, thanks anyway.

P.S. I'm not talking about the white lines inside the box where the buttons are. It's more so the little tiny white lines that show up around the borders of the pictures where they were Guillotined.
Sep 7, 2015 4:00 PM

Offline
Feb 2010
12628
AvianConfit said:
Shishio-kun said:


Those look like they are a part of the images and not gaps. So when you make the graphic in GIMP, color them in or put something over them I guess


Well, they're not part of the images themselves, I verified that. Must be something with MAL. Oh well, thanks anyway.

P.S. I'm not talking about the white lines inside the box where the buttons are. It's more so the little tiny white lines that show up around the borders of the pictures where they were Guillotined.


Where are the tiny white lines at on your profile graphic? I don't see them. Can you screenshot and circle them or give us the exact place where they are. All I see are the white lines on the buttons
Sep 7, 2015 4:08 PM
Offline
Jul 2018
561912
Shishio-kun said:
AvianConfit said:


Well, they're not part of the images themselves, I verified that. Must be something with MAL. Oh well, thanks anyway.

P.S. I'm not talking about the white lines inside the box where the buttons are. It's more so the little tiny white lines that show up around the borders of the pictures where they were Guillotined.


Where are the tiny white lines at on your profile graphic? I don't see them. Can you screenshot and circle them or give us the exact place where they are. All I see are the white lines on the buttons


It might be my PC's resolution or something. The line goes right up through "Shigeru". This is the most obvious example. there are more near the top but no need to show that.
Sep 7, 2015 4:23 PM

Offline
Feb 2010
12628
AvianConfit said:


It might be my PC's resolution or something. The line goes right up through "Shigeru". This is the most obvious example. there are more near the top but no need to show that.


I don't see those at all. I would ask your friends if they see it, and if its just you, its something you need to resolve on your browser or computer, I guess. The images seem as close together as possible to me
Sep 7, 2015 4:52 PM

Offline
Jul 2015
820
Shishio-kun said:
AvianConfit said:


It might be my PC's resolution or something. The line goes right up through "Shigeru". This is the most obvious example. there are more near the top but no need to show that.


I don't see those at all. I would ask your friends if they see it, and if its just you, its something you need to resolve on your browser or computer, I guess. The images seem as close together as possible to me

I see what he's talking about. I also see the same thing on my profile, but only when zooming in.
Sep 7, 2015 4:55 PM
Offline
Jul 2018
561912
Doomcat55 said:
Shishio-kun said:


I don't see those at all. I would ask your friends if they see it, and if its just you, its something you need to resolve on your browser or computer, I guess. The images seem as close together as possible to me

I see what he's talking about. I also see the same thing on my profile, but only when zooming in.


Yeah, I can see that yours has the same issue. It's very clear to me. I'm on a Surface, so it might be an abnormal resolution which is doing it.
Sep 9, 2015 6:41 PM
Offline
Jul 2018
561912
Hello,
I have a profile/about me question.
All of my sections so far have had a width of 688 px.
They line up perfectly.
I just finished a new section and exported it with 688 px in gimp, and it seems narrower on MAL.
It does not line up with the previous 688 px.
This new section is quite a bit taller than the other sections, is that the reason why it looks narrower?
Why does this happen?

Here is the image I'm referring to:
http://i927.photobucket.com/albums/ad111/seal308/Gaming/gamingV9_zpsvkczwx2c.png
Sep 10, 2015 4:41 PM

Offline
Jul 2012
10
http://i.hizliresim.com/j2byLr.jpg

How can i fix that point? I tried everything but did not fix it. I want it to look straight.

My animelist code is:
AshjnrSep 10, 2015 4:45 PM
Sep 10, 2015 4:58 PM

Offline
Jul 2015
820
ashjnr said:
http://i.hizliresim.com/j2byLr.jpg

How can i fix that point? I tried everything but did not fix it. I want it to look straight.

My animelist code is:

Add this to the bottom of your CSS:
form[action*="logout"] {
    display: inline;
}
Sep 10, 2015 5:15 PM

Offline
Jul 2012
10
Doomcat55 said:
ashjnr said:
http://i.hizliresim.com/j2byLr.jpg

How can i fix that point? I tried everything but did not fix it. I want it to look straight.

My animelist code is:

Add this to the bottom of your CSS:
form[action*="logout"] {
    display: inline;
}


Thank you so much! <3
Sep 13, 2015 6:48 AM

Offline
Dec 2014
120
Hey everyone.
Some time ago i used a template but changed the image and then after a while i realised that i can't edit the tags on both my anime and manga lists. I've searched the forums for someone else that had the same problem but i couldn't find the solution. I'm sorry for taking your time with something this simple but i would appreciate the help. Thank in advance.
Sep 13, 2015 9:52 AM

Offline
Apr 2015
287
Xirome said:
Hey everyone.
Some time ago i used a template but changed the image and then after a while i realised that i can't edit the tags on both my anime and manga lists. I've searched the forums for someone else that had the same problem but i couldn't find the solution. I'm sorry for taking your time with something this simple but i would appreciate the help. Thank in advance.

Check if you have it disabled in your list settings. If it's not disabled, then your template doesn't support tags. You can add a tag section but that could be hard if you're a beginner in CSS. You can change your template with one that supports it. BTW, do you want only tags or tags and cover pictures of anime/manga together. I can make you one if I have free time
Sep 13, 2015 1:36 PM

Offline
Feb 2010
12628
Xirome said:
Hey everyone.
Some time ago i used a template but changed the image and then after a while i realised that i can't edit the tags on both my anime and manga lists. I've searched the forums for someone else that had the same problem but i couldn't find the solution. I'm sorry for taking your time with something this simple but i would appreciate the help. Thank in advance.


Turn on tags here by checking the box. You must save changes
http://myanimelist.net/editprofile.php?go=listpreferences


You also need to find this in your code (bottom).

/*Add/Edit - More*/
[style^="float: right"] {
display: none;
}

and remove it. If you keep it in your CSS removes the buttons that let you edit these things right on your list. You can re-add it after
Sep 14, 2015 1:20 PM

Offline
Dec 2014
120
Shishio-kun said:
Xirome said:
Hey everyone.
Some time ago i used a template but changed the image and then after a while i realised that i can't edit the tags on both my anime and manga lists. I've searched the forums for someone else that had the same problem but i couldn't find the solution. I'm sorry for taking your time with something this simple but i would appreciate the help. Thank in advance.


Turn on tags here by checking the box. You must save changes
http://myanimelist.net/editprofile.php?go=listpreferences


You also need to find this in your code (bottom).

/*Add/Edit - More*/
[style^="float: right"] {
display: none;
}

and remove it. If you keep it in your CSS removes the buttons that let you edit these things right on your list. You can re-add it after

Really appreciated. <3 you so much XD.
GL with everything. I'm staying in this club tho, hella interesting.
Sep 16, 2015 6:52 PM

Offline
Jul 2014
268
Hello, so on my anime list, this is what my header and bottom portion look like:





The top is cut off, while both, the top and bottom, are a little bit out of place.

This is the link for the header:



Here's my code:



Thanks!
Sep 16, 2015 7:38 PM

Offline
Jul 2015
820
Zeroskye said:
Hello, so on my anime list, this is what my header and bottom portion look like:





The top is cut off, while both, the top and bottom, are a little bit out of place.

This is the link for the header:



Here's my code:



Thanks!

Go to the HEADERS section of your code, and on a new line, enter
width: 700px !important;
for each header.

e.g. the code for your currently watching header would look like this:
.header_cw {
background-image: url("http://i.imgur.com/ZpYvEs0.png");
background-repeat: no-repeat;
height: 130px;
width: 700px !important
}

Add the same line where it says
.category_totals
to fix the bottom. You may need to adjust the width by a few pixels to fit it to your list.
Doomcat55Sep 16, 2015 7:46 PM
Sep 16, 2015 7:48 PM

Offline
Apr 2015
287
Doomcat55 said:
Zeroskye said:
Hello, so on my anime list, this is what my header and bottom portion look like:





The top is cut off, while both, the top and bottom, are a little bit out of place.

This is the link for the header:



Here's my code:



Thanks!

Go to the HEADERS section of your code, and on a new line, enter
width: 700px !important;
for each header.

e.g. the code for your currently watching header would look like this:
.header_cw {
background-image: url("http://i.imgur.com/ZpYvEs0.png");
background-repeat: no-repeat;
height: 130px;
width: 700px !important
}

Add the same line where it says
.category_totals
to fix the bottom. You may need to adjust the width by a few pixels to fit it to your list.

I don't think the width property will work because the whole header and category totals are images not normal elements
Sep 16, 2015 7:51 PM

Offline
Apr 2015
287
Zeroskye said:
Hello, so on my anime list, this is what my header and bottom portion look like:





The top is cut off, while both, the top and bottom, are a little bit out of place.

This is the link for the header:



Here's my code:



Thanks!

Hi there, try adding the following codes:
Sep 16, 2015 8:27 PM

Offline
Jul 2014
268
Doomcat55 said:
Zeroskye said:
Hello, so on my anime list, this is what my header and bottom portion look like:





The top is cut off, while both, the top and bottom, are a little bit out of place.

This is the link for the header:



Here's my code:



Thanks!

Go to the HEADERS section of your code, and on a new line, enter
width: 700px !important;
for each header.

e.g. the code for your currently watching header would look like this:
.header_cw {
background-image: url("http://i.imgur.com/ZpYvEs0.png");
background-repeat: no-repeat;
height: 130px;
width: 700px !important
}

Add the same line where it says
.category_totals
to fix the bottom. You may need to adjust the width by a few pixels to fit it to your list.


Thank you very much! I added in the 700px width to the headers and it still wasn't in the correct area, but then I found out that my list was at 730 px, so once I changed that, it worked! I also didn't need to add anything to the category_totals line, it was already fixed along with the header.

Thanks again! :D

SamPolus22 said:
Zeroskye said:
Hello, so on my anime list, this is what my header and bottom portion look like:





The top is cut off, while both, the top and bottom, are a little bit out of place.

This is the link for the header:



Here's my code:



Thanks!

Hi there, try adding the following codes:


I was able to get it to work with Doomcat's advice, but thanks a bunch for helping! :D
Sep 17, 2015 1:17 AM
Offline
Feb 2015
199
I've been working on this design, http://tinyurl.com/pescrlz
But I cannot get the border (it's a premade border of google images) to change it's colour from the default to the one of my choice.

Anyone help?
Sep 17, 2015 3:30 AM

Offline
Oct 2013
63
Hi,
I can't seem to get my wallpaper to show up for my manga list. I had it before but now I don't, but I know it's still there.

I just copied the CSS from the MAL source code. I wanted it to look like my anime list which I made without using CSS, except different background/position/colour.

Here's what it looks like...


Thanks
Sep 17, 2015 4:21 AM

Offline
Jun 2015
729
@VilkaTheWolf

I do see the wallpaper for your manga list. No prob for me.
Maybe you should rehost the wallpaper at some other image hosting site such as imgur.
Hi there! Nice to meet you. I'm Lycelra ~❤- Signature by Isa -
Sep 17, 2015 4:36 AM

Offline
Oct 2013
63
@Lycelra_

That worked thanks!
Sep 17, 2015 2:05 PM

Offline
Jul 2013
381
Voidaxell said:
I've been working on this design, http://tinyurl.com/pescrlz
But I cannot get the border (it's a premade border of google images) to change it's colour from the default to the one of my choice.

Anyone help?


are you using photoshop? if yes, select the layer with the border, go to [dropdown menu] layer > layer style > colour overlay, then just choose the colour you want.
Sep 20, 2015 6:27 AM

Offline
Nov 2009
1632
Hi, I have asked this question before but it hasn't been solved yet. How can I make the mini-review section flexible? I mean it can expand if the text is long.
Takana_no_HanaSep 20, 2015 6:32 AM
Sep 20, 2015 8:50 AM

Offline
Feb 2015
4608
It's quite silly but i cant figure out how to draw a white outline cover the list table (like the copyright box below) can anyone help me out?
Also is there anyway to bring the header up a bit, seems like it can only go lower not higher?

http://myanimelist.net/animelist/Kaiwan?status=2&order=0
My code:
Sep 20, 2015 11:02 AM

Offline
Sep 2015
607
So I'm attempting to render an image I tried using this tutorial but it was a failure due to the light colors on the edges of the image. The background of the image is white but the light colors cause jagged edges that show up on a colored bg. I spent over an hour fooling with the settings and whatnot. I'd use a different image but I can only find 4 of his characters and this is in only one with a bg that wont cause trouble.
Here is the image after cropping. (in spoiler)

Here is the original Image (in spoilers)

Here is my best result


I pretty much hit a dead end here.

I tried the lasso tool but my hand is nowhere near steady enough.
The magic wand tool ignores the unwanted pixels or only selects a few.
I attempted pixel by pixel but after over an hour of that my patience ran out.

If you need anymore info just ask!
Thanks in advance!
Sep 20, 2015 11:24 AM

Offline
Apr 2015
287
Kaiwan said:
It's quite silly but i cant figure out how to draw a white outline cover the list table (like the copyright box below) can anyone help me out?
Also is there anyway to bring the header up a bit, seems like it can only go lower not higher?

http://myanimelist.net/animelist/Kaiwan?status=2&order=0
My code:

To move your header add this to your codes:
[spoiler]
.header_completed, .header_onhold, .header_dropped, .header_cw, .header_ptw {
position: relative !important;
bottom: 10px; /* Increase number to move up*/
}
Sep 20, 2015 12:12 PM

Offline
Feb 2010
12628
Aoi_Yui said:
So I'm attempting to render an image I tried using this tutorial but it was a failure due to the light colors on the edges of the image. The background of the image is white but the light colors cause jagged edges that show up on a colored bg. I spent over an hour fooling with the settings and whatnot. I'd use a different image but I can only find 4 of his characters and this is in only one with a bg that wont cause trouble.
Here is the image after cropping. (in spoiler)

Here is the original Image (in spoilers)

Here is my best result


I pretty much hit a dead end here.

I tried the lasso tool but my hand is nowhere near steady enough.
The magic wand tool ignores the unwanted pixels or only selects a few.
I attempted pixel by pixel but after over an hour of that my patience ran out.

If you need anymore info just ask!
Thanks in advance!


http://myanimelist.net/forum/?topicid=400287
Did you try the video tutorial here?
Sep 20, 2015 2:53 PM

Offline
Aug 2013
520
Aoi_Yui said:
So I'm attempting to render an image I tried using this tutorial but it was a failure due to the light colors on the edges of the image. The background of the image is white but the light colors cause jagged edges that show up on a colored bg. I spent over an hour fooling with the settings and whatnot. I'd use a different image but I can only find 4 of his characters and this is in only one with a bg that wont cause trouble.
Here is the image after cropping. (in spoiler)

Here is the original Image (in spoilers)

Here is my best result


I pretty much hit a dead end here.

I tried the lasso tool but my hand is nowhere near steady enough.
The magic wand tool ignores the unwanted pixels or only selects a few.
I attempted pixel by pixel but after over an hour of that my patience ran out.

If you need anymore info just ask!
Thanks in advance!
I strongly suggest that you use the pen tool, I think that is the method in the tutorial shishio linked and I use it every time. you wont get better results than with that.




Sep 20, 2015 3:48 PM

Offline
Sep 2015
607
Shishio-kun said:

http://myanimelist.net/forum/?topicid=400287
Did you try the video tutorial here?


Ok tried that. Got as far as the outline but my image has white parts inside and I cant figure out how to vector mask those as well. I tried delete but that just got rid of the path. I tried convert to selection but it only selected the outside. Also I don't want to delete the vector mask and completely redo my path except as a last resort.
Aoi_YuiSep 20, 2015 4:07 PM
Sep 20, 2015 6:53 PM

Offline
Feb 2015
4608
SamPolus22 said:

To move your header add this to your codes:


Thank you very much
Sep 20, 2015 7:09 PM

Offline
Feb 2010
12628
Aoi_Yui said:
Shishio-kun said:

http://myanimelist.net/forum/?topicid=400287
Did you try the video tutorial here?


Ok tried that. Got as far as the outline but my image has white parts inside and I cant figure out how to vector mask those as well. I tried delete but that just got rid of the path. I tried convert to selection but it only selected the outside. Also I don't want to delete the vector mask and completely redo my path except as a last resort.


Well if Oiomi's advice doesn't work for you (and no one else can help with it) I guess you could follow along with rendering tutorials online that show the actual act of rendering and you try to do what they do with your own image, and if you're looking to get into rendering try other easier images and then come back to this one later.

And it may not be worth pursuing, you can always ask someone else to do it for you in that thread
Sep 21, 2015 3:28 AM

Offline
Sep 2015
607
Shishio-kun said:
Aoi_Yui said:


Ok tried that. Got as far as the outline but my image has white parts inside and I cant figure out how to vector mask those as well. I tried delete but that just got rid of the path. I tried convert to selection but it only selected the outside. Also I don't want to delete the vector mask and completely redo my path except as a last resort.



Well if Oiomi's advice doesn't work for you (and no one else can help with it) I guess you could follow along with rendering tutorials online that show the actual act of rendering and you try to do what they do with your own image, and if you're looking to get into rendering try other easier images and then come back to this one later.

And it may not be worth pursuing, you can always ask someone else to do it for you in that thread


I reviewed the video several times and it appears at least for him the additional paths he drew worked. There's no indication of him changing additional setting before or after creating those paths. The last idea I have is to try combining all the paths as 1 which I'm not sure is even possible. If that doesn't work I'll just ask someone else to do it for me.
Sep 21, 2015 9:44 AM

Offline
Feb 2015
4608
Kaiwan said:
It's quite silly but i cant figure out how to draw a white outline cover the list table (like the copyright box below) can anyone help me out?

http://myanimelist.net/animelist/Kaiwan?status=2&order=0
My code:
Reply Disabled for Non-Club Members
Pages (159) « First ... « 60 61 [62] 63 64 » ... Last »

More topics from this board

» 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

Sticky: » 💚 [REPAIR STICKY] Repair/speed up layouts + Request layout fixes ( 1 2 )

Shishio-kun - Nov 17, 2023

52 by LucaBalsa »»
Jul 6, 2:02 PM
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login