roniewp
Forum Replies Created
-
Forum: Themes and Templates
In reply to: remove title of the pagefixed!
Forum: Themes and Templates
In reply to: sidebar and content moving upfixed!
Forum: Themes and Templates
In reply to: sidebar and content moving upbump!!
Forum: Themes and Templates
In reply to: How can I add flash on my header.php file@mandelam I saw your site http://www.paulgonline.com/blog, on the bottom of your page there is a text go to top when I clicked on it, the page is moving upward slowly, can you tell how did you do that?
thanks!
Forum: Themes and Templates
In reply to: How can I add flash on my header.php fileadd this code:
<embed src="<?php echo get_bloginfo('template_directory'); ?>/images/yourflash.swf" flashvars="color1=6710886&type=user&id=17643643" quality="high" width="200" height="167" name="twitter_badge" align="middle" allowscriptaccess="always" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></embed> </embed>be sure to place you flash file inside the images folder or make your own folder inside the theme you’re using.
Forum: Themes and Templates
In reply to: Remove dates from posts and sides with theme Inovefrom this code under index.php:
<p class=”meta”>Posted by <?php the_author() ?> on <?php the_time(‘F jS, Y’) ?> under <?php the_category(‘, ‘) ?>
<?php the_tags(‘Tags: ‘, ‘, ‘, ”); ?>
•
<?php edit_post_link(‘Edit’, ”, ‘ • ‘); ?>
<?php comments_popup_link(‘No Comments’, ‘1 Comment’, ‘% Comments’); ?></p>remove this code <?php the_time(‘F jS, Y’) ?>
Forum: Themes and Templates
In reply to: Centering Menusthanks chaoskaizer!!!
Forum: Themes and Templates
In reply to: Centering Menusthanks chaoskaizer!!!
Forum: Themes and Templates
In reply to: sidebar and content moving upanyone can help?
thanks!
Forum: Plugins
In reply to: Random image and caption plugin?hi tspoon,
did you fixed your problem?
thanks!
adding margin to the header:
#header{
margin-bottom: 10px;
}Forum: Themes and Templates
In reply to: Centering issues with IEHi Michelle,
I also encountered that problem. Try to put a #wrapper to the page,
and in your css:
#wrapper{
margin: 0 auto;
}anyway michelle can I know how do you change your theme in every pages?
thank you so much!
Forum: Themes and Templates
In reply to: Inserting Flashme too..
Thanks!
Forum: Themes and Templates
In reply to: sidebar and content moving upon my pc, the problem is still there, try to use Firefox and IE.
Notice the flash file on the left sidebar at the top.
Thanks!
Forum: Themes and Templates
In reply to: menus and header missingAnyway what file do I have to place those codes? newbie…
Thanks!