Forums

Profilactic Plugin Destroys Theme On Page Template Is Used (2 posts)

  1. Hellow
    Member
    Posted 2 months ago #

    Hello, for some reason, the Profilactic plugin (http://wordpress.org/extend/plugins/profilactic/) is destroying the theme on the page I am using the template that it comes with on. I cannot figure out how or why it is doing this, could someone assist?

    Page in question: http://scalar.cluenet.org/~hellow/?page_id=49

    I think it might be related to the fact that my theme is fixed width, but I'm not sure. If it is, well, I don't really want to switch themes, so I need to find a way to make it work with this one.

    I was fiddling with the theme CSS to try to fix it, and I found that copying the post CSS and applying it to the Profilactic dev ID helped things, but it was still horribly messed up.

  2. ahpatel
    Member
    Posted 2 months ago #

    The template is just an example and won't work with every theme.

    You basically need to create a template using your theme add the following code where you have your main content:

    <?php
    	if (function_exists('profilactic')) {
    		profilactic();
    	} else
    		echo 'My life isn\'t aggregating correctly at the moment.  Check back in a few hours!';
    	?>

Reply

You must log in to post.

About this Topic