Tee
Forum Replies Created
-
Forum: Plugins
In reply to: What are the best feeds?So there is only one RSS feed, Moshu? Uhmm somehow i can’t find that blog I was on oto click the gizmos… but i know i read something like pre-licous or de-li-cious and those gizmos I think had to do with something like optimizing the blog , forget me to the lack of better words… I just see blogs with a bunch of icons that “look cool” ð but also i think its a bonus to have on the blog no?
Let me know what those are Moshu if u know that is.
Regards,
JoeyForum: Fixing WordPress
In reply to: Is there a way to optimize my WordPress for S.E’s ?Folks,
please if you can just let me know what to do here i’d appreciate it.
Thanks,
JoeyForum: Fixing WordPress
In reply to: Is there a way to optimize my WordPress for S.E’s ?quick question here… in the permalinks option in my admin… i choosen the second tab “Date and name based” and press update and there is a a message “You should update your .htaccess now.”
Now im not sure how I need to update my .htaccess??? in order for it to work? what codes do I put in there?
/%year%/%monthnum%/%day%/%postname%.html <—????
Thanks,
JoeyForum: Themes and Templates
In reply to: How do I remove the scroll bar in my blog?But isn’t most blogs like that??? I will view the 2-3 themes for ideas, thanks,
in the mean time if someone knows how to do this process please be kind enough to help me out ð
Regards,
JoeyForum: Themes and Templates
In reply to: How do I remove the scroll bar in my blog?I thought normal people post 1 topic for 1 question..
I will compress the images once the blog if finalized right now i am still in testing… of course you dont expect me to learn very quick and become a pro like you overnight ð
As for your question: since you have a fixed width image:
pumatalk.com/blog/wp-content/themes/puma/images/graphic1.jpg
it will never go “along with the text”.So how can I fix that problem? Im guessing by just slicing off the buttom and do something in CSS so that it would align the buttom wherever the text ends?
Regards,
JOeyForum: Themes and Templates
In reply to: How do I remove the scroll bar in my blog?Ok thats’ solved ð
Now all i gotta figure out is how to get my background of the blog to go along with the text!!!
Forum: Themes and Templates
In reply to: Does anyone have time to help me develop my Theme?Thanks for your comments – so yes I have tried since my original post over 2 weeks ago, but I am very willing to pay someone to do this – I’ve tried to understand the process of this but i’m still not able ot grasp it!!!!! Maybe I seem less intelligent then you in this topic but there is clearly no reason to discount a person more over to post insaulting comments when I took the initiative on learning this process and I’m having a hard time – moreover I did not spam your community so please don’t make it seem as if I am abusing your support!
Regards,
Joey DeeForum: Plugins
In reply to: WYSIWYG: Text Editor that supports Safari (mac)So i would need to code CSS or there is allready a pre existing code for this?
Forum: Plugins
In reply to: [update]: ChenPress 3.0 – FCKeditor WYSIWYG PluginHey I also have the same issue… and I am not able to view the FCKeditor on my safari browser (mac)
Forum: Fixing WordPress
In reply to: Does Java work on WordPress?DJ,
Thanks alot for your help tonite man ð big time!!!
Your code worked the only issue is that the Skype status icon is on every page of the blog :<
LEt’s talk tomorrow dude, im going to bed sooo tired
Cioa,
JOEYForum: Fixing WordPress
In reply to: Does Java work on WordPress?Dudeeeeeeeeeeeee – u done it again man… deff worth me staying up till 3:30am doing this :))) hahaha
2 last questions and we’ll call it a nite…
1. I want to put it below my image of contact info
2. I also want so that people can just press on the status button and my skype rings…and that’s it william.. we’re done for tonite!!! Tomorrow is another day ð
Forum: Fixing WordPress
In reply to: Does Java work on WordPress?Hey,
I just found it and pasted the code above it, you said about it so I thought it means ABOVE it… and still nothing, should I not change my ID from 13 to 3??? cuz ID 3 is my contact page…
<?php
global $post; // your page id here
if ($post->ID==”13″)
{
echo ‘<script type=”text/javascript” src=”http://download.skype.com/share/skypebuttons/js/skypeCheck.js”></script>
<img src=”http://mystatus.skype.com/balloon/JoeyDee” style=”border: none;” width=”150″ height=”60″ alt=”My status” />’;
}
?><?php if ($user_ID) : ?>
<h3><?php _e(‘Actions’,TEMPLATE_DOMAIN); ?></h3>
<ul class=”postmetadata”>
<li class=”with_icon”><img class=”icon” src=”<?php echo get_bloginfo(‘stylesheet_directory’) ?>/images/icons/edit-icon-16×16.gif” alt=”edit” /> <?php edit_post_link(__(‘Edit’,TEMPLATE_DOMAIN),”,”); ?>Forum: Fixing WordPress
In reply to: Does Java work on WordPress?Okie Dokie.. i tired single.php didnt work..
This is the code im using its good? and this is the site: http://pumatalk.com/blog/?page_id=3
<?php
global $post; // page_id=3
if ($post->ID==”13″)
{
echo ‘<script type=”text/javascript”src=”http://download.skype.com/share/skypebuttons/js/skypeCheck.js”></script>
<img src=”http://mystatus.skype.com/balloon/JoeyDee” style=”border: none;” width=”150″height=”60″ alt=”My status” />’;
}
?>Forum: Fixing WordPress
In reply to: Does Java work on WordPress?so m ypage id is page_id=3
i understnad what you did but i dont know which php i need to put this in… i dont see a page.php…
Forum: Fixing WordPress
In reply to: Does Java work on WordPress?Hey William…
I also want it so that when you roll over it you can click on it and it will ring me!