WP Online Contract
Demo
Youtube Walk-through
Search…
5.*
Important Notice
Change Log
Plugin Information
Youtube Walk-through
Installation and Setup
Installing the Plugin
Updating the Plugin
Customize Look and Feel
Plugin Settings
Purchase Code
Plugin Set Up
Google Recaptcha
Remove Theme Files
Advanced Shortcodes
Shortcodes
Input Meanings
Contracts
Add / Edit Contracts
Default Contract Options
Signed Contracts
Audit Log
Templates
Contract Templates
Notification Templates
CSS Templates
Available Contract Shortcodes
Payment Methods
PayPal
Stripe
Addons
PDF Print Integration
Multisite Integration
Common Errors
Can I Get A Refund?
Powered By
GitBook
Remove Theme Files
Contracts > Settings > Remove Theme Files
If you are having issues with your theme bleeding over into the plugin, you can follow these instructions to add a custom header and footer for the contracts.
Header
Create a file called
header-contract.php
and add the following code to it.
1
<!DOCTYPE html>
2
<html class="no-js no-svg">
3
<head>
4
<meta charset="<?php bloginfo( 'charset' ); ?>">
5
<meta name="viewport" content="width=device-width, initial-scale=1">
6
<link rel="profile" href="http://gmpg.org/xfn/11">
7
<?php wp_head(); ?>
8
</head>
9
<body>
Copied!
Footer
Create a file called
footer-contract.php
and add the following code to it.
1
<?php wp_footer(); ?>
2
</body>
3
</html>
Copied!
Plugin Settings - Previous
Google Recaptcha
Next - Plugin Settings
Advanced Shortcodes
Last modified
1yr ago
Copy link