ScentSplash
Members-
Posts
18 -
Joined
-
Last visited
ScentSplash's Achievements
Newbie (1/14)
0
Reputation
-
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
-
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>
-
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.
-
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.
-
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
-
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,
-
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
-
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
-
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.
-
Hello, Yesterday had no trouble when trying to login to admin. Today, after I have entered the user name and password, I get the error message "No data received". Siteground, our hosting company, has told me it is a bug in the below code. I have the time zone set in the admin to US Central time. ... select(5, [4], [4], [], {15, 0}) = 1 (out [4], left {14, 999999}) poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout) gettimeofday({1314642678, 422620}, NULL) = 0 select(5, [4], [4], [], {15, 0}) = 1 (out [4], left {14, 999999}) poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout) gettimeofday({1314642678, 422676}, NULL) = 0 select(5, [4], [4], [], {15, 0}) = 1 (out [4], left {14, 999999}) poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout) gettimeofday({1314642678, 422739}, NULL) = 0 select(5, [4], [4], [], {15, 0}) = 1 (out [4], left {14, 999999}) I don't know for sure if this is causing the issue or if there is some other problem. If anyone has any suggestions I would be most appreciative. Thanks ...
-
States not showing in address for checkout
ScentSplash replied to ScentSplash's topic in Configuring and using PrestaShop
Hi, Thanks again for all your help. Will follow your advice. Thanks -
States not showing in address for checkout
ScentSplash replied to ScentSplash's topic in Configuring and using PrestaShop
Hi, I went to look at the code and below is what I see from line 368 to line 377 in file order-opc.js. Is there some other piece of code other than 'updateState();' that needs to be inserted? If so could you let me know what it is? I apologize for being so uninformed about this. Thanks again for your help. $('#opc_createAccount').click(function() { $('.is_customer_param').show(); $('#opc_account_form').slideDown('slow'); $('#is_new_customer').val('1'); $('#opc_account_choice').hide(); $('#opc_invoice_address').hide(); updateState(); updateNeedIDNumber(); updateZipCode(); }); -
States not showing in address for checkout
ScentSplash replied to ScentSplash's topic in Configuring and using PrestaShop
Thank you so much for your help. I am going to insert it and see if it works. Thanks again