ScentSplash Posted September 30, 2011 Share Posted September 30, 2011 Hi, Thanks in advance for any advice that may be offered. From the admin I went to Prefrences > Performance. From the caching section I changed the use cache from off to on. I then pressed save. On the live site, http://www.scentsplash.com this had the effect of moving all the modules in the third column to the bottom of the center section. I then turned cache off bu that did not restore the 3rd column. I have not been been able to restore these modules to the 3rd column. I tried live edit but the modules will not move to 3rd or 1st column. They just snap back to the center. I tried uninstalling and installing them to no effect. From the transplant a module page I see they are attached to the following hooks. Right column blocks - 1 module Header of pages - 1 module I am using version 1.4.0.17. Thanks agin for any suggestions. Link to comment Share on other sites More sharing options...
PrestaDesigner.com Posted September 30, 2011 Share Posted September 30, 2011 Hello. As far as I know this theme have 3 columns. If you want to have the modules assigned on the right column, you will have to transplant those modules on the right column. The same for the left column. On live edit, you can't switch the modules from the right column to the left one. I hope that helps. Link to comment Share on other sites More sharing options...
ScentSplash Posted September 30, 2011 Author Share Posted September 30, 2011 Hi, Thanks for your reply. Yes, this theme has a third column. The modules were in the third column. After I turned the cache on all the modules in the right column moved to the center. I have tried to transplant back to the third column but I get the below message; This module is already transplanted to this hook. Would you have any suggestion on how to correct this? Thanks again Link to comment Share on other sites More sharing options...
Mike Kranzler Posted September 30, 2011 Share Posted September 30, 2011 Hi ScentSplash, Have you tried uninstalling and reinstalling the specific modules that are causing you these issues? -Mike Link to comment Share on other sites More sharing options...
ScentSplash Posted September 30, 2011 Author Share Posted September 30, 2011 Hi, Thanks for your reply. From the admin I uninstall and then reinstall to not effect. I have transplanted the cart block to the left column but when I transplant it back to the right column it goes in the center. It seems like the system thinks the right column is under the center column. Is there a file that controls how many columns or is there a column block? Thanks again Link to comment Share on other sites More sharing options...
ScentSplash Posted September 30, 2011 Author Share Posted September 30, 2011 Hi, As a follow up, this problem occurred when I enabled Caching. It immediately moved the modules in the right column to the center. I turned off Caching but it did not move the modules back. Once before I lost the right column when I installed the RSS feed module but when I uninstalled the module it moved the modules back. Thanks again, Link to comment Share on other sites More sharing options...
Mike Kranzler Posted September 30, 2011 Share Posted September 30, 2011 Hi ScentSplash, Can you link to where you downloaded this theme? -Mike Link to comment Share on other sites More sharing options...
ScentSplash Posted September 30, 2011 Author Share Posted September 30, 2011 Hi Mike, Thanks for the reply. This is a template monster theme and the link no longer works. However, I do have the theme backed up on my hard drive. Could I send the file to you as a .zip file or extracted.? I tried attaching it here but it would not load but I could send it by e-mail or some other means if you prefer. Thanks again Link to comment Share on other sites More sharing options...
ScentSplash Posted September 30, 2011 Author Share Posted September 30, 2011 Hi Mike, Another follow up, I had previously uninstalled the theme and reinstalled it to no effect. Are the columns controlled from a file in the theme or by a file in prestashop?. If I use the default theme I get three columns. Do you have any idea why enabling caching would cause this problem? Thanks again for your help. Link to comment Share on other sites More sharing options...
ScentSplash Posted October 1, 2011 Author Share Posted October 1, 2011 Hi Mike, Another follow up, I had previously uninstalled the theme and reinstalled it to no effect. Are the columns controlled from a file in the theme or by a file in prestashop?. If I use the default theme I get three columns. Do you have any idea why enabling caching would cause this problem? Thanks again for your help. Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted October 1, 2011 Share Posted October 1, 2011 Hi ScentSplash! I looked at your site and found the problem. You currently have the RH column within the center column div. You need to close the div before the RH column. I closed the div then snap a screen shot to show you that it worked. Hope this helps! Marty Shue Link to comment Share on other sites More sharing options...
ScentSplash Posted October 1, 2011 Author Share Posted October 1, 2011 Hi Marty, Thank you very much. I certainly appreciate your help. I have been looking at this for three days without figuring it out. Many thanks, Tyler Link to comment Share on other sites More sharing options...
ScentSplash Posted October 1, 2011 Author Share Posted October 1, 2011 Hi Marty, Sorry to be so dense but I can't find the open div. I looked in footer.tpl, copy below. I have also looked in several other files but being new to prestashop I am not that familiar with what file controls what. If you could let me now what file to look in I would be most appreciative. Thanks again! {if !$content_only} </div> <!-- Right --> <div id="right_column" class="column"> {$HOOK_RIGHT_COLUMN} </div> </div> <!-- Footer --> <div id="footer">{$HOOK_FOOTER}</div> </div> {/if} </body> </html> Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted October 1, 2011 Share Posted October 1, 2011 Hi Marty, Sorry to be so dense but I can't find the open div. I looked in footer.tpl, copy below. I have also looked in several other files but being new to prestashop I am not that familiar with what file controls what. If you could let me now what file to look in I would be most appreciative. Thanks again! {if !$content_only} </div> <!-- Right --> <div id="right_column" class="column"> {$HOOK_RIGHT_COLUMN} </div> </div> <!-- Footer --> <div id="footer">{$HOOK_FOOTER}</div> </div> {/if} </body> </html> You should be able to place a close </div> right before the 'Rght' column. This is what I did and it moved the right column in the proper place. For some reason the right column is currently within the center column. Let me know if you need more help. Marty Shue Link to comment Share on other sites More sharing options...
ScentSplash Posted October 1, 2011 Author Share Posted October 1, 2011 Hi Marty, Thanks again for your help and my apologies for not getting this. I edited the below file /public_html/themes/theme156/footer.tpl and then added the closed div. You can see it in the below copy of the file. Am I in the wrong file or am I placing the closed div incorrectly? {if !$content_only} </div> </div> <!-- Right --> (ADDED THS CLOSED DICV </div> <div id="right_column" class="column">{$HOOK_RIGHT_COLUMN}</div> </div> </div> <!-- Footer --> <div id="footer_wrapper"> <div id="footer"> {$HOOK_FOOTER} <!-- [[%FOOTER_LINK]] --> </div> </div> </div> </div> {/if} </body> </html> Thanks again Tyler Link to comment Share on other sites More sharing options...
ScentSplash Posted October 1, 2011 Author Share Posted October 1, 2011 Hi Marty, Just figured out. Thanks again for your help and patience. Tyler Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted October 1, 2011 Share Posted October 1, 2011 Hi Marty, Just figured out. Thanks again for your help and patience. Tyler You are welcome! Glad I could help. Marty Shue Link to comment Share on other sites More sharing options...
Evona Posted October 2, 2011 Share Posted October 2, 2011 Hey! ScentSplash i search this theme..can you say to me where you bought or from where you download?? Thank you Link to comment Share on other sites More sharing options...
Mike Kranzler Posted October 3, 2011 Share Posted October 3, 2011 Hi Evona, You can find that theme here. Thanks to Marty for helping to solve this issue. I'll go ahead and mark this as solved for you. -Mike Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted October 3, 2011 Share Posted October 3, 2011 Hi Mike! You are welcome! Did you forget to mark this thread [solved]? Marty Shue Link to comment Share on other sites More sharing options...
Mike Kranzler Posted October 3, 2011 Share Posted October 3, 2011 Why yes, I apparently did . Thanks for the heads-up! -Mike Link to comment Share on other sites More sharing options...
Recommended Posts