RichiedMalone
Forum Replies Created
-
Forum: Plugins
In reply to: [Shortcode Pagination for WooCommerce] Does not workingThe plugin use to work however now is doing what you example the next page is simply just displaying the same as the first page is there a fix for this ?
Forum: Fixing WordPress
In reply to: Physical Pay Per View PageBasically its to charge people to see content (ie. historical video) on screen however as I mentioned He wants the customer to come up to the till and pay for a ticket or code to unlock the screen so they can see the (ie. historical video).
That (ticket/code) needs to expire say within a day…
Forum: Plugins
In reply to: [Theme My Login] Register Emails not sending ?I’ve Fixed this
Once I updated the plugin the it automatically changed the custom password option off
Once turned on it is working again.
Forum: Plugins
In reply to: [Theme My Login] Register Emails not sending ?I have checked the wp debug and there is no conflicts there, all other plugins are working fine and the basic shortcode for your plugin work, It use to work in the code I posted previous version before once updated it do’s not ?
Forum: Plugins
In reply to: [Theme My Login] Register Emails not sending ?Yes the Email is not being sent out meaning it is not creating a user in wordpress. The Normal shortcode works however it only ask’s for them to fill out their email.
I would like to add fields however as you can see from above the code I used before the plugin update worked fine, I updated it and now it is not working at all.
Please help as this is a big issue.
Forum: Plugins
In reply to: [Theme My Login] Register Emails not sending ?<div class=”tml tml-register” id=”theme-my-login” style=”z-index: 2;”>
<p class=”message”>Register For This Site</p>
<form name=”registerform” id=”registerform” action=”/register/” method=”post”>
<p>
<label for=”first_name”>First Name</label>
<input type=”text” name=”first_name” id=”first_name” class=”input” value=”” size=”20″/>
</p>
<p>
<label for=”phone_numbers”>Phone Number</label>
<input type=”text” name=”phone_numbers” id=”phone_numbers” class=”input” value=”” size=”20″/>
</p>
<p class=”tml-user-login-wrap”>
<label for=”user_login”>Username</label>
<input type=”text” name=”user_login” id=”user_login” class=”input” value=”” size=”20″/>
</p>
<p class=”tml-user-email-wrap”>
<label for=”user_email”>E-mail</label>
<input type=”text” name=”user_email” id=”user_email” class=”input” value=”” size=”20″/>
</p>
<p class=”tml-user-pass1-wrap”>
<label for=”pass1″>Password</label>
<input autocomplete=”off” name=”pass1″ id=”pass1″ class=”input” size=”20″ value=”” type=”password”/>
</p>
<div class=”g-recaptcha” data-sitekey=”6LfWRQ4UAAAAANgXbe7El_24fyFTV2iMXV_n0r9S” data-theme=”light”></div>
<p class=”tml-registration-confirmation” id=”reg_passmail”>Registration confirmation will be e-mailed to you.</p>
<p class=”tml-registration-confirmation” id=”reg_passmail”/>
<p class=”tml-submit-wrap”>
<input type=”submit” name=”wp-submit” id=”wp-submit” value=”Register”/>
<input type=”hidden” name=”redirect_to” value=”https://ricedrivinglessons.ie/login/?pending=activation”/>
<input type=”hidden” name=”instance” value=””/>
<input type=”hidden” name=”action” value=”register”/>
</p>
</form><ul class=”tml-action-links”>