Email before Download – inline link does not appear
-
I have installed Contact Form 7, Download Manager and Email before Download
When submit button is clicked no link appears – I do not want to send the link via email
I have seen a discussion on this which said to make sure you have “wp_footer” somewhere in your theme templateHere is my theme template
</div><!– End of body –>
<footer>
<?php dynamic_sidebar(‘footer’); ?>
</footer><!– End of footer –>
</div><!– End of wrap –><?php wp_footer(); ?>
<script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/js/jquery.js”></script>
<!–[if lt IE 9]>
<script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/js/menu-fix.js”></script>
<![endif]–></body>
</html>Here is my site link http://www.goproline.com
I would appreciate any ideas – I am a business owner, so not expert in coding etc. but can follow instructions, Thanks
The topic ‘Email before Download – inline link does not appear’ is closed to new replies.