Not Solved [General] Rep button not working
#6
Not Solved
You have this console error:

Uncaught TypeError: $(...).error is not a function

It is from this code in templates:

<script>
$(function(){
$(".avatar").error(function () {
  $(this).unbind("error").attr("src", "http://cewl.selfip.com/forum/images/default_avatar.png");
});
});
</script>

<script type="text/javascript">
	$(".author_avatar img").error(function () {
		$(this).unbind("error").closest('.author_avatar').remove();
	});
</script>

This won't work in current versions of jQuery so will need to be removed. The theme author needs to update the theme.
MyReactions - All Plugins

Can you still feel the butterflies?

Free never tasted like pudding.
Reply


Messages In This Thread
Rep button not working - by Shooting - 2022-01-13, 07:29 PM
RE: Rep button not working - by Matt - 2022-01-13, 07:49 PM
RE: Rep button not working - by Shooting - 2022-01-14, 06:12 AM
RE: Rep button not working - by Shooting - 2022-01-14, 08:14 AM
RE: Rep button not working - by Shooting - 2022-01-15, 11:49 AM
RE: Rep button not working - by Matt - 2022-01-15, 12:12 PM
RE: Rep button not working - by Shooting - 2022-01-15, 12:14 PM
RE: Rep button not working - by Shooting - 2022-01-17, 09:44 AM
RE: Rep button not working - by Matt - 2022-01-17, 11:00 AM
RE: Rep button not working - by Shooting - 2022-01-17, 11:01 AM
RE: Rep button not working - by nixer55 - 2022-01-17, 11:07 AM
RE: Rep button not working - by Shooting - 2022-01-17, 11:18 AM

Forum Jump:


Users browsing this thread: 8 Guest(s)