matej222 Posted March 8, 2015 Share Posted March 8, 2015 Hello all, I just bought a theme from templatemonster that is build on engine 1.5.6.1. I upgraded prestashop to the newest version. 1.6.0.14. Everything seems to be working ok, however when I click on any product the breadcrumb is somehow hidden. I checked it with firebug and here are a screenshots. First is the original how it should look and the second one is how it looks in newer version . You can see that the <div class="breadcrumb"> is placed somewhere else and its hidden. Is it even possible to fix this? I dont know if it is matter of tpl files or css. As you can also see there is something wrong with css because all menu categories are red and it should be like in the original picture. The second thing that is not working is that I cannot change the language from product page. I am sorry about this questions but I am new to prestashop. What is the main problem in upgrading from 1.5.x to 1.6.x? My template doesnt use any special modules so If I correct this things should I be ok? Really thank you for your help I appreciate it a lot P.S.: this is original template http://livedemo00.template-help.com/prestashop_48237/index.php?id_product=6&controller=product&id_lang=1 and this is my http://www.mimy.sk Link to comment Share on other sites More sharing options...
NemoPS Posted March 9, 2015 Share Posted March 9, 2015 I see it now, I take it as you solved your issue? Link to comment Share on other sites More sharing options...
matej222 Posted March 9, 2015 Author Share Posted March 9, 2015 Yes. I solved it. The problem was in js error Uncaught Error: Syntax error, unrecognized expression: input[@type=radio].star. I had to rewrite $('input[@type=radio].star').rating(); with $('input.star').rating();. in \themes\MON_THEME\js\modules\productcomments\js\productcomment.js and \themes\MON_THEME\modules\productcomments\js\products-comparison.tpl It solved my problem. 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