June 18, 2015
– Removed Homepage Display Exclude option from Theme Settings, as this can be controlled via individual post options.
Screenshot of removed item:
Screenshot of where to exclude posts from homepage:
– revised checkout page, added argument if form is blank nothing will show up as originally intended: https://smartoregonhomebuyer.com/checkout-page-template/
Screenshot of bug as submitted by customer:
What file to edit: Checkout-page.php
In section: div class=”checkout-post”, if arguments have been added. See screenshot below:
– How to stop opening posts when scrolling on mobile:
In functions.php,
scroll down to add_action (‘wp_footer’, ‘fix_double_tap_mobile’);
and locate this line: $(‘a’).on(‘touchend’, function(e) {
Replace touchend with tap.
August 26, 2015
Added Thank You Page template
How:
thank-you-page.php added to page-templates folder.
When choosing template in the dropdown menu, template will appear as Thank You Page Template.
TO DO: Add thank you page template sample page to About OTRV3m page.