Zen Cart Logo
Forums / Addon Templates / Responsive All Business Template

Responsive All Business Template

Views: 103,480

Results 301 to 320 of 393
29 Apr 2015, 1:12 AM
#301
traytray avatar

traytray

Totally Zenned

Join Date:
May 2012
Posts:
566
Plugin Contributions:
0

Responsive All Business Template

picaflor-azul:

You will have to play around with the responsive.css file. This template relies solely on media queries and is not as advanced at serving up the optimized layout for various devices.

Thanks,

Anne

I don't know if this would work, but would it be possible to copy the media queries from another of your responsive templates - one that is advanced?

29 Apr 2015, 5:39 PM
#302
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Responsive All Business Template

traytray:

I don't know if this would work, but would it be possible to copy the media queries from another of your responsive templates - one that is advanced?

No, that is not a good idea.

Thanks,

Anne

30 Apr 2015, 1:08 AM
#303
traytray avatar

traytray

Totally Zenned

Join Date:
May 2012
Posts:
566
Plugin Contributions:
0

Re: Responsive All Business Template

Originally Posted by picaflor-azul View Post:

You will have to play around with the responsive.css file. This template relies solely on media queries and is not as advanced at serving up the optimized layout for various devices.

Thanks,

Anne

I would use the responsive Sheffield Blue since both templates are similar. Would I have better results with that one? Help me out here if you would -the responsive templates you offer that are available for download are not compatible with certain screen resolutions? Only some of these templates are truly responsive (compatible with most/all devices and resolutions?

It's just that a lot of time and effort went into getting this template to look the way I wanted and now it only looks good on mobile devices and 1366 x 768 resolution. I just don't see a caveat mentioned on the download page, so I believed this to be a great choice for a responsive template. Please help.

If you would, can you please tell me where to look for the filters used on the new and all products pages. I have tried everything and asked everybody I could ask and nobody can find the files.

Thank you

14 May 2015, 8:28 PM
#304
dfontana avatar

dfontana

Zen Follower

Join Date:
May 2007
Location:
Conway, SC
Posts:
256
Plugin Contributions:
0

Re: Responsive All Business Template

picaflor-azul:

Hello :-) I am happy to announce the release of my first responsive template package to the zen cart community. I built this using the Responsive DIY Template Default for v1.5.x by rbarbour.

Attachment 13014

See the live demo here:

Responsive All Business Template Demo

Template Features:

  • Super flexible design perfect for all types of ecommerce stores--the possibilites are endless!
  • Responsive 3 column display
  • Optimized Drop Navigation for hand held devices
  • Matching button set and icons included
  • Responsive Home Page slideshow included
  • Add your slide show images, set their links, enable/disable images/links, and set open in new window easily using the admin banner manager.
  • Tabbed home page centerbox content for New Products, Featured Products, and Specials
  • Add This social bookmarking added to all product pages (includes Facebook like button, Twitter Tweet Button, Pinterest Pin it button, and 300+ Sharing Services)
  • Custom footer featuring a footer menu with quick links, information, customer service, and useful links (ez pages), integrated, and optional links to your Facebook, Twitter, Youtube, Pinterest, Google Plus, and blog.
  • Customized product info page layout with expandable content areas for handheld devices
  • Cross Browser tested using Firefox, IE10, IE9, IE8, Google Chrome, Opera, and Safari.
  • Tested on the iPhone 5 with Mobile Safari 6.0; iPad 4 with Mobile Safari 6.0; Windows Phone 8 with IE10 Mobile; Blackberry Bold 9900 with Blackberry Browser 9900; and Android Nexus 4 with Chrome Mobile 18, Dolphin Mobile 9.3, Firefox Mobile 19, Marathon Mobile 4, Opera Mobile 12, Sleipnir Mobile 2.9
  • W3C Valid XHTML and CSS
  • Custom header including shopping cart totals (item count and dollar amount), checkout link, search, currencies with drop down menu, and languages.
  • Comes with the following modules installed: Column Layout Grid, About Us Page, Footer Menu , Back to Top, Responsive Slides JS, Tabbed Home Page Modules
  • Detailed HTML readme file with written instructions and screenshots, and links to videos for the installation and customization steps.
  • Fully compatible with versions 1.3.8x, 1.3.9s, 1.5x. Would probably work with lower versions although it has not been tested.

