Thanks for the suggestion Nicolas, I installed the jQuery Easy and enabled it but nothing changed. Still having the problem.
The issue is on this line var $slider_ul_id = $('#slider');
If I can somehow can find where this bit of javaScript is coming from in my template I could replace it with:
var $slider_ul_id = jQuery('#slider'); This might fix my problem. But I looked for hours and couldn't find the file where it is coming from.
When I was stepping thru the code, the noConflict() call from the Hikashop took place first and before the Slider script executed. I am thinking if there is a way to get the Hikashop script to run after (at the end) this might be another solution. Again I am no coding expert and I could be talking nonsense.
I have been struggling with this for the last 3 days, 5 hours a day, and I am running out of idea.Can you suggest anything else?