pixcy13
Member
Posted 2 years ago #
Hi! I am very knew to the wordpress but so far am really liking it. I'm hoping someone here can help me with a small problem and if not, maybe direct me to where I need to go.
I downloaded and activated the post notification plugin: http://wordpress.org/extend/plugins/post-notification/ and it works great. The problem I seem to have is the page to it doesn't match what my other pages look like. The sidebar is showing below the subscription form rather then on the side. I am hoping this is some kind of easy fix but being new to all of this I wasn't sure what it was and didn't want to just make changes. If anyone could help me it would be really appreciated. Thanks!! The link to my blog is http://www.still-here.com/familyblog
You have to go to the post_notification_template.php in your theme-dir and modify it.
Change to
echo '<div id="content" class="narrowcolumn"><div class="post"><div id="counting">';
And add a
echo '</div></div>';
before the get_footer
That should do the job. The next version will work around this problem.
OOps tha must be
echo '<div id="content"><div id="counting"><div class="post">';
pixcy13
Member
Posted 2 years ago #
That did it! Thank you so much, I really appreciate it! :)
viverechristus
Member
Posted 2 years ago #
I'm having the same problem at our new blog:
http://www.carolinahopeadoption.org/blog. Could you look at it? I fiddled with it based on your suggestion to pixcy13, but I couldn't get it to work.
Thanks.
The easiest way to go is to get 1.2 beta 5 (http://pn.strübe.de/forum.php?req=thread&id=49), select "Replacement in Posts" and create a new Post Notification Page. This should solve the problem. Although it's a beta it's very stable. It's just that I have to do some small changes and write some documentation and get the translations before I can release it.