If you find any bugs, please post them here :)

Thanks,

Anne

Thanks for posting it, it looks good. I just tried to install on a test site locally I have, the product listing configuration script ran ok, but the resposnive_all_business.sql did not run properly. I received the following error/warning message.

Script I tried to run:
SET @configuration_group_id=0;
SELECT @configuration_group_id:=configuration_group_id
FROM configuration_group
WHERE configuration_group_title= 'Responsive All Business'
LIMIT 1;
DELETE FROM configuration WHERE configuration_group_id = @configuration_group_id AND configuration_group_id != 0;
DELETE FROM configuration_group WHERE configuration_group_id = @configuration_group_id AND configuration_group_id != 0;

INSERT INTO configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) VALUES (NULL, 'Responsive all Business Template', 'Set Rabslideshow Options', '1', '1');
SET @configuration_group_id=last_insert_id();
UPDATE configuration_group SET sort_order = @configuration_group_id WHERE configuration_group_id = @configuration_group_id;

INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES
(NULL, 'Slides JS Slideshow', 'RAB_SLIDES_STATUS', 'true', 'Activate Slides JS Slideshow', @configuration_group_id, 1, NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),'),
(NULL, 'Play Interval', 'RAB_SLIDES_PLAY', '5000', 'Play interval', @configuration_group_id, 2, NOW(), NULL, NULL),
(NULL, 'Banner Display Groups - Rabslide1', 'SHOW_BANNERS_GROUP_SETRAB1', 'rabslide1', 'Rabslide 1', @configuration_group_id, 30, NOW(), NULL, NULL),
(NULL, 'Banner Display Groups - Rabslide2', 'SHOW_BANNERS_GROUP_SETRAB2', 'rabslide2', 'Rabslide 2', @configuration_group_id, 31, NOW(), NULL, NULL),
(NULL, 'Banner Display Groups - Rabslide3', 'SHOW_BANNERS_GROUP_SETRAB3', 'rabslide3', 'Rabslide 3', @configuration_group_id, 32, NOW(), NULL, NULL),
(NULL, 'Banner Display Groups - Rabslide4', 'SHOW_BANNERS_GROUP_SETRAB4', 'rabslide4', 'Rabslide 4', @configuration_group_id, 33, NOW(), NULL, NULL),
(NULL, 'Banner Display Groups - Rabslide5', 'SHOW_BANNERS_GROUP_SETRAB5', 'rabslide5', 'Rabslide 5', @configuration_group_id, 34, NOW(), NULL, NULL),
('Define About Us Status', 'DEFINE_ABOUT_US_STATUS', '1', 'Enable the Defined About Us Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF', 25, 59, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''0'', ''1'', ''2'', ''3''),'),
(NULL, '<font color="#0044ff">ACTIVATE Responsive Template by selecting Column Widths</font>', 'COLUMN_WIDTH', '2', 'Width of the Left and Right Columns<br />0 = Use Default Template Settings<br />1 = 75px<br />2 = 180px<br />3 = 225px',@configuration_group_id, NULL, NOW(), NULL, 'zen_cfg_select_option(array('0', '1', '2', '3'),');

Register the configuration page for Admin Access Control

INSERT IGNORE INTO admin_pages (page_key,language_key,main_page,page_params,menu_key,display_on_menu,sort_order) VALUES ('resallbusiness','BOX_CONFIGURATION_RESPONSIVE_ALL_BUSINESS','FILENAME_CONFIGURATION',CONCAT('gID=',@configuration_group_id),'configuration','Y',@configuration_group_id);

