• Hi, Im going to be using this plugin with a Classipress theme, and have trialled it, but all the text on the pages are all out, so I was after the pages I need to edit for the registration page (Please provide some details), the page that thanks the user for registering (Thank you for registering.), the email page the user gets after registering (You have successfully registered to download this voucher, please download the voucher from here:), and the page the user gets if they click the download link more than once (You have already downloaded this voucher).
    If thats possible please?
    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Chris Taylor

    (@mrwiblog)

    At the moment the voucher registration and thanks pages are based on the old default template. This is the code the output:

    get_header();
    
    <div id="content" class="narrowcolumn" role="main">
    <div class="post category-uncategorized" id="voucher-[THE VOUCHER ID]">
    
    [THE REGISTRATION FORM OR THANKS MESSAGE]
    
    </div>
    </div>
    
    get_footer();

    So if you want to make it look exactly like the rest of your site you’ll need to work with that output.

    I realise this isn’t good. In the next version of VoucherPress there will be a whole new way of doing this.

Viewing 1 replies (of 1 total)
  • The topic ‘Text Editing’ is closed to new replies.