baseguardian
Member
Posted 1 year ago #
Hi, can anybody help me with these plugins. Commentluv worked fine before I changed the theme that I'm using now. But now it stop functioning.
As for shutter reloaded I can't used it with this theme I'm using but work out fine with Kubrick theme. Can anyone help me? Thanks.
My site http://superheroesbase.com/
teamplaylotto
Member
Posted 1 year ago #
there is a call to a hook in the normal themes that commentluv uses to add the text at the bottom of the form. Go to design/theme editor and open comments.php look for the closing /form> tag and on the line before put this..
<?php do_action('comment_form', $post->ID); ?>
Andy
baseguardian
Member
Posted 1 year ago #
Hi, Andy. It's fixed, thanks a lot.