INSERT INTO banners (banners_id, banners_title, banners_url, banners_image, banners_group, banners_html_text, expires_impressions, expires_date, date_scheduled, date_added, date_status_change, status, banners_open_new_windows, banners_on_ssl, banners_sort_order) VALUES
('', 'rabslide1', 'http://www.picaflor-azul.com', 'banners/rabslide1.jpg', 'rabslide1', NULL, '0', NULL, NULL, '0001-01-01 00:00:00', NULL, '1', '1', '1', '0'),
('', 'rabslide2', 'http://www.picaflor-azul.com', 'banners/rabslide2.jpg', 'rabslide2', NULL, '0', NULL, NULL, '0001-01-01 00:00:00', NULL, '1', '1', '1', '0'),
('', 'rabslide3', 'http://www.picaflor-azul.com', 'banners/rabslide3.jpg', 'rabslide3', NULL, '0', NULL, NULL, '0001-01-01 00:00:00', NULL, '1', '1', '1', '0'),
('', 'rabslide4', 'http://www.picaflor-azul.com', 'banners/rabslide4.jpg', 'rabslide4', NULL, '0', NULL, NULL, '0001-01-01 00:00:00', NULL, '1', '1', '1', '0'),
('', 'rabslide5', 'http://www.picaflor-azul.com', 'banners/rabslide5.jpg', 'rabslide5', NULL, '0', NULL, NULL, '0001-01-01 00:00:00', NULL, '1', '1', '1', '0');

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

UPDATE configuration SET configuration_value = 100 WHERE configuration_key = 'IMAGE_SHOPPING_CART_WIDTH';
UPDATE configuration SET configuration_value = 200 WHERE configuration_key = 'IMAGE_SHOPPING_CART_HEIGHT';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'IMAGE_PRODUCT_LISTING_WIDTH';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'IMAGE_PRODUCT_LISTING_HEIGHT';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'IMAGE_PRODUCT_NEW_LISTING_WIDTH';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'IMAGE_PRODUCT_NEW_LISTING_HEIGHT';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'IMAGE_PRODUCT_NEW_WIDTH';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'IMAGE_PRODUCT_NEW_HEIGHT';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'IMAGE_FEATURED_PRODUCTS_LISTING_WIDTH';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'IMAGE_FEATURED_PRODUCTS_LISTING_HEIGHT';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'IMAGE_PRODUCT_ALL_LISTING_WIDTH';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'IMAGE_PRODUCT_ALL_LISTING_HEIGHT';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'CATEGORY_ICON_IMAGE_WIDTH';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'CATEGORY_ICON_IMAGE_HEIGHT';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'SUBCATEGORY_IMAGE_TOP_WIDTH';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'SUBCATEGORY_IMAGE_TOP_WIDTH';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'SUBCATEGORY_IMAGE_HEIGHT';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'SUBCATEGORY_IMAGE_HEIGHT';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'CATEGORIES_TABS_STATUS';
UPDATE configuration SET configuration_value = 2 WHERE configuration_key = 'DEFINE_BREADCRUMB_STATUS';
UPDATE configuration SET configuration_value = 0 WHERE configuration_key = 'SHOW_CUSTOMER_GREETING';
UPDATE configuration SET configuration_value = 0 WHERE configuration_key = 'SHOW_FOOTER_IP';
UPDATE configuration SET configuration_value = false WHERE configuration_key = 'PRODUCT_LIST_ALPHA_SORTER';
UPDATE configuration SET configuration_value = false WHERE configuration_key = 'PRODUCT_LIST_CATEGORIES_IMAGE_STATUS';
UPDATE configuration SET configuration_value = false WHERE configuration_key = 'PRODUCT_LIST_CATEGORIES_IMAGE_STATUS_TOP';
UPDATE configuration SET configuration_value = 0 WHERE configuration_key = 'PRODUCT_LIST_DESCRIPTION';
UPDATE configuration SET configuration_value = 0 WHERE configuration_key = 'PRODUCT_LIST_FILTER';
UPDATE configuration SET configuration_value = 1 WHERE configuration_key = 'PRODUCT_INFO_CATEGORIES_IMAGE_STATUS';
UPDATE configuration SET configuration_value = true WHERE configuration_key = 'USE_SPLIT_LOGIN_MODE';
UPDATE configuration SET configuration_value = 0 WHERE configuration_key = 'EZPAGES_STATUS_HEADER';
UPDATE configuration SET configuration_value = 1 WHERE configuration_key = 'EZPAGES_STATUS_FOOTER';
UPDATE configuration SET configuration_value = 2 WHERE configuration_key = 'SHOW_SHOPPING_CART_UPDATE';
UPDATE configuration SET configuration_value = 1 WHERE configuration_key = 'SHOW_SHOPPING_CART_DELETE';
UPDATE configuration SET configuration_value = 1 WHERE configuration_key = 'SHOW_PRODUCT_INFO_MAIN_NEW_PRODUCTS';
UPDATE configuration SET configuration_value = 2 WHERE configuration_key = 'SHOW_PRODUCT_INFO_MAIN_SPECIALS_PRODUCTS';
UPDATE configuration SET configuration_value = 3 WHERE configuration_key = 'SHOW_PRODUCT_INFO_MAIN_FEATURED_PRODUCTS';
UPDATE configuration SET configuration_value = 0 WHERE configuration_key = 'SHOW_PRODUCT_INFO_MAIN_UPCOMING';

