• Hello, for some reason, the Profilactic plugin (https://www.ads-software.com/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: https://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.

Viewing 1 replies (of 1 total)
  • 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!';
    	?>

Viewing 1 replies (of 1 total)
  • The topic ‘Profilactic Plugin Destroys Theme On Page Template Is Used’ is closed to new replies.