Hi,
Just to let you know about a couple of bugs I've found in this theme (v1.0.7):
/library/tfuse_mods/thememodules/searchform.php - the action is set to "" which results in a 404 error when using the search form in the page header. However it works fine when the search form is used in the sidebar. To fix this, I've set the action as follows:
action="<?php echo home_url(); ?>"
/library/tfuse_mods/thememodules/includes/tfuse_shortcode_page.php - there's a missing closing PHP tag "?>" on line 5. Giving a compile error in my IDE.
Thanks.





Add Reply
You must log in to post.