karid Posted June 30, 2016 Share Posted June 30, 2016 Hi all, I need product rating on my web and decided to try with free product comments module. I enable it, so it shows "reviews" on the bottom of product description, I hook it to "display right column product" but when click on it it nothing happend... im sure that its something simple what I do wrong but Im totally newbie to all that and thats just a web which I done for myself and never ever again:-) www.handmadecards. ie Link to comment Share on other sites More sharing options...
rocky Posted June 30, 2016 Share Posted June 30, 2016 It seems the tab header is there, but not the content. Is your "Product comments" tab hooked in "displayProductTabContent"? You can check on the Modules > Positions tab. 1 Link to comment Share on other sites More sharing options...
karid Posted June 30, 2016 Author Share Posted June 30, 2016 I knew that its something simple:-) Thank you soooo much, if you can also advice how I can set up stars thats will be 5 first not 3? as if customer not change them I will get 3:-) also if you can help - when I click it, it doesnt look good, " title, comment, your name" they are not in streight line if you know what I mean:-) and is any way to hide the description about size etc? or any suggestions what can I change to looks better? thank you Link to comment Share on other sites More sharing options...
karid Posted June 30, 2016 Author Share Posted June 30, 2016 I made changes in product comment.tpl so it changed stars to 5 now:-) if you can help with visual then please? Link to comment Share on other sites More sharing options...
rocky Posted June 30, 2016 Share Posted June 30, 2016 Try adding the following to the module's CSS: .new_comment_form_content label { float: left; clear: left; width: 90px } .new_comment_form_content input, .new_comment_form_content textarea { width: 180px; margin-bottom: 12px } You can change the label "Tell people what you think:" to "Rating:" to make it neater. 1 Link to comment Share on other sites More sharing options...
karid Posted June 30, 2016 Author Share Posted June 30, 2016 thanks, I changed it to Rating:-) now Its not that clear for me - in ...public_html/handmadecards.ie/themes/specialdev222-bootstrap/css and then global.css - but should I replace something or add it somewhere? Link to comment Share on other sites More sharing options...
rocky Posted June 30, 2016 Share Posted June 30, 2016 Better to put it in themes/specialdev222-bootstrap/css/modules/productcomments/productcomments.css if it exists. Link to comment Share on other sites More sharing options...
karid Posted June 30, 2016 Author Share Posted June 30, 2016 or do I really need "Title" do you think that people want to write something in 2 boxes (title & comment)? or comment is enough? I just dont know what will be better? Link to comment Share on other sites More sharing options...
karid Posted June 30, 2016 Author Share Posted June 30, 2016 Better to put it in themes/specialdev222-bootstrap/css/modules/productcomments/productcomments.css if it exists. no it doesn't exist:-( Link to comment Share on other sites More sharing options...
rocky Posted June 30, 2016 Share Posted June 30, 2016 Unfortunately, the module is designed in a way that the title is required. You'd have to modify the module to remove it. You should copy modules/productcomments/productcomments.css to that location to override it and add your own CSS. Link to comment Share on other sites More sharing options...
karid Posted June 30, 2016 Author Share Posted June 30, 2016 ok, to be fair I dont know how to do it.. anyway thanks for all your help, really appreciate it!, and probably I will just buy some module in the future:-) that will be the easiest option:-) one more thing - can I some way place textboxes under the text "title, etc..?? Link to comment Share on other sites More sharing options...
rocky Posted June 30, 2016 Share Posted June 30, 2016 In that case, add the following CSS instead of the one above: .new_comment_form_content label { width: 100% } .new_comment_form_content input, .new_comment_form_content textarea { width: 250px; margin-bottom: 12px } 1 Link to comment Share on other sites More sharing options...
karid Posted June 30, 2016 Author Share Posted June 30, 2016 thanks!!! I wasnt sure but just add it in global.css and it works:-) thanks again:-) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now