generalexperts Posted August 20, 2013 Share Posted August 20, 2013 (edited) Yotpo module is running on my site.I have some customization I would like to do to this. I used firebug to see the coding, but can't locate the files that need to be edited so I will need some help with where to find these...When a user "reviews" a product this shows up right above the tabs. I would like to remove this.1 Review I would like to change the default image for the user. Where would i go to do this?When some one makes a thumbs up, I would like the color to change to something other than the default which is orange.LAST but MOST important, I need to remove the link on the bottom right that says "reviews by YOTPO" (this worked -> read below to modify changes)Thank ypu! Edited January 17, 2014 by generalexperts (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted August 20, 2013 Share Posted August 20, 2013 content that you see in the reviews box is an part of the remote script, so you can't change / remove the elements of the script by "editing" some code. It's because you haven't got access to the script - it is located on yotpo's servers Link to comment Share on other sites More sharing options...
dhurley Posted November 14, 2013 Share Posted November 14, 2013 Add this to /themes/youtheme/product.css .yoPowered{visibility:hidden;} That will hide it from view. Will still be visible in view source. Was playing with something like this in the product.tpl file, but did not get it to work <script> $( ".yoPowered" ).ready(function() { $( ".yoPowered" ).empty(); }); </script> 1 Link to comment Share on other sites More sharing options...
Yotpo Posted November 21, 2013 Share Posted November 21, 2013 Thanks for helping out vekia and dhurley. I do want to mention that even though we totally support customers customizing and changing certain aspects of the Yotpo product, adding or removing code may result in certain aspects of the service to fail. Please keep that in mind when making drastic changes. Link to comment Share on other sites More sharing options...
dhurley Posted January 17, 2014 Share Posted January 17, 2014 I like your product and it seems to work well. However I find it over-branded. Do you really need to put so many utm=links on your customers sites and then go through tricky remote loading to force it to be shown? We actually talked about this at our company, and decided it was ok for now. However if your company becomes any more aggressive with it's linking campaign we will replace you with google product reviews. Link to comment Share on other sites More sharing options...
Yotpo Posted January 19, 2014 Share Posted January 19, 2014 Hey dhurley, I understand your concern. We add utm tags to our links because it allows us to track conversions from traffic Yotpo brings into your store. This way you can see a breakdown of the revenues generated from Yotpo. If you have any other requests for the product, please don't hesitate to contribute on this page where we seek out product feedback and feature requests. Thank you for reaching out! Link to comment Share on other sites More sharing options...
nickfromtq Posted March 20, 2014 Share Posted March 20, 2014 Hi, Where in product.css do I need to put .yoPowered{visibility:hidden;} To removeReviews by YOTPO Link to comment Share on other sites More sharing options...
Recommended Posts