The error message is: WARNING: An Error occurred, please refresh the page and try again.

Is there a problem with the script? if so, I do not see it. also the about_us.sql file was not in my downloaded zip file

14 May 2015, 9:14 PM
#305
dfontana avatar

dfontana

Zen Follower

Join Date:
May 2007
Location:
Conway, SC
Posts:
256
Plugin Contributions:
0

Re: Responsive All Business Template

dfontana:

Thanks for posting it, it looks good. I just tried to install on a test site locally I have, the product listing configuration script ran ok, but the resposnive_all_business.sql did not run properly. I received the following error/warning message.

Script I tried to run:
SET @configuration_group_id=0;
SELECT @configuration_group_id:=configuration_group_id
FROM configuration_group
WHERE configuration_group_title= 'Responsive All Business'
LIMIT 1;
DELETE FROM configuration WHERE configuration_group_id = @configuration_group_id AND configuration_group_id != 0;
DELETE FROM configuration_group WHERE configuration_group_id = @configuration_group_id AND configuration_group_id != 0;

INSERT INTO configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) VALUES (NULL, 'Responsive all Business Template', 'Set Rabslideshow Options', '1', '1');
SET @configuration_group_id=last_insert_id();
UPDATE configuration_group SET sort_order = @configuration_group_id WHERE configuration_group_id = @configuration_group_id;

INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES
(NULL, 'Slides JS Slideshow', 'RAB_SLIDES_STATUS', 'true', 'Activate Slides JS Slideshow', @configuration_group_id, 1, NOW(), NULL, 'zen_cfg_select_option(array('true', 'false'),'),
(NULL, 'Play Interval', 'RAB_SLIDES_PLAY', '5000', 'Play interval', @configuration_group_id, 2, NOW(), NULL, NULL),
(NULL, 'Banner Display Groups - Rabslide1', 'SHOW_BANNERS_GROUP_SETRAB1', 'rabslide1', 'Rabslide 1', @configuration_group_id, 30, NOW(), NULL, NULL),
(NULL, 'Banner Display Groups - Rabslide2', 'SHOW_BANNERS_GROUP_SETRAB2', 'rabslide2', 'Rabslide 2', @configuration_group_id, 31, NOW(), NULL, NULL),
(NULL, 'Banner Display Groups - Rabslide3', 'SHOW_BANNERS_GROUP_SETRAB3', 'rabslide3', 'Rabslide 3', @configuration_group_id, 32, NOW(), NULL, NULL),
(NULL, 'Banner Display Groups - Rabslide4', 'SHOW_BANNERS_GROUP_SETRAB4', 'rabslide4', 'Rabslide 4', @configuration_group_id, 33, NOW(), NULL, NULL),
(NULL, 'Banner Display Groups - Rabslide5', 'SHOW_BANNERS_GROUP_SETRAB5', 'rabslide5', 'Rabslide 5', @configuration_group_id, 34, NOW(), NULL, NULL),
('Define About Us Status', 'DEFINE_ABOUT_US_STATUS', '1', 'Enable the Defined About Us Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define Text ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text OFF', 25, 59, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(''0'', ''1'', ''2'', ''3''),'),
(NULL, '<font color="#0044ff">ACTIVATE Responsive Template by selecting Column Widths</font>', 'COLUMN_WIDTH', '2', 'Width of the Left and Right Columns<br />0 = Use Default Template Settings<br />1 = 75px<br />2 = 180px<br />3 = 225px',@configuration_group_id, NULL, NOW(), NULL, 'zen_cfg_select_option(array('0', '1', '2', '3'),');

Register the configuration page for Admin Access Control

INSERT IGNORE INTO admin_pages (page_key,language_key,main_page,page_params,menu_key,display_on_menu,sort_order) VALUES ('resallbusiness','BOX_CONFIGURATION_RESPONSIVE_ALL_BUSINESS','FILENAME_CONFIGURATION',CONCAT('gID=',@configuration_group_id),'configuration','Y',@configuration_group_id);

INSERT INTO banners (banners_id, banners_title, banners_url, banners_image, banners_group, banners_html_text, expires_impressions, expires_date, date_scheduled, date_added, date_status_change, status, banners_open_new_windows, banners_on_ssl, banners_sort_order) VALUES
('', 'rabslide1', 'http://www.picaflor-azul.com', 'banners/rabslide1.jpg', 'rabslide1', NULL, '0', NULL, NULL, '0001-01-01 00:00:00', NULL, '1', '1', '1', '0'),
('', 'rabslide2', 'http://www.picaflor-azul.com', 'banners/rabslide2.jpg', 'rabslide2', NULL, '0', NULL, NULL, '0001-01-01 00:00:00', NULL, '1', '1', '1', '0'),
('', 'rabslide3', 'http://www.picaflor-azul.com', 'banners/rabslide3.jpg', 'rabslide3', NULL, '0', NULL, NULL, '0001-01-01 00:00:00', NULL, '1', '1', '1', '0'),
('', 'rabslide4', 'http://www.picaflor-azul.com', 'banners/rabslide4.jpg', 'rabslide4', NULL, '0', NULL, NULL, '0001-01-01 00:00:00', NULL, '1', '1', '1', '0'),
('', 'rabslide5', 'http://www.picaflor-azul.com', 'banners/rabslide5.jpg', 'rabslide5', NULL, '0', NULL, NULL, '0001-01-01 00:00:00', NULL, '1', '1', '1', '0');

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

UPDATE configuration SET configuration_value = 100 WHERE configuration_key = 'IMAGE_SHOPPING_CART_WIDTH';
UPDATE configuration SET configuration_value = 200 WHERE configuration_key = 'IMAGE_SHOPPING_CART_HEIGHT';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'IMAGE_PRODUCT_LISTING_WIDTH';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'IMAGE_PRODUCT_LISTING_HEIGHT';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'IMAGE_PRODUCT_NEW_LISTING_WIDTH';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'IMAGE_PRODUCT_NEW_LISTING_HEIGHT';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'IMAGE_PRODUCT_NEW_WIDTH';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'IMAGE_PRODUCT_NEW_HEIGHT';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'IMAGE_FEATURED_PRODUCTS_LISTING_WIDTH';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'IMAGE_FEATURED_PRODUCTS_LISTING_HEIGHT';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'IMAGE_PRODUCT_ALL_LISTING_WIDTH';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'IMAGE_PRODUCT_ALL_LISTING_HEIGHT';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'CATEGORY_ICON_IMAGE_WIDTH';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'CATEGORY_ICON_IMAGE_HEIGHT';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'SUBCATEGORY_IMAGE_TOP_WIDTH';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'SUBCATEGORY_IMAGE_TOP_WIDTH';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'SUBCATEGORY_IMAGE_HEIGHT';
UPDATE configuration SET configuration_value = 150 WHERE configuration_key = 'SUBCATEGORY_IMAGE_HEIGHT';
UPDATE configuration SET configuration_value = '0' WHERE configuration_key = 'CATEGORIES_TABS_STATUS';
UPDATE configuration SET configuration_value = 2 WHERE configuration_key = 'DEFINE_BREADCRUMB_STATUS';
UPDATE configuration SET configuration_value = 0 WHERE configuration_key = 'SHOW_CUSTOMER_GREETING';
UPDATE configuration SET configuration_value = 0 WHERE configuration_key = 'SHOW_FOOTER_IP';
UPDATE configuration SET configuration_value = false WHERE configuration_key = 'PRODUCT_LIST_ALPHA_SORTER';
UPDATE configuration SET configuration_value = false WHERE configuration_key = 'PRODUCT_LIST_CATEGORIES_IMAGE_STATUS';
UPDATE configuration SET configuration_value = false WHERE configuration_key = 'PRODUCT_LIST_CATEGORIES_IMAGE_STATUS_TOP';
UPDATE configuration SET configuration_value = 0 WHERE configuration_key = 'PRODUCT_LIST_DESCRIPTION';
UPDATE configuration SET configuration_value = 0 WHERE configuration_key = 'PRODUCT_LIST_FILTER';
UPDATE configuration SET configuration_value = 1 WHERE configuration_key = 'PRODUCT_INFO_CATEGORIES_IMAGE_STATUS';
UPDATE configuration SET configuration_value = true WHERE configuration_key = 'USE_SPLIT_LOGIN_MODE';
UPDATE configuration SET configuration_value = 0 WHERE configuration_key = 'EZPAGES_STATUS_HEADER';
UPDATE configuration SET configuration_value = 1 WHERE configuration_key = 'EZPAGES_STATUS_FOOTER';
UPDATE configuration SET configuration_value = 2 WHERE configuration_key = 'SHOW_SHOPPING_CART_UPDATE';
UPDATE configuration SET configuration_value = 1 WHERE configuration_key = 'SHOW_SHOPPING_CART_DELETE';
UPDATE configuration SET configuration_value = 1 WHERE configuration_key = 'SHOW_PRODUCT_INFO_MAIN_NEW_PRODUCTS';
UPDATE configuration SET configuration_value = 2 WHERE configuration_key = 'SHOW_PRODUCT_INFO_MAIN_SPECIALS_PRODUCTS';
UPDATE configuration SET configuration_value = 3 WHERE configuration_key = 'SHOW_PRODUCT_INFO_MAIN_FEATURED_PRODUCTS';
UPDATE configuration SET configuration_value = 0 WHERE configuration_key = 'SHOW_PRODUCT_INFO_MAIN_UPCOMING';

The error message is: WARNING: An Error occurred, please refresh the page and try again.

Is there a problem with the script? if so, I do not see it. also the about_us.sql file was not in my downloaded zip file

Just to update this, it appears I made some kind of mistake with my first test site. I had installed 2 or 3 other responsive templates and when I went to install the Responsive ALl Business must have overwritten a file or chose not to overwrite the file and it caused the SQL error. However, I still have the problem that there was no about_us.sql file to upload so I could not run the patch. I will check the SHeffield blue template and see if the about us files are in it, failign that will install the About Us mod posted here.

14 May 2015, 9:31 PM
#306
dfontana avatar

dfontana

Zen Follower

Join Date:
May 2007
Location:
Conway, SC
Posts:
256
Plugin Contributions:
0

Re: Responsive All Business Template

OK, I created my new test site which is just a new install with the demo data and classic green template. I installed and ran the 2 sql patches included in the zip file. So far everything is ok but the is a problem at the top of the page, screen shot included:

Attachment #15297

Did I miss a step somewhere or miss a file? Just so you know, I had no items in shopping cart at this time, will try adding an item and see if that corrects it.

Adding an item to shopping cart did not fix it either.

17 May 2015, 5:38 PM
#307
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Responsive All Business Template

dfontana:

Just to update this, it appears I made some kind of mistake with my first test site. I had installed 2 or 3 other responsive templates and when I went to install the Responsive ALl Business must have overwritten a file or chose not to overwrite the file and it caused the SQL error. However, I still have the problem that there was no about_us.sql file to upload so I could not run the patch. I will check the SHeffield blue template and see if the about us files are in it, failign that will install the About Us mod posted here.

There should be instructions in the readme.html file not to run the column layout grid sql or about us sql if you have already run them when installing other template packages.

Thanks,

Anne

17 May 2015, 5:41 PM
#308
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Responsive All Business Template

dfontana:

OK, I created my new test site which is just a new install with the demo data and classic green template. I installed and ran the 2 sql patches included in the zip file. So far everything is ok but the is a problem at the top of the page, screen shot included:

Attachment #15297

Did I miss a step somewhere or miss a file? Just so you know, I had no items in shopping cart at this time, will try adding an item and see if that corrects it.

Adding an item to shopping cart did not fix it either.

This has been addressed many times on the forum. See this:

http://www.zen-cart.com/showthread.php?198367-Shopping-cart-issue&p=1141102#post1141102

Thanks,

Anne

19 May 2015, 12:22 AM
#309
dfontana avatar

dfontana

Zen Follower

Join Date:
May 2007
Location:
Conway, SC
Posts:
256
Plugin Contributions:
0

Re: Responsive All Business Template

picaflor-azul:

This has been addressed many times on the forum. See this:

http://www.zen-cart.com/showthread.php?198367-Shopping-cart-issue&p=1141102#post1141102

Thanks,

Anne

Thank you Anne, took me a little while to find the missing ?php but located it and fixed my display issue. Actually I had 2 missing ?php

19 May 2015, 2:55 PM
#310
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Responsive All Business Template

dfontana:

Thank you Anne, took me a little while to find the missing ?php but located it and fixed my display issue. Actually I had 2 missing ?php

Yes, these short tags issues are fixed in the newer template packages. I would strongly recommend using one of the more advanced, more recently updated packages. They will have less bugs.

Thanks,

Anne

19 May 2015, 3:49 PM
#311
dfontana avatar

dfontana

Zen Follower

Join Date:
May 2007
Location:
Conway, SC
Posts:
256
Plugin Contributions:
0

Re: Responsive All Business Template

picaflor-azul:

Yes, these short tags issues are fixed in the newer template packages. I would strongly recommend using one of the more advanced, more recently updated packages. They will have less bugs.

Thanks,

Anne

Will look at others, All Business was the first responsive template I liked. I usually like to remove the Alt text and sales text from the header, but when I do that with the All Business template, all I see is the left column and the header and footer intact, the other 2 columns are gone. I am attaching a screen shot of it:

Attachment #15307

is this something not allowed with responsive templates?

19 May 2015, 4:00 PM
#312
dfontana avatar

dfontana

Zen Follower

Join Date:
May 2007
Location:
Conway, SC
Posts:
256
Plugin Contributions:
0

Re: Responsive All Business Template

The code from header.php in includes/languages/english/responsive_all_business as changed:

// added defines for header alt and text
define('HEADER_ALT_TEXT', '');
define('HEADER_SALES_TEXT', '');
define('HEADER_LOGO_WIDTH', '271px');
define('HEADER_LOGO_HEIGHT', '57px');
define('HEADER_LOGO_IMAGE', 'logo.jpg');

I kept the single quotes from header_alt_text and header_sales_text so that should not be the issue as I understand it.

Thank you

19 May 2015, 4:39 PM
#313
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Responsive All Business Template

dfontana:

Will look at others, All Business was the first responsive template I liked. I usually like to remove the Alt text and sales text from the header, but when I do that with the All Business template, all I see is the left column and the header and footer intact, the other 2 columns are gone. I am attaching a screen shot of it:

Attachment #15307

is this something not allowed with responsive templates?

This is a known bug in the template package. If you look through the thread you will see the patch for this.

As I have said, the most recently updated responsive templates do not have this bug.

Thanks,

Anne

20 May 2015, 6:48 PM
#314
dfontana avatar

dfontana

Zen Follower

Join Date:
May 2007
Location:
Conway, SC
Posts:
256
Plugin Contributions:
0

Re: Responsive All Business Template

picaflor-azul:

This is a known bug in the template package. If you look through the thread you will see the patch for this.

As I have said, the most recently updated responsive templates do not have this bug.

Thanks,

Anne

Thanks Anne again, could not find the patch for my latest issue with this template, would you mind reposting it? Also, do you have any plans on updating this template?

thanks again in advance.

20 May 2015, 6:53 PM
#315
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Responsive All Business Template

dfontana:

Thanks Anne again, could not find the patch for my latest issue with this template, would you mind reposting it? Also, do you have any plans on updating this template?

thanks again in advance.

I just searched for the post and can not find it either. Try just adding a blank space between the quotes for the tagline in the header.php file and see if it fixes your layout.

I do have plans on updating the template package but can not give you any time frame. If you want to sponsor the update just drop me an email and I will move it up to the top of the list.

Thanks,

Anne

22 May 2015, 2:58 PM
#316
dfontana avatar

dfontana

Zen Follower

Join Date:
May 2007
Location:
Conway, SC
Posts:
256
Plugin Contributions:
0

Re: Responsive All Business Template

picaflor-azul:

I just searched for the post and can not find it either. Try just adding a blank space between the quotes for the tagline in the header.php file and see if it fixes your layout.

I do have plans on updating the template package but can not give you any time frame. If you want to sponsor the update just drop me an email and I will move it up to the top of the list.

Thanks,

Anne

What would sponsoring the project entail, I'll entertain the idea.

22 May 2015, 3:33 PM
#317
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Responsive All Business Template

dfontana:

What would sponsoring the project entail, I'll entertain the idea.

I can not discuss this on the forum, it is against the rules ;)

