wordpressnewbiea
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Stop Checkout from Breaking Out of FramesSolution 1:
remove_action( ‘template_redirect’, ‘wc_send_frame_options_header’ );
Solution 2:
<?php header(‘X-Frame-Options: GOFORIT’); ?>
Forum: Plugins
In reply to: [ContestHopper for WordPress] Custom fieldsCould you maybe give us an example of how to create a custom field, ie. “City” which would be a free text field?
Thanks, I realised the file I was looking for was home.php in the blog theme folder.
Many thanks for getting me close Shane.
No Luck,
I tried adding my code from the footer file, but nothing changed, also tried deleting any references to it having a footer in that index.php although it still showed the footer.
I am wondering where this mysterious footer is coming from?
NB: The footer on all other pages is static php in the footer file.
Update: If this helps, I have noticed that the footer I don’t want (not in the footer file) is appearing on the home page, and any pages I generate via wordpress. For example I generated the about page: http://bit.ly/b8laZY which shows the old footer.
Hopefully this last bit will shed some light on it?
Thanks for your help so far.