- Posts: 60
- Thank you received: 0
Vote stars
- fardinfard
-
Topic Author
- Offline
-- Joomla version -- : 3
Hello guys!
I read many questions and solutions about this problem that I can't see stars in vote section and I know it's not hikashop problem, by the way can you please take a look to the attached file and see what can be the root of this problem for me?
I disabled some plugins also but problem remained.
Regards
Please Log in or Create an account to join the conversation.
Thanks to the new code, we should avoid all these javascript errors.
Your issue is, I think, that you have an override on the view "product / mini" and/or "product / form" and that's why you don't have the stars displayed. Please do a backup of these views and delete the override.
www.hikashop.com/support/documentation/s...ize-the-display.html
Please Log in or Create an account to join the conversation.
- fardinfard
-
Topic Author
- Offline
- Posts: 60
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Xavier already gave you the documentation page which talk about the view overrides.
www.hikashop.com/support/documentation/s...-display.html#layout
And here the documentation for the view listing, where you can delete your overrides :
www.hikashop.com/support/documentation/i...op-view-listing.html
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
- fardinfard
-
Topic Author
- Offline
- Posts: 60
- Thank you received: 0
Please Log in or Create an account to join the conversation.
My bad, it is indeed "vote / mini" and "vote / form".
Please Log in or Create an account to join the conversation.
- fardinfard
-
Topic Author
- Offline
- Posts: 60
- Thank you received: 0
You're right, I found some override files and I deleted them, but still I have this problem.
What can we do now?
Please Log in or Create an account to join the conversation.
Please also check your CSS rules.
See : www.hikashop.com/support/documentation/3...-hikashop-2-6-1.html
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
- fardinfard
-
Topic Author
- Offline
- Posts: 60
- Thank you received: 0
I also added this block of code to my fronted_custom.css:
.hk-rating {
margin:auto;
display:inline;
}
.hk-rating a { cursor: pointer; background-color: transparent !important; }
.hk-rate-star {
width:16px;
height:16px;
font-size:2px;
display:inline-block;
text-decoration:none;
vertical-align:bottom;
background-image:url('../images/star.gif') !important;
background-repeat:no-repeat;
}
.hk-rate-star.state-full { background-position:left top; }
.hk-rate-star.state-mid { background-position:left -16px; }
.hk-rate-star.state-empty { background-position:left -32px; }
.hk-rate-star.state-hover { background-position:left -48px !important; }
but nothing changes. I just see this => (0)
And another problem is that when this 0 (Zero) will disappear in hover condition.
Also please take a look to the attached file.
Thanks
Please Log in or Create an account to join the conversation.
Please give us a backend and FTP access via our contact form, don't forget to give a link to this topic in your message.
www.hikashop.com/support/contact-us.html
Please Log in or Create an account to join the conversation.
- fardinfard
-
Topic Author
- Offline
- Posts: 60
- Thank you received: 0
I sent my back-end information by contact form. Any news?
Please Log in or Create an account to join the conversation.
We only received the backend access but not the FTP ones.
Please Log in or Create an account to join the conversation.
- Posts: 265
- Thank you received: 1
Since the latest update (2.6.1), I've also had problems viewing the vote stars. It's not showing on product listings or product page. The only information that it shows is the number of people that have voted.
Many thanks,
Hal
Please Log in or Create an account to join the conversation.
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
- fardinfard
-
Topic Author
- Offline
- Posts: 60
- Thank you received: 0
Thanks
Please Log in or Create an account to join the conversation.
Problem solved, that was because the option "Choose which module you want to enable" was set on "Comment only" and not on "Vote & comment" and because the views "vote / mini" and "vote / form" had a very old override created by your template.
So I just set the option correctly and removed the views overrides to have the most recent versions.
ps: if you still don't see the stars, that's because you have cache enabled, so clear it and you will see them.
Please Log in or Create an account to join the conversation.
- fardinfard
-
Topic Author
- Offline
- Posts: 60
- Thank you received: 0
Thanks for your help, now i can see vote stars but still I have a question. Why they always show zero (0)? when I'm choosing 5 star for a product it still shows zero and when I refresh the page, again it's on number zero.
Please Log in or Create an account to join the conversation.
Or atleast I don't think so???
I have hikashop 2.6.3.
Correct options aswell.
Please Log in or Create an account to join the conversation.
Please explain which "same problem" you're talking about.
In that thread, there are at least 3 different problems listed.
Also, providing a link to one of your product page can highly help to know which issue you're talking about.
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.