Page 35 of 85 FirstFirst ... 25333435363745 ... LastLast
Results 341 to 350 of 842
  1. #341
    Join Date
    Feb 2013
    Posts
    345
    Plugin Contributions
    0

    Default 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.

  2. #342
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by lidlchris View Post
    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

  3. #343
    Join Date
    Feb 2013
    Posts
    345
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    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..

  4. #344
    Join Date
    Feb 2013
    Posts
    345
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

    Name:  2013-10-15_1426.jpg
Views: 111
Size:  21.2 KB here is the screenshot.. i've tried it with 5 templates now, including the default, and it breaks all of them..

  5. #345
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by lidlchris View Post
    Name:  2013-10-15_1426.jpg
Views: 111
Size:  21.2 KB 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

  6. #346
    Join Date
    Sep 2013
    Location
    CT
    Posts
    4
    Plugin Contributions
    0

    Default 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

  7. #347
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by MSKenyon View Post
    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

  8. #348
    Join Date
    Sep 2013
    Location
    CT
    Posts
    4
    Plugin Contributions
    0

    Default 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!
    --MSkenyon
    BaBings.com

  9. #349
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Sheffield Blue Template Support Thread

    Quote Originally Posted by MSKenyon View Post
    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

  10. #350
    Join Date
    Feb 2013
    Posts
    345
    Plugin Contributions
    0

    Default 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?

 

 
Page 35 of 85 FirstFirst ... 25333435363745 ... LastLast

Similar Threads

  1. v151 Responsive Sheffield Blue v1.0
    By picaflor-azul in forum Addon Templates
    Replies: 1159
    Last Post: 23 Apr 2023, 01:20 AM
  2. v155 Column issues on Product Listings with Sheffield Blue template
    By wmorris in forum General Questions
    Replies: 4
    Last Post: 15 Apr 2016, 10:01 PM
  3. Replies: 5
    Last Post: 30 May 2014, 02:43 AM
  4. v151 Blue Admin [Support Thread]
    By vvomble in forum Addon Templates
    Replies: 11
    Last Post: 27 May 2013, 09:43 PM
  5. Gingham Blue Template Support Thread
    By LissaE in forum Addon Templates
    Replies: 9
    Last Post: 17 Apr 2009, 10:19 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR