newbirddesign
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: HUH!? cant change my <h1> stylesThanks alot for that, now i have a new quesiton is there a way to remove the line break that occurs while using <h>
i tried:
line-height: 1.6;
margin:0;
display:inline;
padding:0;
font-weight:normal;but it is still causing the text after the <h> to jump to a new line.
Forum: Plugins
In reply to: My website has fallen off the search enginesThanks a lot man I will be more mindful of my bumps – and check both of these options out… if anyone has anymore ideas on this feel free to share – thanks!
Forum: Plugins
In reply to: My website has fallen off the search enginesbump
Forum: Fixing WordPress
In reply to: newbirddesign(dot)com/blog – cant get my jquery or flash to show upbump
Forum: Fixing WordPress
In reply to: newbirddesign(dot)com/blog – cant get my jquery or flash to show upbump
Forum: Fixing WordPress
In reply to: newbirddesign(dot)com/blog – cant get my jquery or flash to show upI called my host and they said that it should work just fine and i dont need to do anything extra to get flash to function.
if you revist the same URL you will see an example how how it looks when i try to add the flash
here is the code that i am adding to the header.php:
<!-- header START --> <?php add_action('wp_head', 'your_function'); ?> <?php wp_enqueue_script('jquery'); ?> <script src="../../../../Scripts/AC_RunActiveContent.js" type="text/javascript"></script> <div id="header"> <script type="text/javascript"> AC_FL_RunContent( 'codebase','https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','1000','height','306','src','../img/flash','quality','high','pluginspage','https://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','../img/flash' ); //end AC code </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="1000" height="306"> <param name="movie" value="../img/flash.swf" /> <param name="quality" value="high" /> <embed src="../img/flash.swf" quality="high" pluginspage="https://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1000" height="306"></embed> </object></noscript> <div id="caption"> </div><!-- navigation START --> <div id="navigation"> <ul id="menus"> <li class="<?php echo($home_menu); ?>"><a class="home" title="<?php _e('Home', 'inove'); ?>" href="<?php echo get_settings('home'); ?>/"><?php _e('Home', 'inove'); ?></a></li> <?php if($options['menu_type'] == 'categories') { wp_list_categories('depth=2&title_li=0&orderby=name&show_count=0'); } else { wp_list_pages('depth=2&title_li=0&sort_column=menu_order'); } ?> <li><a class="lastmenu" href="javascript:void(0);"></a></li> </ul> <!-- searchbox START --> <!-- <div id="searchbox"> <?php if($options['google_cse'] && $options['google_cse_cx']) : ?> <form action="https://www.google.com/cse" method="get"> <div class="content"> <input type="text" class="textfield" name="q" size="24" /> <input type="hidden" name="cx" value="<?php echo $options['google_cse_cx']; ?>" /> <input type="hidden" name="ie" value="UTF-8" /> <span class="switcher" ><?php _e('Switcher', 'inove'); ?></span> </div> </form> <?php else : ?> <form action="<?php bloginfo('home'); ?>" method="get"> <div class="content"> <input type="text" class="textfield" name="s" size="24" value="<?php echo wp_specialchars($s, 1); ?>" /> <span class="switcher" ><?php _e('Switcher', 'inove'); ?></span> </div> </form> <?php endif; ?> </div>--> <!-- searchbox END --> <div class="fixed"></div> </div> <!-- navigation END --> <div class="fixed"></div></div> <!-- header END -->
Forum: Themes and Templates
In reply to: How to remove sidebar on 1 page, and keep it on the others?nah that didn’t change anything. i really don’t think in this case it has something to do with the CSS, anymore info would be appreciated.
Forum: Themes and Templates
In reply to: How to remove sidebar on 1 page, and keep it on the others?I am still having that problem its not the overflow or the white-space. I think it might have somthing to do with the .php file that it is calling with the text. if i make an error in the php of header.php the error message is contained within the div but the text that i have in the “contentL.php” still overflows across the page. any ideas!?
Forum: Themes and Templates
In reply to: How to remove sidebar on 1 page, and keep it on the others?Thanks a lot for the advice and the link references they will come in handy. i think i have a pretty good grasp on HTML and CSS its really just the PHP that is new to me. but basically going back three posts ago do you know a solution to my problem with my divs?
Forum: Themes and Templates
In reply to: How to remove sidebar on 1 page, and keep it on the others?hey also, i see that you are very knowledgeable in PHP do have any pointers on good places to start to learn?
Forum: Themes and Templates
In reply to: How to remove sidebar on 1 page, and keep it on the others?basically word wrap inside the contentL,M,R div
do you have any ideas about the IE problem?
Forum: Themes and Templates
In reply to: How to remove sidebar on 1 page, and keep it on the others?hello again t31os im getting a strange problem with my divs it is adding a scroll bar to each div in firefox and in IE it doesn’t push the content of the blog down (it just sites on top of it) ill past my
header.php
<!-- header START --> <div id="header"> <div id="caption"><div id="navigation"> <ul id="menus"> <li class="<?php echo($home_menu); ?>"><a class="home" title="<?php _e('Home', 'inove'); ?>" href="<?php echo get_settings('home'); ?>/"><?php _e('Home', 'inove'); ?></a></li> <?php if($options['menu_type'] == 'categories') { wp_list_categories('depth=2&title_li=0&orderby=name&show_count=0'); } else { wp_list_pages('depth=2&title_li=0&sort_column=menu_order'); } ?> <li><a class="lastmenu" href="javascript:void(0);"></a></li> </ul> </div></div> <?php if(is_page('welcome')) : ?> <div class="contentL"><?php include('contentL.php');?> </div> <div class="contentM"><?php include('contentM.php');?> </div> <div class="contentR"><?php include('contentR.php');?> </div> <?php endif;?>
style.css
.contentL{ width:270px; height:238px; margin-top:20px; margin-left: 40px; float:left; overflow:auto; } .contentM{ width:270px; height:238px; margin-top:20px; margin-left: 20px; float:left; overflow:auto; } .contentR{ width:270px; height:238px; margin-top:20px; margin-right: 20px; margin-left: 20px; float:left; overflow:auto; }
ContentL.php,ContentM.php,ContentR.php
these pages just are completly blank with just some filler text no html or php
thanks in advanced!
Forum: Themes and Templates
In reply to: How to remove sidebar on 1 page, and keep it on the others?hey man thanks a lot I really appreciate your help.
Forum: Themes and Templates
In reply to: How to remove sidebar on 1 page, and keep it on the others?this is what i used as a solution for my problem
<?php
if(is_page(‘welcome’)) {
print ‘<div class=”contentL”>’;
include(“contentL.php”);
print ‘</div>’;
print ‘<div class=”contentM”>’;
include(“contentM.php”);
print ‘</div>’;
print ‘<div class=”contentR”>’;
include(“contentR.php”);
print ‘</div>’;
}
?>Forum: Themes and Templates
In reply to: How to remove sidebar on 1 page, and keep it on the others?I’m trying to use this technique to add 3 columns under the header on my homepage but no where else
i get half of this to work it creates the CSS for my 3 columns but it shows up on every page – any help would be great
<div class=”<?php if (!is_page(‘home’)) : ?>contentL<?php else : ?>blank<?php endif; ?>”></div>
<div class=”<?php if (!is_page(‘home’)) : ?>contentM<?php else : ?>blank<?php endif; ?>”></div>
<div class=”<?php if (!is_page(‘home’)) : ?>contentR<?php else : ?>blank<?php endif; ?>”></div>.blank {
width:0px;
height: 0px;
}.contentL{
width:270px;
height:238px;
margin-top:20px;
margin-left: 40px;
float:left;
}.contentM{
width:270px;
height:238px;
margin-top:20px;
margin-left: 20px;
float:left;
}
.contentR{
width:270px;
height:238px;
margin-top:20px;
margin-right: 20px;
margin-left: 20px;
float:left;
}