Hi everyone! It's almost 11 years that I'm on subeta (with some time gaps, I admit) and my profile is as old as my subscription :D I can't even remember how I did the code ( 90% sure I ask someone to help me) Btw, I find it very uneasy to use. I can't even add the "option" part with all the events code! In order to have gift, to be flowered etc I have to change the "name" of the section, otherwise it's impossible for me to change anything.
I was wondering if someone here could help me finding out/writing a way to make the profile accessible again. I do still love the graphic (that was by me) but the lack of columns it's a real inconvenience. Here the code, hope someone will help me out!
[spoiler]<style>
,.comment_table,.header,.block,.info_block {border:0px;} body {background-repeat:no-repeat;}
{background-color: transparent; font-size: 3px; position: absolute; top: 71px; left:758px; color: transparent;}
html
{background-color: #858585;
background-repeat: repeat;
height: 96px !important;
background-position: top left;
position:absolute;}
body
{background-color: transparent;
background-image: url(http://i.imgur.com/nXtuqwS.png);
background-position: left bottom;
background-repeat: no repeat;
height: 768px !important;
width: 1024px;
position:absolute;
top: 0px;
left: 0px;}
body,html,div,table,td,tr,a
{font-size: 10px;
color: #000000;
font-family: Tahoma;}
a:link,a:visited{color:#fa5071; font-weight: bold; text-shadow: 1px 1px #2f2529;}
a:hover{color:#b1343f; text-decoration:none;}
.column
{border:none;}
.media_player {width: 150px; height: 25px;}
#content_comment {
text-align: center;
}
#content_comment textarea {
background-color: transparent;
text-align:left;
color: #282828;
border: none;
font-family: Tahoma; border: 1px solid ; font-size: 11px; width: 180px !important; max-width: 200px; height: 500px; max-height: 500px; padding-left: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; filter:alpha(opacity=20);opacity:0.2; }
textarea:hover { filter:alpha(opacity=80);opacity:0.8;}
#content_comment input {
background: none;
border: none;
font-family: Tahoma; background: transparent; color: ; font-size: 10px; width: 200px; max-width: 200px; padding-left: 5px; text-transform: uppercase; text-shadow: 1px 1px ; }
.info_block {background-image: none;}
#column1 li, #column2 li, #column3 li {background-image:none; border:none; background-color: transparent;}
#column1 {position:absolute; width:340px; height: 165px; left:220px; top: 262px; text-align: left; overflow: hidden; }
:hover {overflow: auto;}
#userinfo_0 {text-align:left;}
#navigation {display:none;}
#column1 li, #column2 li, #column3 li {border-top: 0px solid; border-right: 0px solid; border-left: 0px solid; border-bottom: 0px solid; background-color: transparent;}
#hr {display:none;}
.wishlist_item, #content_pets, #content_medals td, #content_shops td { vertical-align:top;}
.sp-table img:hover, #content_pets img:hover, #content_medals img:hover, #content_shops img:hover,#content_stickers img:hover, #content_achievements img:hover, #content_wishlist img:hover {filter:alpha(opacity=90);opacity:0.9;}
#header_comment {display:none;}
#content_wishlist img {
height: 50px;
width: 50px;
border: 1px dashed #ae5353;
filter:alpha(opacity=70);opacity:0.7;
margin: 5px;
}
#content_achievements img {
border: 1px dashed #ae5353;
filter:alpha(opacity=70);opacity:0.7;
margin: 5px;
}
#content_achievements td+td img {width:15px; height:15px;border:none;}
#content_pets img {
height: 75px;
width: 75px;
border: 1px dashed #ae5353;
margin: 5px;
filter:alpha(opacity=70);opacity:0.7;
}
#content_stickers img {
height: 50px;
width: 50px;
margin: 5px;
border: 1px dashed #ae5353;
filter:alpha(opacity=70);opacity:0.7;
}
#content_medals img {
height: 50px;
width: 50px;
border: 1px dashed #ae5353;
filter:alpha(opacity=70);opacity:0.7;
margin: 5px;
}
#content_shops img {
height: 50px;
width: 50px;
border: 1px dashed #ae5353;
filter:alpha(opacity=70);opacity:0.7;
margin: 5px;
}
#content_avatar img {border: 1px dashed #ae5353;
}
#column1_filler, #column2_filler, #column3_filler {display:none;}
#column2 {position:absolute; width:340px; height: 200px; left:210px; top: 520px; text-align: left; overflow: hidden; }
:hover {overflow: auto;}
{position:absolute; width:340px; height: 165px; right:13px; top: 205px; text-align: left; overflow: hidden;}
.header {font-size: 15px; font-family: Tahoma; text-align: center; color: #000000; font-weight: bold; background:none; letter-spacing:-1px; width:auto; height: auto; margin-bottom: 3px; margin-top: 10px;}
#column1 li
{background-color: transparent;}
#column2 li
{background-color: transparent;}
#column3 li
{background-color: transparent;}
</style>[/spoiler]
Looking for [Flower=Willy_860]
[img align=right]http://i.imgur.com/tP2AvTy.png[/img]
Well a simple thing to do so you can access the edit profile link is to remove (at least temporary) the CSS selector/block below
{display:none;}
OR from my poking around you could replace the above with the code I just put together to replace that one block, i tested it and should work similar to before but it exposes "Edit Your Profile" link to show for you and for everyone else should look the exact same as before
{
font-size: 0px;
padding: 0px;
}
a { display: none; }
a:nth-child(7):nth-last-child(1) { display: initial; }
thank u! Part of the problem is solved :D
I still can't add a section, though. I'd like to add widget (is this the section that give you the seasonal action, right?)
I think it's because I can't click on "add section" at all.
SPOILER (click to toggle)
Looking for [Flower=Willy_860]
[img align=right]http://i.imgur.com/tP2AvTy.png[/img]
From the screenshot, it would appear that a few elements have a positive z-index that is causing them to overlap with the toolbox. Try this:
{z-index:9;}
[box=#509b91]
[/box]Thank u! It worked perfectly at first. Then something happened and now everything is gone 😂 BUT I have my option box ! The code is okay, I even pasted the old code and add the changes you apported but still :/ I think I'm cursed and that's quite okay during morostide
Looking for [Flower=Willy_860]
[img align=right]http://i.imgur.com/tP2AvTy.png[/img]
That's very spooky :O And weird, very weird - the toolbox code shouldn't affect anything except at times you're in "edit your profile" mode. I could take a look at the whole code for you once Moros is over, if you're still having trouble with it. The graphic you made for it is cute :D
[box=#509b91]
[/box]Yes! Very weird indeed. I think I touched something but I didn't click the update button, so it shouldn't have changed without my permission. I went back to the previous page, hoping something would have changed but the graphic was still gone 😂 I will be very grateful for your help once you will have time ! Thank you! In the meantime maybe it will fix by itself! Fingers crossed 🤞🏻
I'm glad you liked my graphic! Thank u :) I used to have fun with Photoshop, years ago. I'd like to do it again!
Looking for [Flower=Willy_860]
[img align=right]http://i.imgur.com/tP2AvTy.png[/img]
I took a look at your profile you don't have the profile section anymore so the profile code in your dashboard is not applied since the section that adds the code no longer exists
just re-add the profile section and things should go back to how they were