Forums › Forums › All other PixoPoint plugins › PP Theme Integrator doesn’t work for me
- This topic has 9 replies, 4 voices, and was last updated 13 years, 4 months ago by imported_Ryan.
-
AuthorPosts
-
June 25, 2011 at 2:31 pm #1767AnonymousMember
Hello everybody, I found the PP Theme Integrator on the WordPress plugin site. I used the tutorial but the plugin doesn’t work. I cant found anything in the wp upload folder. ” title=”Sad” />
Is the newest WordPress version the problem?June 27, 2011 at 12:20 am #9317imported_RyanMemberThe integrator should work just fine. I’m not aware of any existing bugs. I’d need more information to assist sorry.
June 27, 2011 at 4:51 pm #9318ThronMemberHello, what can I show you?
I used the twenty wordpress theme. WordPress is installed on my virtuell maschine (xampp)
I copy&paste in the page.php and header.php in the first line
<?php pixopoint_theme_integrator( ‘start’, ‘1’ ); ?>and in the last line
<?php pixopoint_theme_integrator( ‘end’, ‘1’ ); ?>Update Frequenzy: 5
Chunks of text to remove: is emptyAnd I create a folder with the name "pixopoint-theme-integrator" but I cant see any chunk files.
July 4, 2011 at 6:15 am #9319imported_RyanMemberYou shouldn’t need to create a new folder.
I can’t really help with so little information. I need to see the code itself to help debug what is going wrong.
July 5, 2011 at 8:06 pm #9320ThronMemberHey Ryan, here the complete page.php code
[code:3ke8bw9p]<?php pixopoint_theme_integrator( ‘start’, ‘1’ ); ?>
<?php get_header(); ?><div class="left">
<div class="articles article">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<h1 class="title"><?php the_title(); ?></h1>
<div class="post">
<?php the_content(); ?>
</div>
<?php edit_post_link(‘Edit this entry.’, ‘<p style="border-top:1px dotted #999;padding-top:6px;margin-top:10px;">’, ‘</p>’); ?>
</div><!– Comments // –>
<?php
/* Remove the // below to enable comments on pages */
// comments_template();
?>
<!– // Comments –>
<div class="wpn_clear"></div><?php endwhile; ?>
<?php else : ?>
<?php include (‘editable/404/404-error.php’); ?>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
<?php pixopoint_theme_integrator( ‘end’, ‘1’ ); ?>[/code:3ke8bw9p]July 7, 2011 at 6:46 am #9321imported_RyanMemberI’m not sure what the problem is then sorry. It should be working just fine.
I’m not sure why you would want to grab an entire page like that though.
July 7, 2011 at 7:30 pm #9322ThronMemberAnd what is the right file? I copy and paste the start and end code in the index.php page.php and header.php but it create no copy from the wp theme.
July 9, 2011 at 6:57 pm #9323ThronMemberHey, Ryan, I dont know why but now it works. ” title=”Cheesy” />
Now I have 2 chunk files. "chunk1" is empty and "chunk2" with 7kb. Both files are firefox document files. Is this ok?
July 26, 2011 at 3:56 am #9324Nora PiwowarMemberWith the software update, though?
August 1, 2011 at 5:42 am #9325imported_RyanMember"Thron" wrote:Hey, Ryan, I dont know why but now it works. ” title=”Cheesy” />Interesting.
"Thron" wrote:Now I have 2 chunk files. "chunk1" is empty and "chunk2" with 7kb. Both files are firefox document files. Is this ok?I don’t know what a Firefox document is?
They should be .html files.
-
AuthorPosts
- You must be logged in to reply to this topic.