I am using the Inove theme and have successfully changed the width of the sidebar. I also edited sidesep.gif to be smaller (200px instead of 301px)
This all semi-works, or at least after the widgets
This is what I get, you can clearly notice the white in between the sidebar and the content.
https://img267.imageshack.us/img267/6717/sidebarproblem.jpg
Anybody out there that can help me?
]]>Will somebody help me with this seemingly simple solution?
Another issue I have is: The following code below is my website and my picture that I wanted to place in the text widget of Inove at the top of the Sidebar, but it will not work, even though the code is from an excellent source.
src=”https://www.CommissionCrusherIncome.Com/00000002-120×180.jpg” title=”me” />
So how do I resolve these two simple issues?
Thank you so much for your help and q quick response.
John Seay
]]><?php wp_head(); ?>
somewhere before the ‘</head>’ tag, but I dont see one in the header.php
Here is the code, what do I need to do??
<!-- header START -->
<div id="header">
<!-- banner START -->
<?php if( $options['banner_content'] && (
($options['banner_registered'] && $user_ID) ||
($options['banner_commentator'] && !$user_ID && isset($_COOKIE['comment_author_'.COOKIEHASH])) ||
($options['banner_visitor'] && !$user_ID && !isset($_COOKIE['comment_author_'.COOKIEHASH]))
) ) : ?>
<div class="banner">
<?php echo($options['banner_content']); ?>
</div>
<?php endif; ?>
<!-- banner END -->
<?php wp_head(); ?>
<div class="fixed"></div>
</div>
<!-- header END -->
<!-- navigation START -->
<div id="navigation">
<!-- menus START -->
<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('title_li=0&orderby=name&show_count=0');
} else {
wp_list_pages('title_li=0&sort_column=menu_order');
}
?>
<li><a class="lastmenu" href="javascript:void(0);"></a></li>
</ul>
<!-- menus END -->
<!-- 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="submit" class="button" name="sa" value="" />
<input type="hidden" name="cx" value="<?php echo $options['google_cse_cx']; ?>" />
<input type="hidden" name="ie" value="UTF-8" />
</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); ?>" />
<input type="submit" class="button" value="" />
</div>
</form>
<?php endif; ?>
</div>
<script type="text/javascript">
//<![CDATA[
var searchbox = MGJS.$("searchbox");
var searchtxt = MGJS.getElementsByClassName("textfield", "input", searchbox)[0];
var searchbtn = MGJS.getElementsByClassName("button", "input", searchbox)[0];
var tiptext = "<?php _e('Type text to search here...', 'inove'); ?>";
if(searchtxt.value == "" || searchtxt.value == tiptext) {
searchtxt.className += " searchtip";
searchtxt.value = tiptext;
}
searchtxt.onfocus = function(e) {
if(searchtxt.value == tiptext) {
searchtxt.value = "";
searchtxt.className = searchtxt.className.replace(" searchtip", "");
}
}
searchtxt.onblur = function(e) {
if(searchtxt.value == "") {
searchtxt.className += " searchtip";
searchtxt.value = tiptext;
}
}
searchbtn.onclick = function(e) {
if(searchtxt.value == "" || searchtxt.value == tiptext) {
return false;
}
}
//]]>
<?php wp_head(); ?>
</script>
<!-- searchbox END -->
<div class="fixed"></div>
</div>
<!-- navigation END -->
]]>No problem with my theme under firefox. Only with Internet Explorer (7), and for the fixed pages, the home page is good.
Can someone help me ?
Thanks !
]]> “XML Parsing Error: XML or text declaration not at start of entity
Location: https://www.newthoughtgeneration.com/feed/
Line Number 3, Column 2: <?xml version=”1.0″ encoding=”UTF-8″?>
——–^”
I really would appreciate some help to resolve this
]]>I’d like to get rid of the breadcrumbs that appear on post pages (but not on the homepage)
I’m guessing this is a loop issue, but I’m not sure where to begin.
For what it’s worth I’m using the iNove 1.2.3 theme.
Examples of what I’m referring to.
https://406northlane.com/blog/?p=214
I’d like to get rid of the “home > commentary > etc.” ABOVE the post title…
Not sure what page I should be editing.
Thanks in advance.
]]>I’ve customized the iNove theme — Version 1.2.2 — to increase the header height from 132px to 200px. You can see it at the following link and download the changed files to customize your own copy of iNove. I’ve also included two psd files so that you can incorporate your own logos, images, text, etc., in the default header and the single column header.
[link moderated]
]]>