Recent Topics

1 Aug 20, 2012 15:47    

Hello community,

I have a scrolable image bar in my website, which works with jquery.
It works on the normal pages but not in the blog.

I put this line in the _html_header.inc.php of my skin:

<script type="text/javascript" src="../../../../javascript/jquery.tools.min.js"></script>

I found some posts in this forum so I put this line below:

<script type='text/javascript'> var $jq5 = jQuery.noConflict(); </script>


but i doesn't work. Also when I delete the jquery line (bevause of any conflicts).

Any suggestions what might be the fault?
Thanks a lot!
gerald

2 Aug 20, 2012 17:14

view page source and click on the jquery.tools.js and see if it really exists.May be you misspecified the path like one more or less ../

Why are you using jquery tools anyway, you can simply use a jquery scroller.

also a link would help

4 Aug 21, 2012 00:05

gerald wrote:

Hi tilqicom,

thanks for your answer.
I tried a couple of things but no result. It seems to be a conflict between the jquery's - I think so.
I also tried the firebug but I get no results.

http://crema.de/service/kunden/dursy/blog/blogs/blog1.php

It depends the image scrollbar right of the menue.

Hi,

yeah definitely a conflict issue..However like i said, you dont need to load a bunch of extra scripts for such a simple task..
Try using this:
http://www.gmarwaha.com/jquery/jcarousellite/

5 Aug 23, 2012 16:29

Hello,

well I tried it. I build the jcarusellite in the blog but it is still not working.
Does anybody may be have an idea how to fix the problem?
Thanks a lot,
gerald


Form is loading...