j88olt
Forum Replies Created
-
Forum: Plugins
In reply to: [Termly - GDPR/CCPA Cookie Consent Banner] Compatible with WordPress 4.5?OK, I am sorry to have bothered you. I have just emailed my theme authors to ask them for help. Thank you.
Forum: Plugins
In reply to: [Termly - GDPR/CCPA Cookie Consent Banner] Compatible with WordPress 4.5?Phew, its not me after all, that’s a relief. I will contact them post haste. Should I end up with one, will this be the solution to my problem with the plug in. Would this situation stop the plugin working, say at the top of the page?
Forum: Plugins
In reply to: [Termly - GDPR/CCPA Cookie Consent Banner] Compatible with WordPress 4.5?I give up – it eludes me. Here is the copy in my footer.php
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content after
*
* @package Cazuela
* @since Cazuela 1.0
*/
?></div><!– .inner –>
</div><!– #main .site-main –><?php
// Before Footer theme hook callback
thsp_hook_before_footer();
?><footer id=”colophon” class=”site-footer” role=”contentinfo”>
<?php if ( is_active_sidebar( ‘footer-widget-area’ ) ) : ?>
<div class=”inner clearfix”>
<section id=”footer-widget-area” class=”<?php echo thsp_count_widgets( ‘footer-widget-area’ ); ?>”>
<?php dynamic_sidebar( ‘footer-widget-area’ ); ?>
</section><!– #footer-widgets –>
</div><!– .inner –>
<?php endif; ?><div id=”footer-nav” class=”inner clearfix”>
<?php
// Footer menu
wp_nav_menu( array(
‘theme_location’ => ‘footer’,
‘container’ => ‘nav’,
‘container_class’ => ‘footer-navigation’,
‘fallback_cb’ => ”
) );
?><div id=”footer-credits”>
© <?php echo date(‘Y’);?> The Cottage Trelash” title=”<?php esc_attr_e( ‘WordPress development’, ‘cazuela’ ); ?>” rel=”nofollow”><?php echo __( ‘Jacqueline Bolt’ ); ?>
</div><!– #footer-credits –>
</div><!– #footer-nav –><?php
// Before Footer theme hook callback
thsp_hook_after_footer();
?>
</footer><!– #colophon .site-footer –></div><!– #page .hfeed .site –>
</body>
</html>Forum: Plugins
In reply to: [Termly - GDPR/CCPA Cookie Consent Banner] Compatible with WordPress 4.5?Sorry to be such a numpty but I can only find footer.php and post-footer.php, nowhere can I find wp_footer!
Forum: Plugins
In reply to: [Termly - GDPR/CCPA Cookie Consent Banner] Compatible with WordPress 4.5?I have a theme footer
Forum: Plugins
In reply to: [Termly - GDPR/CCPA Cookie Consent Banner] Compatible with WordPress 4.5?