perusi Posted February 20, 2013 Share Posted February 20, 2013 (edited) Hi, There is a problem with image mapping / scenes.... they are not showing in Front Office. From what i found the problem is because the way the SCENES DIV is called and it's height and width is missing... here's the code: <div class="screen_scene" id="screen_scene_{$scene->id}" style="background:transparent url({$base_dir}img/scenes/{$scene->id}-scene_default.jpg); height:{$largeSceneImageType.height}px; width:{$largeSceneImageType.width}px; {if !$scene@first} display:none;{/if}"> here's the way it is shown in front office <div id="screen_scene_1" class="screen_scene" style="background:transparent url(http://localhost/dx/img/scenes/1-scene_default.jpg); height:px; width:px; "> You can see that the HEIGHT & WIDTH is missing. It works only if you set it manually in the scenes.tpl ... BUT what's the correct argument for calling the corect scene height and width? We should replace height:{$largeSceneImageType.height}px; width:{$largeSceneImageType.width}px; with what??? thanks Edited February 20, 2013 by perusi (see edit history) Link to comment Share on other sites More sharing options...
perusi Posted February 20, 2013 Author Share Posted February 20, 2013 anyone from Prestashop developing team? From what i saw this is a general problem in PS 1.5.3.1 ....i don't know if is just my oppinion but it looks like Prestashop is ghost now... Link to comment Share on other sites More sharing options...
perusi Posted February 21, 2013 Author Share Posted February 21, 2013 anyone? Link to comment Share on other sites More sharing options...
perusi Posted February 21, 2013 Author Share Posted February 21, 2013 anyone? i`m not letting this go until a PS developing member is resolving this... it's annoying to have a function but not using it Link to comment Share on other sites More sharing options...
perusi Posted February 21, 2013 Author Share Posted February 21, 2013 hey, Prestashop team... we are waiting for a solution from you... how can you offer a function that is not working....? Link to comment Share on other sites More sharing options...
perusi Posted February 22, 2013 Author Share Posted February 22, 2013 two days since i started this topic and no prestashop dev member to help about a serios bug! should we go OpenCart? Link to comment Share on other sites More sharing options...
perusi Posted February 22, 2013 Author Share Posted February 22, 2013 going to 3 days... where is PS dev team? Link to comment Share on other sites More sharing options...
papich Posted February 23, 2013 Share Posted February 23, 2013 Your problem some appear in PS 1.4 see this Can you test in local with a fresh installation if you are the same problem? If it's work you are a problem with your current installation if not it's a problem of prestashop... Link to comment Share on other sites More sharing options...
Marie18 Posted February 25, 2013 Share Posted February 25, 2013 I have the same problem ( Link to comment Share on other sites More sharing options...
Anoushka Posted March 3, 2013 Share Posted March 3, 2013 Solution is posted in this topic: http://www.prestashop.com/forums/topic/221714-no-more-scene-image-mapping-after-upgrading-to-1531/ Link to comment Share on other sites More sharing options...
Recommended Posts