Hi Guys,
After i customized a Slider on the home page (Using Xenporta) of my forum. The "Recent Post" preview tooltip was not displayed correctly. It seems that the problem come from ".JS" file as if i put it out, the tooltip is just appeared as normal.
Here is the error:
After i put the slider out, the preview tooltip appeared as normal:
And here is the code that i used to displayed the slider:
I would like to give a $ 10 - 15 USD donation for someone who able to fix the ".JS" attached files to get the tooltip display correctly, or of course, very appreciate if someone could fix it for free
Thank you!
After i customized a Slider on the home page (Using Xenporta) of my forum. The "Recent Post" preview tooltip was not displayed correctly. It seems that the problem come from ".JS" file as if i put it out, the tooltip is just appeared as normal.
Here is the error:
After i put the slider out, the preview tooltip appeared as normal:
And here is the code that i used to displayed the slider:
Code:
<script type="text/javascript" src="http://*****.com/slider/js/jquery-ui-1.9.0.custom.min.js" ></script>
<script type="text/javascript" src="http://*****.com/slider/js/jquery-ui-1.9.0.custom.min.js" ></script>
<script type="text/javascript">
$(document).ready(function(){
$("#featured").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);
});
</script>
I would like to give a $ 10 - 15 USD donation for someone who able to fix the ".JS" attached files to get the tooltip display correctly, or of course, very appreciate if someone could fix it for free
Thank you!