inherit
poppinpoptart@gmail.com
194078
0
Jul 30, 2013 12:28:48 GMT -8
captainemmuh
14
May 2013
captainemmuh
|
Post by captainemmuh on Jun 4, 2013 19:05:10 GMT -8
i cant seem to find whats going wrong if im using wrong tag or what. But i cant get the 'custom_title' to show up. It doesnt even have ##value in its place its just invisible and i cant figure out how to make it show. link to an account please help!!
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Jun 4, 2013 21:18:39 GMT -8
I'm looking at your coding for your mini profile and currently you don't have that in there. You need to add something like this as you did your other fields.
<div style="text-align: center; font: 14px arial narrow; text-transform: uppercase;"><span id="custom_title" name="custom_title">##value</span></div>
Also you have a extra bit of closing tags that need removed. You have two of these so remove one set.
</center></div> </span>
|
|
inherit
poppinpoptart@gmail.com
194078
0
Jul 30, 2013 12:28:48 GMT -8
captainemmuh
14
May 2013
captainemmuh
|
Post by captainemmuh on Jun 4, 2013 21:34:09 GMT -8
oh well thats awkward. sorry i was playing aound with it and it wasnt showing up so i deleted it and forgot to put it back. its back and i deleted the extra closing tags. but the thing still isnt showing up. on here under where it says 'ADMINISTRATOR'on the miniprofile it should say 'MAIN SQUEEZE' centered than the next line is the 'STATUS' thing but its not showing up. also sorry to throw like 2 problems at you at once but i might as well say it now instead of making a whole new thread. im trying to use this code for highlight tag thing but its not working either and i dont know if theres another code interfering with it or something. thank you so muc for your help!
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Jun 5, 2013 2:11:49 GMT -8
No, that's o.k. I figured you probably pulled it out. When I inspect the element which is viewing how the browser is displaying things I get this: <span id="custom_title" name="custom_title" style="display: none;">##value</span> Note the display:none; in there. Typically, that is what happens when there is no custom title entered in the profile. So double check that because, and I hope you don't mind, but I borrowed your coding (minus your cbox) and put it on my test site and it works fine for me. I even stuck that avatar in there in case it was squishing things. (I'll remove all your stuff as soon as you see this) eltest.proboards.com/index.cgi?board=general&action=display&thread=5I'll have to take a look at that hover affect you want but need to get some shut eye. I'm up crazy late! If you double check and you definitely have a custom title in there then the best I can suggest is move the MYO mini profile code to the top of your footer. Check it then. If still no joy, you should remove maybe half of the codes below it. Test it. Remove half of what is remaining, test it. If at some point it gets better then it is time to add a few codes back in at a time to see which one is causing it. Sometimes just removing codes and putting them back for some reason fixes things for some strange reason. One thing you really, really need to do is remove duplicate codes. I think I saw 4 codes that are for style tags in posts. You should only need one and having some of those older versions can mess up your site.
|
|