PP Theme Integrator doesn’t work for me

Forums Forums All other PixoPoint plugins PP Theme Integrator doesn’t work for me

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1767
    Anonymous
    Member

    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.  <img decoding=” title=”Sad” />
    Is the newest WordPress version the problem?

    #9317

    The integrator should work just fine. I’m not aware of any existing bugs. I’d need more information to assist sorry.

    #9318
    Thron
    Member

    Hello, 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 empty

    And I create a folder with the name "pixopoint-theme-integrator" but I cant see any chunk files.

    #9319

    You 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.

    #9320
    Thron
    Member

    Hey 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]

    #9321

    I’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.

    #9322
    Thron
    Member

    And 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.

    #9323
    Thron
    Member

    Hey, Ryan, I dont know why but now it works. <img decoding=” title=”Cheesy” />

    Now I have 2 chunk files. "chunk1" is empty and "chunk2" with 7kb. Both files are firefox document files. Is this ok?

    #9324
    Nora Piwowar
    Member

    :o  With the software update, though?

    #9325
    &quot;Thron&quot; wrote:
    Hey, Ryan, I dont know why but now it works. <img decoding=” title=”Cheesy” />

    Interesting.

    &quot;Thron&quot; 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.

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.