Page 39 of 116 FirstFirst ... 2937383940414989 ... LastLast
Results 381 to 390 of 1160
  1. #381
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by firstcapitalfirearms View Post
    I do not think I have the layout_controller.php set to load more than once. The only thing I did was rename the admin of the template and uploaded everything according to the Readme file in the template package. Very Frustrating. I thought once about trying a different template and see if I have the same problems. I have not done any work so far on ZC, so I may do a complete uninstall and then start over.

    Thanks

    Mark
    Btw, I didn't ask if the file was loaded twice, but if the content was loaded twice. It is good that you are following the directions provided by this plugin, because they do work on a stock ZC and one that has been modified following the suggested methods. Perhaps because this issue is not specifically caused by this template, but is being brought to light by it, that this discussion be taken to a separate thread. Unfortunately, I am not at a computer to identify the function(s) that would be called to display the at min information, but if you used the developers tool kit to find it, it should only appear once for the current template. If it appears more than once for the current template, then may be that the one loading isn't picking up the extra field.

    Regardless, you should still be able to use mySQLadmin to adjust the values as desired, just wouldn't be as easy.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

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

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by firstcapitalfirearms View Post
    Anne,

    I made sure I have the admin/layout_controller.php uploaded or at least it is showing on FileZilla that it did and I sent the responsive sql patch as well. I am still not able to get the Show Box @ Min Width on step 5. Sorry I wanted to make sure I was clear on what I stated above.

    Thanks
    Mark
    Take a look in your database, in the configuration table and see if you have a row for the configuration key COLUMN_WIDTH.

    Thanks,

    Anne

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

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by gsb2007 View Post
    Hi Scott and Anne

    I am having a similar issue with the template as Scott. I have customised the template colour scheme and layout and also changed the menu item content. The site works perfectly in all browsers on Mac. It works on FF on PC but Chrome and IE on PC both have the search box floating to the centre behind the menu if something is added to the basket. The Checkout text also drops down to a second line.

    Attachment 13685

    In IE if you switch off compatibility mode it works but the site logo vanishes?

    Any ideas?

    Thanks
    George
    If you are going to make changes to the template (not use it with all of the features shown in the template demo), then you will need to do cross browser testing again. I see that you have turned of the languages and currencies boxes in the header, you have added an "email us" link in the top navigation, and you are not using the tagline.

    I have included a cross browser javascript in the template package to make it easier for you to isolate browsers see the includes/templates/responsive_sheffield_blue/jscript/css_browser_selector.js for a link to the authors site with how to use instructions.

    There is a patch posted earlier in the thread about a bug with the header file. You should apply the patch and then cross browser test.

    As far as I know, there is no way to cross browser test for ie compatibility mode and I do not do this.

    Thanks,

    Anne

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

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by RixStix View Post
    Does your database tables have a prefix? I had problems with a different template but all went fine once I removed the table prefixes, edited the config files appropriately and ran the sql patches within myPhpAdmin instead of zencart admin.
    Table prefixes should not be a problem if you have your zen cart set up properly. The zen cart admin--tools--install sql patches utility will automatically add your table prefix to patches.

    Thanks,

    Anne

  5. #385
    Join Date
    Sep 2012
    Posts
    196
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by picaflor-azul View Post
    Take a look in your database, in the configuration table and see if you have a row for the configuration key COLUMN_WIDTH.

    Thanks,

    Anne
    Anne,

    Yes, I do have a row for COLUMN_WIDTH. It was located in the very last page of 19 pages, gotta love that.

    543
    <font color="#0044ff">ACTIVATE Responsive Template...
    COLUMN_WIDTH
    2
    Width of the Left and Right Columns<br />0 = Use D...
    19
    NULL
    2014-01-18 15:17:25
    2014-01-18 15:02:00
    NULL
    zen_cfg_select_option(array('0', '1', '2', '3'),

    I tried to copy it on here so you can see what is listed.

    Thanks
    Mark

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

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by firstcapitalfirearms View Post
    Anne,

    Yes, I do have a row for COLUMN_WIDTH. It was located in the very last page of 19 pages, gotta love that.

    543
    <font color="#0044ff">ACTIVATE Responsive Template...
    COLUMN_WIDTH
    2
    Width of the Left and Right Columns<br />0 = Use D...
    19
    NULL
    2014-01-18 15:17:25
    2014-01-18 15:02:00
    NULL
    zen_cfg_select_option(array('0', '1', '2', '3'),

    I tried to copy it on here so you can see what is listed.

    Thanks
    Mark
    And you do not see the option in admin--configuration--layout settings?

    Thanks,

    Anne

  7. #387
    Join Date
    Sep 2012
    Posts
    196
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by picaflor-azul View Post
    And you do not see the option in admin--configuration--layout settings?

    Thanks,

    Anne
    Yes, I do see that and it states ACTIVATE Responsive Template by selecting Column Widths with either a 0,1,2 or 3 to select. It is currently at a 2 and I have never messed with it.

    Thanks
    Mark

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

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by firstcapitalfirearms View Post
    Yes, I do see that and it states ACTIVATE Responsive Template by selecting Column Widths with either a 0,1,2 or 3 to select. It is currently at a 2 and I have never messed with it.

    Thanks
    Mark
    That is exactly what it is supposed to be set at. It looks like you were just looking in the wrong place for the setting.

    Thanks,

    Anne

  9. #389
    Join Date
    Sep 2012
    Posts
    196
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by picaflor-azul View Post
    That is exactly what it is supposed to be set at. It looks like you were just looking in the wrong place for the setting.

    Thanks,

    Anne
    Ok, but on the template readme file it states on Step 5 to turn off the Show Box @ Min Width in the Tools - Layout Boxes Controller. I do not have the column Show Box @ Min Width as described on your readme file. I also do have have the search_header.php listed in the Layout Boxes Controller to change the settings for it as described in Step 6 titled Turn on Header Boxes.

    Not Sure what is going on.

    Thanks
    Mark

  10. #390
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Responsive Sheffield Blue

    Quote Originally Posted by firstcapitalfirearms View Post
    Ok, but on the template readme file it states on Step 5 to turn off the Show Box @ Min Width in the Tools - Layout Boxes Controller. I do not have the column Show Box @ Min Width as described on your readme file. I also do have have the search_header.php listed in the Layout Boxes Controller to change the settings for it as described in Step 6 titled Turn on Header Boxes.

    Not Sure what is going on.

    Thanks
    Mark
    Try re-uploading \YOUR_ADMIN_FOLDER\layout_controller.php

 

 
Page 39 of 116 FirstFirst ... 2937383940414989 ... LastLast

Similar Threads

  1. v154 Responsive Sheffield Blue v2.0
    By picaflor-azul in forum Addon Templates
    Replies: 1517
    Last Post: 13 Apr 2024, 01:50 AM
  2. v155 Responsive Classic vs Responsive Sheffield Blue vs ?
    By Zean in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 May 2016, 07:01 AM
  3. v154 Responsive Sheffield Blue change menu links
    By Annie_zaz in forum Addon Templates
    Replies: 3
    Last Post: 7 May 2016, 11:33 PM
  4. v154 Responsive Sheffield Blue v.2.0 Pricing not showing
    By SilverHD in forum Addon Templates
    Replies: 13
    Last Post: 4 Nov 2015, 10:57 PM
  5. v154 Questions re: Responsive Sheffield Blue
    By dfontana in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Aug 2015, 02:43 AM

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