Quote:
Originally Posted by Cla75
i have vb 4.2.3 Patch Level 2 with DragonByte Tech: Advanced Post Thanks / Like Lite 3.5.3 BUT not work
I see the "Like-Button" and "thanks" next to each post but clicking nothing happens !
Mouse over the button read "javascript://"
What could be your problem ?
thanks for support !
|
I have same problem too.
How to fix this problem?
Thanks for your support.
I get fix this problem like that:
The footer template of my theme is included that code for jQuery:
Code:
<script src='https //ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js ' type='text/javascript'></script>
i changed that line to this:
Code:
<script src='http://code.jquery.com/jquery-1.7.1.min.js' type='text/javascript'></script>
and than it works fine now.