kevinh150
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Need help with sidebar font.I fixed it on my own, it was in style.css.
Forum: Fixing WordPress
In reply to: How to add adsense ads?Okay, I figured it out for the sidebar. All I needed to do was add the “Text” widget with the code in it, now just to figure out how to do it with the header maybe.
Forum: Fixing WordPress
In reply to: How to add adsense ads?My template doesn’t have any of those codes they say to put it in, here is what the header.php looks like in the area that it says to place the code.
<li class="page_item"><a href="<?php bloginfo('url'); ?>" class="title" title="Home">Home</a></li> <?php wp_list_pages("sort_order=$artsee_order_page&depth=1&exclude=$artsee_exclude_page&title_li="); ?> </ul> <img src="<?php bloginfo('template_directory'); ?>/images/pages-bg-right.gif" alt="pages bg right" style="float: right;" />
Forum: Themes and Templates
In reply to: Need help with header.Ill give that theme a try. Thanks for trying to help.
Forum: Themes and Templates
In reply to: Need help with header.Okay, thanks for your advice. I may just try to find a different theme and go from there but I dont know yet, but you dont see a way to fix this?
Forum: Themes and Templates
In reply to: Need help with header.Yeah it had that, from the Arras forums they suggested to replace that with
<div id=”header”>
<div id=”branding” class=”clearfix”>
<div class=”logo clearfix”>
<h1 class=”blog-name”><img src=”https://www.yoursite.com/images/logo.png”></h1>
</div>That could be the issue but when erasing that stuff it gets rid of the text thats there by default.
Forum: Themes and Templates
In reply to: Need help with header.I use the arras theme. Thanks in advance.
Forum: Themes and Templates
In reply to: Need help with header.This is my header info in default.css if this helps
/* header */
#header { background: #1c4245; border-bottom: 5px solid #194A49; padding: 0 0 15px 0;
background-image:url(‘https://prettycoolgame.com/wp-content/uploads/2009/08/header03.jpg’);
background-repeat:no-repeat;
background-attachment:scroll;
background-position:center top;}Forum: Themes and Templates
In reply to: Need help with header.You mean from the default.css? What is the code for that? The same code?
Forum: Themes and Templates
In reply to: Need help with header.<div id=”header”>
<div id=”branding” class=”clearfix”>
<div class=”logo clearfix”>
<h1 class=”blog-name”><img src=”https://prettycoolgame.com/wp-content/uploads/2009/08/header03.jpg”></h1></div>
<div id=”searchbar”>
<?php include (TEMPLATEPATH . ‘/searchform.php’); ?>
</div>
</div><!– #branding –>
</div><!– #header –>The header behind it is what I put int he default.css, it wasn’t clickable and realized I could make it clickable in the header.php. Thanks for the fast reply.
Forum: Themes and Templates
In reply to: Post title/links dont work in Internet Explorer.Sorry I forgot, its https://prettycoolgame.com/ . Im still in the early stages of it so thats why it looks kinda plain. Still dont know how to fix the problem with Internet Explorer.