NinaCreatus Posted November 29, 2011 Share Posted November 29, 2011 Hi! I would like to ask for your help regarding Homefeature module. If you visit my e-shop www.unikatnica.com using IE7 (Internet Explorer version 7), you will see that homefeatured products do not display. What displays is a tab with Priporočamo vam/Featured products. I've also attached .jpg file to see how it looks like. Does anyone know what would be the problem and how to solve it? This module shows normally in Mozilla Firefox 8.0.1 version. Thank you and best regards, Nina Link to comment Share on other sites More sharing options...
Mike Kranzler Posted November 29, 2011 Share Posted November 29, 2011 Hi Nina, Unfortunately, there are some limitations within IE that can cause issues at times. If you haven't already, please go to Preferences > Performance in your Back Office and enable "Use CCC for CSS." We have developers looking into workarounds as we speak, but right now that will be your only option for optimizing your site for IE. I hope this helps. -Mike Link to comment Share on other sites More sharing options...
NinaCreatus Posted November 29, 2011 Author Share Posted November 29, 2011 Hi, Mike! Thank you for your fast answer and your suggestion. When I go to Preferences, I do not see any Performance option. It seems that my Prestashop version does not have this option, as I do not have the newest version. Do you think there is anything else I could do? If not, I am thanking you again for your help. Best regards, Nina Link to comment Share on other sites More sharing options...
Mike Kranzler Posted November 29, 2011 Share Posted November 29, 2011 Hi Nina, What version of PrestaShop are you running? You should be able to find it in the bottom-left-hand corner of your Back Office. -Mike Link to comment Share on other sites More sharing options...
NinaCreatus Posted November 29, 2011 Author Share Posted November 29, 2011 Hi, Mike! Thank you again for your answer. I'm running 1.3.1.1 version. Do you think that this version actually does not contain Performance option under Preferences? Thanks and best regards, Nina Link to comment Share on other sites More sharing options...
razaro Posted November 29, 2011 Share Posted November 29, 2011 Hi Nina, Problem is that you are missing one line of code in /modules/homefeatured/homefeatured.tpl . Add {assign var='liHeight' value=300} so it looks like this <!-- MODULE Home Featured Products --> <div id="featured-products_block_center" class="block products_block"> <h4>{l s='Featured products' mod='homefeatured'}</h4> {if isset($products) AND $products} <div class="block_content"> {assign var='liHeight' value=300} {assign var='nbItemsPerLine' value=4} {assign var='nbLi' value=$products|@count} {assign var='nbLines' value=$nbLi/$nbItemsPerLine|ceil} {assign var='ulHeight' value=$nbLines*$liHeight} <ul style="height:{$ulHeight}px;"> That should fix problem in IE7. Link to comment Share on other sites More sharing options...
NinaCreatus Posted November 29, 2011 Author Share Posted November 29, 2011 Hi, razaro! Wow, you were right! I did what you suggested to me and yes, it really worked! Now the homefeature module shows also in IE7. I do not remember myself deleting that line, so it is really unusual that it missed in /modules/homefeatured/homefeatured.tpl. Anyway, many thanks to you, razaro and also to you, Mike. You both were great! Thank you and best regards, Nina Link to comment Share on other sites More sharing options...
Mike Kranzler Posted November 29, 2011 Share Posted November 29, 2011 I'm glad you were able to get this fixed! I'll go ahead and mark this as solved for you. -Mike Link to comment Share on other sites More sharing options...
NinaCreatus Posted November 29, 2011 Author Share Posted November 29, 2011 Now I only need to know how to put [sOLVED] in front of this topic title. Link to comment Share on other sites More sharing options...
NinaCreatus Posted November 29, 2011 Author Share Posted November 29, 2011 Hi, Mike! haha, you were reading my mind. I was just questioning myself where I could do this. Thank you! Nina Link to comment Share on other sites More sharing options...
Mike Kranzler Posted November 29, 2011 Share Posted November 29, 2011 Hi, Mike! haha, you were reading my mind. I was just questioning myself where I could do this. Thank you! Nina That's why I'm here ! For future reference though, all you need to do is click "Edit" on your original post and then add [sOLVED] to the title. -Mike Link to comment Share on other sites More sharing options...
NinaCreatus Posted November 29, 2011 Author Share Posted November 29, 2011 That's why I'm here ! For future reference though, all you need to do is click "Edit" on your original post and then add [sOLVED] to the title. -Mike Hi, Mike! Ok, thank you! I'll remember to do this next time. With warm regards, Nina Link to comment Share on other sites More sharing options...
Recommended Posts