You are here: Home
Support site for Tips and Tricks HQ premium products
Btw: The support was really great! I learned a lot to help myself:).
Dear all,
I tested the Theme and you’ve been right, its somehow interfering with Wp-Affilitae.
I therefore set up a standalone area as suggest by the admin.
Thank you!
PS: Could you remove the link to our side? Thanks!
Hey Peter,
We deactivated and deinstalled the plugin Ecwid, that created the erros.
there is, via firebug, one error remaining:
syntax error
}, “Username must contain only letters, numbers, or underscore.”);</p>
The Script is:
<script type=”text/javascript”>
/* <![CDATA[ */
jQuery(document).ready(function($){
$.validator.addMethod(“username”, function(value, element) {
return this.optional(element) || /^[a-z0-9_]+$/i.test(value);
}, “Username must contain only letters, numbers, or underscore.”);</p>
<p> $(“#regForm”).validate();
});
/*]]>*/
</script></p>
There seems to be no connection to Ecwid as removing it does not fix the problem.
Don’t wonder, we had to recativate Ecwid as it is our current shop plugin and we can’t switch it off for long.
I’d be glad for any idea for the error above.