Replies

Feb 15, 2017 9 years ago
Draken
is lonely
User Avatar

hey there..would anyone be willing to help me fix a couple issues.

  1. can't figure out where to re-link my shop and main gallery on the icons I have on my profile

  2. new overlay image doesn't seem to be working on my pet chuang-mu's profile..

would appreciate the help

Feb 18, 2017 9 years ago
Frenchi
is hopelessly romantic
User Avatar
Vivisect

with regard to the overlay not working, you need to use the direct image link (http://i.imgur.com/kcH8Xo7.png), which you can get by pulling up the image on imgur and dragging it to the url bar, or right-clicking it and choosing 'open image in new tab'.

as for the shop and gallery links, i'm looking at your profile code and it doesn't look like those links are defined in the part of the code that you've edited, so i'm not really sure how to change that.

Feb 18, 2017 9 years ago
Draken
is lonely
User Avatar

ok Ill try the image thing when I get home from work later today. as for the shop/gallery Im not sure either, the profile was made for me(and Ive tried asking the maker, but not sure my comments or smail are going through, and haven't seen em on lately to try and catch em)

thanks for the help with the image though

Feb 19, 2017 9 years ago
Bug
User Avatar
Segfault

Are you asking how to put your shop and gallery on your user profile?

You can add it as a profile section, and then add some CSS to make it look nice.

Otherwise, you can directly add them as links inside one of the blank sections that are already on your profile. For example, I circled a blank section you could use here:

So if you're on a normal subeta page, you can go from "personal" to "edit profile" from the top, and you should see little icons next to those headers, one of which is an "edit" icon. If you click on that next to that blank section, a text box will show up that you can type html in.

So then you can just type some HTML to link to your shop. It would look something like this, if you have icon images you want to use:

(If subeta puts any backslashes in front of those quotes though, ignore those, they should just be quotes.)

Hope this wasn't too confusing. Feel free to ask if you need any clarification! Good luck!

🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights

Feb 19, 2017 9 years ago
Draken
is lonely
User Avatar

I can add the 'usual' section I think(but they were meant to be linked to the sakura flowers above the pets. I'll try once more in getting ahold of the friend that did the profile for me and if no luck I might see about getting a new one made(probably one to match my custom css site theme)

appreciate the help

Feb 19, 2017 9 years ago
Bug
User Avatar
Segfault

Ohhhh those are what you're talking about! I see them now. I can help you fix it actually.

Go into your profile code, and do a search for some CSS that looks like this:

.header {

After that, you should see something like "display: none;" somewhere. Just delete the line "display: none" and that should cause the header (with the edit icons) to show up when you go to the "Edit Profile" page.

Click on that edit icon, and you can change the links to point to your shop and gallery.

THEN, when you are done, go back and put the "display: none;" back into the CSS, to hide that header again.

🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights

Feb 19, 2017 9 years ago
Draken
is lonely
User Avatar

mind if I smail ya it(I don't think Im seeing that and Im actually extremely terrible with coding as is lol)

Feb 19, 2017 9 years ago
Bug
User Avatar
Segfault

Sure, you can sMail me. I'll try to help, I know how confusing this can all be. Try to describe what you're doing/seeing with as much detail as you can, though, or I'll get confused too lol

🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights

Please log in to reply to this topic.