Forum Replies Created
-
AuthorPosts
-
tysonsugiharaMember
Thank you Peter. I have the payment set up with Recurring Billing to allow 35 Day access.
The cycle is: 1 day
The billing count is -1
If I generate the link as described above will it also grant 35 day access, or indefinite access? Also, can that link be shared?
Thanks in advance!
tysonsugiharaMemberSorry, I’m still having the same problem. Here is how I added the code:
<?php
/**
* Theme framework initialization
*
* Sets up the theme and provides some helper functions.
*
* This file will not be overrided by theme updates. So you can add Your custom functions here.
*
* When using a child theme (see http://codex.wordpress.org/Theme_Development and
* http://codex.wordpress.org/Child_Themes), you can override certain functions
* (those wrapped in a function_exists() call) by defining them first in your child theme’s
* functions.php file. The child theme’s functions.php file is included before the parent
* theme’s file, so the child theme functions would be used.
*
* @package Striking
*/
if(!class_exists(‘Theme’)){
/* Load the Theme class. */
require_once (TEMPLATEPATH . ‘/framework/theme.php’);
$theme = new Theme();
$options = include(TEMPLATEPATH . ‘/framework/info.php’);
$theme->init($options);
}
/* You custom functions below */
remove_filter (‘the_content’, ‘wpautop’);
tysonsugiharaMemberI am also having the same issue. I have required fields, in addition to required fields that are not functioning properly. I am having a difficult time identifying any Javascript errors. I did disable all plugins for testing purposes EXCEPT Tips and Tricks plugins.
Any help would be greatly appreciated.
The site is: [http://systemicformulasmedia.com]
tysonsugiharaMemberThank you!
-
AuthorPosts