Page 2 of 29 FirstFirst 123412 ... LastLast
Results 11 to 20 of 288
  1. #11
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Responsive Apparel Boutique Template

    Quote Originally Posted by RixStix View Post
    Now I understand. Sorry for the premature question.

    andover_modern is our current template of choice if you are prioritizing things based upon comments.
    No problem ;) It is a good thing that the moderators take the time to go over the packages to make sure everything is ok.

    I have Andover Modern on the list to be converted to responsive ;)

    Thanks,

    Anne

  2. #12
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Responsive Apparel Boutique Template

    Most likely brain-fart on my end. I have stepped through the readme yesterday and this morning. Most likely a missed step but nothing looks like the demo using fullscreen desktop.

    Config: Layout Settings: first line is column-width left boxes instead of the blue, activate responsive template.....
    Config: Responsive Apparel Boutique Template: Nothing listed in that screen....

    I have installed all sql statements.

    Same appearance for responsive all business template.

    Other templates yield expected appearance.

    V1.5.1
    Sandbox link: srevaewniahc(dot)info
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

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

    Default Re: Responsive Apparel Boutique Template

    Quote Originally Posted by RixStix View Post
    Most likely brain-fart on my end. I have stepped through the readme yesterday and this morning. Most likely a missed step but nothing looks like the demo using fullscreen desktop.

    Config: Layout Settings: first line is column-width left boxes instead of the blue, activate responsive template.....
    Config: Responsive Apparel Boutique Template: Nothing listed in that screen....

    I have installed all sql statements.

    Same appearance for responsive all business template.

    Other templates yield expected appearance.

    V1.5.1
    Sandbox link: srevaewniahc(dot)info
    I don't see either of the templates on that url?

    Did you go to admin--configuration--layout settings and set the ACTIVATE Responsive Template by selecting Column Widths to 2?

    Thanks,

    Anne

  4. #14
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Responsive Apparel Boutique Template

    Quote Originally Posted by picaflor-azul View Post
    Did you go to admin--configuration--layout settings and set the ACTIVATE Responsive Template by selecting Column Widths to 2?
    Carp. Sorry. Should be there now. That's what happens when I get called to breakfast in the middle of a note.

    See previous post. Configuration: Layout Settings: Activate Responsive Template does not exist.
    Config: Responsive Apparel Boutique Template: Nothing listed in that screen....

    Left sideboxes appear to be stretched into the centerbox area.

    Attachment 13077
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

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

    Default Re: Responsive Apparel Boutique Template

    Quote Originally Posted by RixStix View Post
    Carp. Sorry. Should be there now. That's what happens when I get called to breakfast in the middle of a note.

    See previous post. Configuration: Layout Settings: Activate Responsive Template does not exist.
    Config: Responsive Apparel Boutique Template: Nothing listed in that screen....

    Left sideboxes appear to be stretched into the centerbox area.

    Attachment 13077
    Did you upload the responsive_apparel_boutique.sql patch?

    Thanks,

    Anne

  6. #16
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Responsive Apparel Boutique Template

    AFAIK, I did. For both this and All Business. Neither show anything in their respective config tabs. I will be away from my ftp computer till later this afternoon to check again.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  7. #17
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Responsive Apparel Boutique Template

    Yes. Both responsive SQL patches performed had previously been executed but just ran them again to see if there were any error msgs.

    The Yellow, see Upgrade Exceptions table just says "xxx already exists".

    Attachment 13078Attachment 13079
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  8. #18
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Responsive Apparel Boutique Template

    Found these in the log files, but looks like a repeat of the messages displayed at the time of inserting the sql patch(s).

    Code:
    DEBUG-adm
    [15-Sep-2013 12:07:44] PHP Fatal error:  1054:Unknown column 'show_box_min_width' in 'field list' :: insert into layout_boxes
                      (layout_template, layout_box_name, layout_box_status, layout_box_location, layout_box_sort_order, layout_box_sort_order_single, layout_box_status_single, show_box_min_width)
                      values ('responsive_apparel_boutique', 'banner_box.php', 0, 0, 0, 0, 0, 0) in /home/MYcpanelLOGIN/public_html/includes/classes/db/mysql/query_factory.php on line 120
    				  
    [15-Sep-2013 13:18:38] PHP Fatal error:  Cannot redeclare class base in /home/MYcpanelLOGIN/public_html/includes/classes/class.base.php on line 17
    
    ==============================
    DEBUG
    [15-Sep-2013 12:08:06] PHP Fatal error:  1054:Unknown column 'show_box_min_width' in 'field list' :: select layout_box_name, show_box_min_width from layout_boxes where layout_box_location = 0 and layout_box_status= '1' and layout_template ='responsive_apparel_boutique' order by layout_box_sort_order in /home/MYcpanelLOGIN/public_html/includes/classes/db/mysql/query_factory.php on line 120
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

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

    Default Re: Responsive Apparel Boutique Template

    Quote Originally Posted by RixStix View Post
    Found these in the log files, but looks like a repeat of the messages displayed at the time of inserting the sql patch(s).

    Code:
    DEBUG-adm
    [15-Sep-2013 12:07:44] PHP Fatal error:  1054:Unknown column 'show_box_min_width' in 'field list' :: insert into layout_boxes
                      (layout_template, layout_box_name, layout_box_status, layout_box_location, layout_box_sort_order, layout_box_sort_order_single, layout_box_status_single, show_box_min_width)
                      values ('responsive_apparel_boutique', 'banner_box.php', 0, 0, 0, 0, 0, 0) in /home/MYcpanelLOGIN/public_html/includes/classes/db/mysql/query_factory.php on line 120
    				  
    [15-Sep-2013 13:18:38] PHP Fatal error:  Cannot redeclare class base in /home/MYcpanelLOGIN/public_html/includes/classes/class.base.php on line 17
    
    ==============================
    DEBUG
    [15-Sep-2013 12:08:06] PHP Fatal error:  1054:Unknown column 'show_box_min_width' in 'field list' :: select layout_box_name, show_box_min_width from layout_boxes where layout_box_location = 0 and layout_box_status= '1' and layout_template ='responsive_apparel_boutique' order by layout_box_sort_order in /home/MYcpanelLOGIN/public_html/includes/classes/db/mysql/query_factory.php on line 120
    Try running this in your admin--tools--sql patches:

    Code:
    ALTER TABLE layout_boxes ADD show_box_min_width TINYINT( 1 ) NOT NULL DEFAULT '1' AFTER layout_box_status_single;
    Thanks,

    Anne

  10. #20
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Responsive Apparel Boutique Template

    No change when that is patch is executed. Dar n

    I could try installing a different responsive template but don't expect any difference since AllBusiness appears the same.
    I hate being a problem child too. I guess there's always a possibility that it is not playing nice with some addon that I've installed but other templates play nice.

    Error Failed: 1
    Error ERROR: Cannot ADD column show_box_min_width because it already exists.
    Warning Note: 1 statements ignored. See "upgrade_exceptions" table for additional details.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

 

 
Page 2 of 29 FirstFirst 123412 ... LastLast

Similar Threads

  1. Apparel Boutique Template Support Thread
    By picaflor-azul in forum Addon Templates
    Replies: 431
    Last Post: 8 Dec 2016, 04:27 PM
  2. Replies: 3
    Last Post: 10 Jun 2014, 09:45 PM
  3. Modify or change template from Apparel Boutique to Lite Orange?
    By sweetaloma in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 13 Dec 2012, 07:34 PM
  4. Replies: 7
    Last Post: 14 Jun 2012, 04:15 PM
  5. Replies: 1
    Last Post: 18 Jan 2011, 04:08 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