Forums › Forums › All other PixoPoint plugins › Pixopoint theme integrator (another one :P)
- This topic has 1 reply, 2 voices, and was last updated 13 years, 7 months ago by imported_Ryan.
-
AuthorPosts
-
May 5, 2011 at 9:43 pm #1742AnonymousMember
Hey
I’ve downloaded the theme integrator and it works really well! Except there is one theme(the one I want to use) which I can’t get it to output a chunk for. The theme is "minimal"
a preview can be found here: http://odcms.net/designs/rizzlestudios/minimal/
and the theme downloaded here: http://www.brainrobbery.com/minimal-dow … column-11/It is only the header I want, however for some reason the theme integrator does not want to output a chunk for it.
For quick reference here is a copy of the header file as well(without the pixoprint functions):
[code:2g4xxzwe]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>" /><title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
<link rel="stylesheet" href="<?php bloginfo(‘stylesheet_url’); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo(‘name’); ?> RSS Feed" href="<?php bloginfo(‘rss2_url’); ?>" />
<link rel="pingback" href="<?php bloginfo(‘pingback_url’); ?>" /><style type="text/css" media="screen">
<?php
// Checks to see whether it needs a sidebar or not
if ( !empty($withcomments) && !is_single() ) {
?>
#page { background: url("<?php bloginfo(‘stylesheet_directory’); ?>/images/kubrickbg-<?php bloginfo(‘text_direction’); ?>.jpg") repeat-y top; border: none; }
<?php } else { // No sidebar ?>
#page { background: url("<?php bloginfo(‘stylesheet_directory’); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; }
<?php } ?></style>
<?php wp_head(); ?>
</head><body>
<div id="container">
<div id="header">
<h1 class="blog-title"><a href="<?php echo get_option(‘home’); ?>/"><?php bloginfo(‘name’); ?></a></h1>
<span class="tagline"><?php bloginfo(‘description’); ?></span></div>
<div id="wrapper">
<div id="navigation">
<ul>
<?php if (is_page()) { $highlight = "page_item"; } else {$highlight = "page_item current_page_item"; } ?>
<ul>
<li class="<?php echo $highlight; ?>"><a href="<?php bloginfo(‘url’); ?>">Home</a></li>
<?php wp_list_pages(‘sort_column=menu_order&title_li=&depth=1’); ?>
<?php wp_register(‘<li>’,'</li>’); ?>
</ul>
</div>
[/code:2g4xxzwe]Is there any way to solve this problem?
Thank youMay 14, 2011 at 3:02 am #9290imported_RyanMemberI’m not sure what is causing that sorry.
It’s a bit hard to tell without delving head long into your code to see what’s going wrong.
-
AuthorPosts
- You must be logged in to reply to this topic.