stchatterbox
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: sidebar Link to post monthly archiveswell, i’m having the same problem too, and I think i’d better post it here since my question is very similar to this one.
i finally got settle in my nav bar: and I want the following pages: home, archives etc…etc….[I’m using the kubrick theme]
just wonder where’s the archive link? if not, i have to make one, right? But how? Thanks in advance.
Forum: Installing WordPress
In reply to: How to insert a .swf file to sidebar with flashifier?sorry? i can’t get what you mean. ^V^
Forum: Themes and Templates
In reply to: whole kubrick header as link, messed up in IEhaha, hole this happen to me too when i followed macmanx’s instruction “totally”
you should only type the following:
<div id="header"> to <div id="header" onclick="location.href='https://siteaddress/';" style="cursor: pointer;">Forum: Installing WordPress
In reply to: How to insert a .swf file to sidebar with flashifier?yeah, i had, i know flash, and successfully embedded the clock to my old websites before, but not the sidebar at wordpress.
well, the javascript thing didn’t work, so i tried this .swf, perhaps if anyone here knows how-to?thanks so much, podz, for your patience and time telling me this and that……. ^v^
Forum: Installing WordPress
In reply to: How to insert a .swf file to sidebar with flashifier?yes, i have tried to embed it, but it simply does not work,
well, my file is at sv.formulx.com/blog/wp-content/clock.swf
it is viewable in FF, perhaps if you could suggest me a way to embed to my sidebar? thanksForum: Installing WordPress
In reply to: nav baroh, it works properly after all. thanks so much! i’m so happy one of my biggest problem is solved!
Forum: Installing WordPress
In reply to: How to insert a .swf file to sidebar with flashifier?sadly, no, podz
the code i inserted
<embed>[flash]
%https://sv.formulx.com/blog/wp-content/clock.swf%,
%100%,%100%
[/flash]</embed>
I’ve followed the instruction carefully, but still do not know why it isn’t working.Forum: Installing WordPress
In reply to: nav barsv.formulx.com/blog
and one thing more, the nav bar looks terrible in IE; it shifted left!
but liewcf’s nav bar looks fine in both IE FF….
Forum: Installing WordPress
In reply to: How to insert a .swf file to sidebar with flashifier?thanks, podz.
my path to my .swf file /wp-content/clock.swf
so which filename should i write in %filename%?Forum: Installing WordPress
In reply to: upload imageyes, it does.
go to your admin area, click options–>micellaneous
and click allow file uploads. that’s it.
or if you like, you can get a plugin for image gallery like lazy gallery, which is very easy to use.Forum: Plugins
In reply to: Wordspew 1.0 release! Please UPDATE !oh, that’d be great, i’ll get this plugin immediately now, hopefully to install it without any questions.
Forum: Plugins
In reply to: Wordspew 1.0 release! Please UPDATE !if it works similarly to an IM Client, is it something like a chat room?
if so, that’ll be great! ^v^Forum: Installing WordPress
In reply to: subscribe me plugin: how can i fix the alignment?Thanks a lot, Podz and Denis,
Just wanna spend some time here to tell you what I put in my sidebar:< li >< h2 >Subscribe< /h2 >< /li >
< ul ><?php sem_subscribe_me(); ?>< /ul >
< /li >
What Denis taught was< li ><?php sem_subscribe_me(); ?>< /li >
But this only fix the feed pictures and not the title. If I just paste that code to my sidebar, my title still tend to align tight and not on the same “row” as my other titles do.Anyway, thanks again and enjoy your day!~
Forum: Installing WordPress
In reply to: JAVA in sidebaryes, i know, actually my script above,
<SCRIPT LANGUAGE=”JavaScript”>var clocksize=100;</SCRIPT>
<SCRIPT SRC=”https://gheos.net/js/clock.js”></SCRIPT>
is also from a swf file
https://www.gheos.net/js/clock/clock.swf
and take a look at it’s clock.js script
var clocksize;
if(!clocksize||clocksize==’SIZE’)clocksize=’100′;document.write(‘<OBJECT CLASSID=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ CODEBASE=”https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0″ WIDTH=”‘+clocksize+'” HEIGHT=”‘+clocksize+'”>’);
document.write(‘<PARAM NAME=”movie” VALUE=”https://www.gheos.net/js/clock/clock.swf”>’);
document.write(‘<PARAM NAME=”quality” VALUE=”high”>’);
//document.write(‘<PARAM NAME=”bgcolor” VALUE=”#FFFFFF”>’);
document.write(‘<PARAM NAME=”wmode” VALUE=”transparent”>’);
document.write(‘<PARAM NAME=”menu” VALUE=”false”>’);document.write(‘</OBJECT>’);
i ‘m still very puzzle why i can’t view this clock with my FF in my blog. thanks for your replies.
Forum: Installing WordPress
In reply to: JAVA in sidebarStill there was a problem after i reinstall Firefox for a few times.
but see- https://www.macaupost.net , the clock at the right hand side works so well in my FF…….
or, my only option is to use another clock, any recommendations and suggestions will be appreciated.