- Posts: 3
COMMUNITY FORUM
Rating system doesn't work
- Nemain
-
Topic Author
- Offline
- New Member
Less
More
15 years 2 months ago #79847
by Nemain
Rating system doesn't work was created by Nemain
hi Friends,i've got problem with rating system. it's display correctly but simply doesn't work. you can choose how many stars you want but system doesn't count votes. any idea how to fix it? Nemka
Please Log in or Create an account to join the conversation.
- Robin Nonnweiler
-
- Offline
- Junior Member
Less
More
- Posts: 25
14 years 9 months ago #79848
by Robin Nonnweiler
Replied by Robin Nonnweiler on topic Rating system doesn't work
Hi Nemka,
I have the same Problem.
Stars are show when mouse is over, but it doesn't count.
Have you fixed the Problem?
I am using Simple Image Galery Pro, maybe this could be the reason.
The Comments work, but there is a little Bug,too.
When a Comment is written, there appears a white site with a message like "Comment saved, reloading..."
But it doesn't reload.
Robin
I have the same Problem.
Stars are show when mouse is over, but it doesn't count.
Have you fixed the Problem?
I am using Simple Image Galery Pro, maybe this could be the reason.
The Comments work, but there is a little Bug,too.
When a Comment is written, there appears a white site with a message like "Comment saved, reloading..."
But it doesn't reload.
Robin
Please Log in or Create an account to join the conversation.
- harris
-
- Offline
- New Member
Less
More
- Posts: 8
14 years 8 months ago #79849
by harris
Replied by harris on topic Rating system doesn't work
And i suppose your font resizing option doesn't work too...I also have these problems and as far as I mined the web I found that it must be a javascript issue, but no solution yet :-(
Robin said:Hi Nemka,
I have the same Problem.
Stars are show when mouse is over, but it doesn't count.
Have you fixed the Problem?
I am using Simple Image Galery Pro, maybe this could be the reason.
The Comments work, but there is a little Bug,too.
When a Comment is written, there appears a white site with a message like "Comment saved, reloading..."
But it doesn't reload.
Robin
Robin said:Hi Nemka,
I have the same Problem.
Stars are show when mouse is over, but it doesn't count.
Have you fixed the Problem?
I am using Simple Image Galery Pro, maybe this could be the reason.
The Comments work, but there is a little Bug,too.
When a Comment is written, there appears a white site with a message like "Comment saved, reloading..."
But it doesn't reload.
Robin
Please Log in or Create an account to join the conversation.
- BBC
-
- Offline
- Platinum Member
Less
More
- Posts: 663
14 years 7 months ago #79850
by BBC
Replied by BBC on topic Rating system doesn't work
I have same problem with last version. Don´t know where to begin to search for solution.
Please Log in or Create an account to join the conversation.
- harris
-
- Offline
- New Member
Less
More
- Posts: 8
14 years 7 months ago #79851
by harris
Replied by harris on topic Rating system doesn't work
BBC said:I have same problem with last version. Don´t know where to begin to search for solution.
Well, my solution for that was to check the javascript codes in the page that was the rating issue. I figured out that jquery was loading twice, once from my installation and a second from the google analytics code that I pasted in the index page. It's possibly a javascript issue for you too, check it out ;-)
Well, my solution for that was to check the javascript codes in the page that was the rating issue. I figured out that jquery was loading twice, once from my installation and a second from the google analytics code that I pasted in the index page. It's possibly a javascript issue for you too, check it out ;-)
Please Log in or Create an account to join the conversation.
- Robin Nonnweiler
-
- Offline
- Junior Member
Less
More
- Posts: 25
14 years 7 months ago #79852
by Robin Nonnweiler
Replied by Robin Nonnweiler on topic Rating system doesn't work
Hi,
thanks a lot! I am loading Jquery for some other tools on the site. When I disable this, the rating works.
The problem is, that I need to load my jQuery to get the other features work. Is it possible to prevent the K2 jQuery from loading.
Thanks
Robin
thanks a lot! I am loading Jquery for some other tools on the site. When I disable this, the rating works.
The problem is, that I need to load my jQuery to get the other features work. Is it possible to prevent the K2 jQuery from loading.
Thanks
Robin
Please Log in or Create an account to join the conversation.
- harris
-
- Offline
- New Member
Less
More
- Posts: 8
14 years 7 months ago #79853
by harris
Replied by harris on topic Rating system doesn't work
Robin said:Hi,
thanks a lot! I am loading Jquery for some other tools on the site. When I disable this, the rating works.
The problem is, that I need to load my jQuery to get the other features work. Is it possible to prevent the K2 jQuery from loading.
Thanks
Robin
Jquery and mootools issues are a bit tricky. You have to make some tests in order to find the optional way to make all things work fine. Keep in mind that the order that the javascript codes are loading is crucial. Watch your code and try to make a debugging.
cheers
thanks a lot! I am loading Jquery for some other tools on the site. When I disable this, the rating works.
The problem is, that I need to load my jQuery to get the other features work. Is it possible to prevent the K2 jQuery from loading.
Thanks
Robin
Jquery and mootools issues are a bit tricky. You have to make some tests in order to find the optional way to make all things work fine. Keep in mind that the order that the javascript codes are loading is crucial. Watch your code and try to make a debugging.
cheers
Please Log in or Create an account to join the conversation.
- Robin Nonnweiler
-
- Offline
- Junior Member
Less
More
- Posts: 25
14 years 6 months ago #79854
by Robin Nonnweiler
Replied by Robin Nonnweiler on topic Rating system doesn't work
Hi,
for all who have still problems with using jQuery an mootools there is a solution.
I am now using the jQuery no-conflicts mode. It changes the syntax, so you use "jQuery" instead of "$" in your code. Then the conflict between jQuery an mootools is over. Just google for "Joomla jQuery no-conflict".
Robin
for all who have still problems with using jQuery an mootools there is a solution.
I am now using the jQuery no-conflicts mode. It changes the syntax, so you use "jQuery" instead of "$" in your code. Then the conflict between jQuery an mootools is over. Just google for "Joomla jQuery no-conflict".
Robin
Please Log in or Create an account to join the conversation.