
Originally Posted by
gnrocks2
Hello everyone,
I've also installed this add-on (which is great by the way), but for some reason when I click on the subscribe page, all the right side boxes get pushed all the way to the right.
I think I figured it out. First try, too! Go to:
includes/templates/YOUR TEMPLATE/templates/tpl_subscribe_default.php
Delete the code that reads (on lines 32-34):
Code:
<p>
<?php require(DIR_FS_CATALOG . DIR_WS_MODULES . zen_get_module_directory(FILENAME_SUBSCRIBE_HEADER)); ?>
</p>
Save, then go to:
Code:
http://www.YOURDOMAIN/index.php?main_page=subscribe
The header should no longer be in your defines page and your boxes should be correctly aligned. I hope your problem was the same as mine and that this advice helps.
Bookmarks