Messed up footer
-
Hi,
There is something about the Better Search plugin that messes up my site’s footer.
If you look here, you will see Better Search and my footer working in harmony.
But, if you look here, you will see the footer all messed up.
I asked my developer to look into this and this is what he said:
I modified one file of the plugin. The file path is /wp-content/plugins/better-search/includes/template-redirect.php
line no 63 :include_once( $exists );
exit;I commented this line and added the line
return $exists;and
add_action( ‘template_include’, ‘bsearch_template_redirect’, 1 );
has been changed to
add_action( ‘template_redirect’, ‘bsearch_template_redirect’, 1 );
After he made those changes my footer worked properly. Since the last update, which presumably over-wrote his changes, it is messed up again. I imagine that this will keep happening, so I thought I’d ask you if it is possible to include his changes in your next update?
I don’t know if his changes are compatible with your goals, but if so, please will you consider including them, or improving upon them in such a way that my footer isn’t messed up?
Thanks
Alec
- The topic ‘Messed up footer’ is closed to new replies.