Can I remove "Subcribe to ..." in left module? |
![]() ![]() |
Can I remove "Subcribe to ..." in left module? |
Feb 10 2006, 08:37 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Feb 2006 Member No: 375,716 |
Hi!
Can someone please tell me if it is possible to remove the thing on the left-hand side of my Xanga that says: Subscriptions and then under it, it says "Subscribe to Jennelle"? I found the css to be able to remove the trial subscription which was just underneath it but can't figure out how to remove the Subscriptions and the link where it lets people sub to me. I have the same thing [Subscribe to me] on the top of my Xanga so I really don't need it to be on 2 places on the same page [and it really bothers me being in the left-hand module 'cuz it messes up the look that I want. *lol*] Can someone please help me with this? I'd be forever grateful! Thanks! Love, Jennelle http://www.xanga.com/Jennelle [Just putting my link here so you can look to see what I'm talking about if I haven't written it clear enough ...] |
|
|
|
Feb 10 2006, 08:46 PM
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
QUOTE(Jennelle.123 @ Feb 10 2006, 8:37 PM) Hi! Can someone please tell me if it is possible to remove the thing on the left-hand side of my Xanga that says: Subscriptions and then under it, it says "Subscribe to Jennelle"? I found the css to be able to remove the trial subscription which was just underneath it but can't figure out how to remove the Subscriptions and the link where it lets people sub to me. I have the same thing [Subscribe to me] on the top of my Xanga so I really don't need it to be on 2 places on the same page [and it really bothers me being in the left-hand module 'cuz it messes up the look that I want. *lol*] Can someone please help me with this? I'd be forever grateful! Thanks! Love, Jennelle http://www.xanga.com/Jennelle [Just putting my link here so you can look to see what I'm talking about if I haven't written it clear enough ...] CODE <script language="javascript"><!-- <br /> // original by sean, http://www.xanga.com/seanmeister<br /> //as edited by fishcake-y<br /> if (location.href.match ("Jennelle")) { <br /> var ht = document.getElementsByTagName ('table'); <br /> for (var t = 0; t < 10; t++) { <br /> str = ht[t].cells[0].innerHTML; <br /> if (!str.match (/Jennelle/i) && str.match (/(Posting Calendar|Subscriptions|Build Traffic!)/i)) ht[t].style.display = "none"; <br /> } <br /> } <br /> //--></script><br /> Try using that code, and placing it in your webstats column of your look & feel. I've already put your username in the code for you. So just paste it in your webstats and see if it works. |
|
|
|
Feb 10 2006, 09:03 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Feb 2006 Member No: 375,716 |
Dear Maestro,
I tried it but it didn't work [it's still there.] Love, Jennelle Thank you so much for trying ... would you have any other suggestions by chance? This is the code that I used to get rid of the link below it that said trial subscriptions: <style type="text/css">#subTrialSubTo{display: none;}</style> I didn't know if there were a way to get rid of the other this way as well but if so, I guess I don't know the right stuff to put in it to get rid of it. *lol* |
|
|
|
Feb 11 2006, 01:23 AM
Post
#4
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
He added in <br /> tags, which he didn't need. Wouldn't have worked anyways.
CODE <style type="text/css">#subTrialSubTo, #subSubTo{display: none;}</style> Try that in place of what you have now.
|
|
|
|
Feb 11 2006, 01:44 AM
Post
#5
|
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Feb 2006 Member No: 375,716 |
Hi!!
It worked [THANK YOU!] ... except now, I still have the text on there that says, Subscriptions. Do you know how I can get rid of that [or even change it to a different heading?] If possible, I'd rather be able to take it totally off from there and then if I want other headings later, then I can add them. Man, this is wonderful - I've been trying to get rid of that link [and the heading] for I don't know how long [at least a year, possibly longer!] If you can think of a way for me to get rid of the word: Subscriptions, please let me know. Thank you again so much! (HUGS) Love, Jennelle |
|
|
|
Feb 11 2006, 01:49 AM
Post
#6
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
[ http://www.createblog.com/forums/index.php?showtopic=230 ] of course!
|
|
|
|
Feb 11 2006, 02:15 AM
Post
#7
|
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Feb 2006 Member No: 375,716 |
Thank you so much!!
I was able to change the wording [Yippee! Now though ['n I bet ya didn't want to hear another question, did ya? *lol* On the top of my blog - my name is there twice [someone's gonna think I really really like myself or something. *Grin*] Also, if there were a way to get rid of the little guest book link on the top [it wasn't there before], I'd be happy [but it's something I can live with so if not, it's okay. I guess my main thing I really would like - is to somehow get my name off the top so it's not there twice [one is right underneath of the other]. Click here to see what I mean, it's on the top left of the page. Thank you again so much for the help - you've done what I've been trying for a long time to do [but I wasn't smart enough to figure it out. *lol*] Love, Jennelle |
|
|
|
Feb 11 2006, 02:26 AM
Post
#8
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
You'd have to disable that whole bar. As in all the links up top.
CODE <style type="text/css">#subTrialSubTo, #subSubTo, table.navigation{display: none;}</style> Like so. CODE <style type="text/css">#subTrialSubTo, #subSubTo, #ProfileModule1_hplGuestbook, table.navigation{display: none;}</style> Try that for disablin' the guestbook link too.
|
|
|
|
Feb 11 2006, 02:33 AM
Post
#9
|
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Feb 2006 Member No: 375,716 |
Hi again
Well, it looks like I'm gonna have to live with the double name on there unless something else can be figured out 'cuz that code would take my only way to add subscribers. *lol* Thank you again so much for your help, it is really appreciated [ALOT! Now, since it's way [way!] past my bedtime, that's where I'm heading. Have a good night! Love, Jennelle |
|
|
|
Feb 11 2006, 02:39 AM
Post
#10
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
If you use the script provided before, use Jennelle and just disable both names. Altho it'll look like this:
: reviews - events - subscribe! Or you can just add a link in your header letting people subscribe to you. It's not that hard. [ http://www.createblog.com/forums/index.php?showtopic=71309 ] |
|
|
|
Feb 11 2006, 12:41 PM
Post
#11
|
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Feb 2006 Member No: 375,716 |
Good Morning [errr ... I mean, afternoon *lol*]
Okay, I hate to say it but now I'm thoroughly confused as to what code you meant and how I can disable just the names. I'm sorry! I don't know how to disable both names [which would be fine with me to do.] If I do it that way, I'd still have the subscribe on there and that'd be fine. Unless of course, there were a way that I could change the Jennelle on the bottom and let it say something else 'n then it'd be perfect! Is this possible to do? Love, Jennelle Again, I truly appreciate your help more than I can begin to tell you! |
|
|
|
Feb 11 2006, 12:48 PM
Post
#12
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
[ http://www.createblog.com/forums/index.php?showtopic=230 ]
That one. &it's 9:46 where I live, so it is morning. Add "Jennelle", under gener or something. Yes, take the space too. But really, I suggest just using this and disabling the whole top bar. |
|
|
|
Feb 11 2006, 01:00 PM
Post
#13
|
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Feb 2006 Member No: 375,716 |
Well then since it's morning where you are ... Good Morning to you!
Okay, I think that I'm going to leave it the way that it is now [with things on top of blog] ... if there were a way that I could change the Jennelle [that is just above my profile] to another word,- I'd do it], but since it doesn't look like it can be done - I'm satisfied with it the way it is now. Regardless, it looks much more the way that I want it now than when I started! Thanks so much! (HUGS) Love, Jennelle |
|
|
|
Feb 11 2006, 01:01 PM
Post
#14
|
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Feb 2006 Member No: 375,716 |
Oh yeah ... I was going to ask you what a "Manga" is 'cuz I thought it was another blog type thing.
Just did a quick search 'n see it's a video game of sorts [boy am I out of touch or what? *Giggle*] Love, Jennelle |
|
|
|
Feb 11 2006, 01:09 PM
Post
#15
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Don't double-post please. =3
&manga isn't a videogame. If anything it'slike a comic book. But it's not really that either. It's a Japanese thing. >.<" Hard to explain. So... Can I close this now? |
|
|
|
Feb 11 2006, 01:11 PM
Post
#16
|
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Feb 2006 Member No: 375,716 |
I'm sorry.
And yes, you can close this if you'd like. Love, Jennelle |
|
|
|
Feb 11 2006, 01:12 PM
Post
#17
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Haha, don't be sorry. Just don't do it.
-> Topic Closed. |
|
|
|
![]() ![]() |