Re: Sheffield Blue Template Support Thread
just installed this template and found out that while it works great, the layout_controller.php in the admin section causes any other template to not work.. what i mean is that when you go to admin/tools/layout boxes controller, you get and error page and can't use this page with any other template installed. i switched back to the original layout_controller.php and i was able to edit all the other templates.
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
lidlchris
just installed this template and found out that while it works great, the layout_controller.php in the admin section causes any other template to not work.. what i mean is that when you go to admin/tools/layout boxes controller, you get and error page and can't use this page with any other template installed. i switched back to the original layout_controller.php and i was able to edit all the other templates.
No, this is not true. The problem is not with the template package or with the layout_controller.php file. Check your logs folder for error logs and fix the errors.
Thanks,
Anne
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
picaflor-azul
No, this is not true. The problem is not with the template package or with the layout_controller.php file. Check your logs folder for error logs and fix the errors.
Thanks,
Anne
actually yes it is true - just tested it again.. NOTHING shows up in error_log - is that where i'm supposed to look? last error there was over a month ago not related to this.. here is the error screen i get:
WARNING: An Error occurred, please refresh the page and try again.
i change back to the original 25KB layout_controller.php and it all works fine again..
1 Attachment(s)
Re: Sheffield Blue Template Support Thread
Attachment 13183 here is the screenshot.. i've tried it with 5 templates now, including the default, and it breaks all of them..
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
lidlchris
Attachment 13183 here is the screenshot.. i've tried it with 5 templates now, including the default, and it breaks all of them..
I am sorry, but you must be doing something wrong. I have tested the responsive templates installed alongside legacy templates leaving the new layout_controller.php file and can edit either the legacy or responsive template with no trouble.
If you read the installation instructions in the readme.html file included in the responsive package you will see that after you upload the files you need to add the sql patches before resetting the sideboxes.
Thanks,
Anne
Re: Sheffield Blue Template Support Thread
Hello Anne,
I appologize for what will most likely be a basic question.
Ive read through the Helpme file and could not find out how to disable the Socialbar. I know this was answered in some previous posts however, it doesnt seem to be working for me. I dont want it gone, as we will most likely use them later.
Any suggestions? Our Current Site is B a b i n g s .com
Thank you in Advance.
--Matthew
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
MSKenyon
Hello Anne,
I appologize for what will most likely be a basic question.
Ive read through the Helpme file and could not find out how to disable the Socialbar. I know this was answered in some previous posts however, it doesnt seem to be working for me. I dont want it gone, as we will most likely use them later.
Any suggestions? Our Current Site is B a b i n g s .com
Thank you in Advance.
--Matthew
Add this to the stylesheet_solcial_sidebar.css:
Code:
.sidebar{visibility:hidden;}
Thanks,
Anne
Re: Sheffield Blue Template Support Thread
Your outstanding, Anne.
Worked on the first try, No complications, no breaks, NOTHING.
This is my first post, as as the Zen Cart store we have is my project, I have a feeling you will see me here a lot more. Thanks for the professionalism!
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
MSKenyon
Your outstanding, Anne.
Worked on the first try, No complications, no breaks, NOTHING.
This is my first post, as as the Zen Cart store we have is my project, I have a feeling you will see me here a lot more. Thanks for the professionalism!
No problem ;)
Thanks,
Anne
Re: Sheffield Blue Template Support Thread
still trying to get this working and yes i realized i did not install the sql patches.. hopefully that will fix the layout_controller problem i am having.. but i stopped short when i looked at the responsive_sheffield_blue_patch.sql file.. the last bits of code update the configuration file: here are some lines:
UPDATE zen_configuration SET configuration_value = 100 WHERE configuration_key = 'IMAGE_SHOPPING_CART_WIDTH';
UPDATE zen_configuration SET configuration_value = 200 WHERE configuration_key = 'IMAGE_SHOPPING_CART_HEIGHT';
UPDATE zen_configuration SET configuration_value = 150 WHERE configuration_key = 'IMAGE_PRODUCT_LISTING_WIDTH';
UPDATE zen_configuration SET configuration_value = 150 WHERE configuration_key = 'IMAGE_PRODUCT_LISTING_HEIGHT';
UPDATE zen_configuration SET configuration_value = 150 WHERE configuration_key = 'IMAGE_PRODUCT_NEW_LISTING_WIDTH';
UPDATE zen_configuration SET configuration_value = 150 WHERE configuration_key = 'IMAGE_PRODUCT_NEW_LISTING_HEIGHT';
UPDATE zen_configuration SET configuration_value = 150 WHERE configuration_key = 'IMAGE_PRODUCT_NEW_WIDTH';
UPDATE zen_configuration SET configuration_value = 150 WHERE configuration_key = 'IMAGE_PRODUCT_NEW_HEIGHT';
UPDATE zen_configuration SET configuration_value = 150 WHERE configuration_key = 'IMAGE_FEATURED_PRODUCTS_LISTING_WIDTH';
i'm afraid that if i install this code it will mess up all of the other templates i have customized for my site(s).. it looks like it changes a lot of the parameters that display things to the users, like image sizes, showing the categories on the main page, and about 30 other changes.. is this true?? or are all of these settings ONLY for this template?