Thanks,

Anne

15 Jul 2015, 5:25 PM
#318
tk42one avatar

tk42one

New Zenner

Join Date:
Jun 2015
Posts:
27
Plugin Contributions:
0

Re: Responsive All Business Template

Hi all, I've been working with this template for a few days now I've got it pretty much setup the way I want it with one exception, when the site scales down to a mobile phone the background image is no longer centered on the page. I have basic html/css/php understanding but I cant for the life of me figure out how to fix it.

Here is the site: newsite.camppacs.com

Any help would be greatly appreciated!

EDIT: I'd also like to set it up so that when the page loads on mobile it starts fully zoomed out. Any ideas on how to make this happen? I'm new to working with the response/mobile stuff.

28 Sep 2015, 11:21 AM
#319
neutronine avatar

neutronine

New Zenner

Join Date:
Sep 2015
Location:
ohio
Posts:
7
Plugin Contributions:
0

Re: Responsive All Business Template

I really like the all business responsive theme. Thanks for making it.

Is it possible to have the "new", "specials", "features", and "all" product selection bar in the center content default to NOT hiding one of the four options, such that say the "new" products are visible upon the index page loading, then switch between the for options? And how do I increase the number of products from 3 to 6 or 9?

Thank you
J

28 Sep 2015, 1:45 PM
#320
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Responsive All Business Template

tk42one:

Hi all, I've been working with this template for a few days now I've got it pretty much setup the way I want it with one exception, when the site scales down to a mobile phone the background image is no longer centered on the page. I have basic html/css/php understanding but I cant for the life of me figure out how to fix it.

Here is the site: newsite.camppacs.com

Any help would be greatly appreciated!

EDIT: I'd also like to set it up so that when the page loads on mobile it starts fully zoomed out. Any ideas on how to make this happen? I'm new to working with the response/mobile stuff.

It looks like the responsive layout is broken for phones. Contributing to this is the table on the home page. Tables are not responsive and should never be used for layout. If you have tabular data that needs to be in a table, use a table, but make sure that you have used a method to make it responsive.

I would recommend dealing with the responsive layout problems first, then adding in your background images.

It is not the best idea to have a background image trying to load on a mobile phone that is over 2000 pixels wide. It will take a very long time ;) I would definitely have a different background image for mobile layouts than desktops. This template uses media queries only for various layouts so you would have to make the changes using css.

Thanks,

Anne