Forum Replies Created
-
AuthorPosts
-
robertAndata
MemberBtw: The support was really great! I learned a lot to help myself:).
robertAndata
MemberDear 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!
robertAndata
MemberHey 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.
-
AuthorPosts