Zen Cart Logo
Forums / Addon Templates / Sheffield Blue Template Support Thread

Sheffield Blue Template Support Thread

Views: 123,051

Results 661 to 680 of 842
4 Jul 2014, 3:16 PM
#661
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Sheffield Blue Template Support Thread

mc12345678:

That's really a topic that can/should be covered in it's own thread, but it is possible with ckeditor to define a table type style that can be applied at the click of a button (or two).

Adding a table is a bad idea since it will probably break the responsive design (if you are using the responsive version of the template) ;)

Thanks,

Anne

4 Jul 2014, 5:29 PM
#662
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Sheffield Blue Template Support Thread

picaflor-azul:

Adding a table is a bad idea since it will probably break the responsive design (if you are using the responsive version of the template) ;)

Thanks,

Anne
Thank you for that note, while I have not implemented on any type of template, I wanted to point out some of the available functionality to answer one's question.

5 Jul 2014, 12:58 AM
#663
jsarwar avatar

jsarwar

Zen Follower

Join Date:
Jul 2012
Posts:
347
Plugin Contributions:
0

Re: Sheffield Blue Template Support Thread

yaritai:

My mistake on the h2 tag, it was not the closing but the opening tag. Was burning some time at the airport waiting for a delay which looked at your site at a glance. But this is what is being put out to the browser:

<!--bof Product Price block --> <h2 id="productPrices" class="productGeneral"> $33.89<h2 style=" font-size:11px; color:#000000; padding-left:11px; font-weight:bold; padding-top:3px;"></h2><!--eof Product Price block --> ``` > > Its the part in red that needs to be removed. Try to use the developers toolkit and search for part of the string such as "h2 style". See what comes up. Match the results to the full string above. And to go on about stray tags, you do have extra closing </div> in that file as well. One of the few I see is from the non-use of an extra description field that is producing no content. I would wrap that ending div in the conditional to show only when that description2 field has content to ouput. Other closing </div> are from the same thing of having no content which the only thing that shows is the closing div with nothing else. > > For the supp table, use: > > ``` table.nutrition, table.nutrition td {background:#013991;} ``` > > If I were you, I would remove those inline styles in bulk by exporting your database and not through admin. But if this route is taken, backup your database and files and make a test site to test the changes. Doing it straight from the database file can accomplish this in less than 30 minutes. While in admin, you will be there forever without any progress with the number of products you have.

Thank you. <h2 style=" font-size:11px; color:#000000; padding-left:11px; font-weight:bold; padding-top:3px;">[/COLOR]</h2>
was in includes/functions/price function. I have removed it and did some clean up for product display page. Can you please check again?

Quantity box usually appear above add to cart so I did table in product info file. Is there any way to do this in css?

Thank you

5 Jul 2014, 1:02 AM
#664
jsarwar avatar

jsarwar

Zen Follower

Join Date:
Jul 2012
Posts:
347
Plugin Contributions:
0

Re: Sheffield Blue Template Support Thread

mc12345678:

That's really a topic that can/should be covered in it's own thread, but it is possible with ckeditor to define a table type style that can be applied at the click of a button (or two).

I am trying to customize this template. The site I am working on is 1.3.9 and installed ckeditor all files via filezilla but it is not appearing in admin. The only two option I see Html area/Plain text.

I have installed CKE on 1.5 before and it worked fine.

Any idea?

5 Jul 2014, 1:17 AM
#665
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Sheffield Blue Template Support Thread

jsarwar:

I am trying to customize this template. The site I am working on is 1.3.9 and installed ckeditor all files via filezilla but it is not appearing in admin. The only two option I see Html area/Plain text.

I have installed CKE on 1.5 before and it worked fine.

Any idea?

See this thread that was begun to address this issue for further discussion on it: http://www.zen-cart.com/showthread.php?213844-ck-editor-installation&p=1251427#post1251427

While it may be that information displayed on the site in question uses this template, the issue(s) are not with the template themselves. Especially the use of ckeditor which has no actual interaction with the template.

5 Jul 2014, 1:54 PM
#666
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Sheffield Blue Template Support Thread

jsarwar:

I am trying to customize this template. The site I am working on is 1.3.9 and installed ckeditor all files via filezilla but it is not appearing in admin. The only two option I see Html area/Plain text.

I have installed CKE on 1.5 before and it worked fine.

Any idea?

This is not a template related issue. Please see the support thread for ck editor for help.

Thanks,

Anne

5 Jul 2014, 4:13 PM
#667
irbo_magic avatar

irbo_magic

New Zenner

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

Re: Sheffield Blue Template Support Thread

Module MSRP Read installed in Responsive Sheffield Blue causes bland screen and I get a 505 error.
I am using Zen Cart 1.51 and, I am using the latest version of Responsive Sheffield Blue 1.1 (RSB) and everything is working fine. I installed MSRP Display Version: 1.2.3 and RSB crashed. On startup, I get a 505 error and my URL is blank after .com/. I verified the Admin part of the program. I can add MSRP values to the Products Table. With a little testing I found the new PHP file ‘includes/functions/functions_price.php’ i s the problem. All the downloaded files I added are still in place and only the original functions_price.php file is restored. With the original functions_price.php restored everything seems to work as it did before the installation. Again replacing the old file with the new file, kills the site totally.
MSRP Display is a well-established module and I think it is a compatibility problem. This is not a blame game. I do not have the skill to debug the code to find where the problem lies.

5 Jul 2014, 4:25 PM
#668
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Sheffield Blue Template Support Thread

irbo magic:

Module MSRP Read installed in Responsive Sheffield Blue causes bland screen and I get a 505 error.
I am using Zen Cart 1.51 and, I am using the latest version of Responsive Sheffield Blue 1.1 (RSB) and everything is working fine. I installed MSRP Display Version: 1.2.3 and RSB crashed. On startup, I get a 505 error and my URL is blank after .com/. I verified the Admin part of the program. I can add MSRP values to the Products Table. With a little testing I found the new PHP file ‘includes/functions/functions_price.php’ i s the problem. All the downloaded files I added are still in place and only the original functions_price.php file is restored. With the original functions_price.php restored everything seems to work as it did before the installation. Again replacing the old file with the new file, kills the site totally.
MSRP Display is a well-established module and I think it is a compatibility problem. This is not a blame game. I do not have the skill to debug the code to find where the problem lies.

This is not a bug in the template package. Any properly installed, stable module will work with the template. I would recommend looking at the module thread's support thread for help.

Thanks,

Anne

6 Jul 2014, 12:59 AM
#669
jsarwar avatar

jsarwar

Zen Follower

Join Date:
Jul 2012
Posts:
347
Plugin Contributions:
0

Re: Sheffield Blue Template Support Thread

Does this template work on 1.5.3? I upgrade one site today and classic template was loading ok but whenever I upload file for this template, pages does not load correctly.
I tried files from directory of 1.3.9 version which have been working well with this template and also fresh files from your website but still website is not loading correctly. I also tried responsive one and same thing happen.

First Page does not load after site logo so I change /SBtemplates/common/html_header.php file with standard zencart 1.5.3 file and now page load above the footer and content is not aligned specially on main page for specials, featured and new. Footer is not appearing for main page and product detail page.

http://goo.gl/ yTPsY6

emit space after/

thank you!

6 Jul 2014, 12:18 PM
#670
jsarwar avatar

jsarwar

Zen Follower

Join Date:
Jul 2012
Posts:
347
Plugin Contributions:
0

Re: Sheffield Blue Template Support Thread

jsarwar:

Does this template work on 1.5.3? I upgrade one site today and classic template was loading ok but whenever I upload file for this template, pages does not load correctly.
I tried files from directory of 1.3.9 version which have been working well with this template and also fresh files from your website but still website is not loading correctly. I also tried responsive one and same thing happen.

First Page does not load after site logo so I change /SBtemplates/common/html_header.php file with standard zencart 1.5.3 file and now page load above the footer and content is not aligned specially on main page for specials, featured and new. Footer is not appearing for main page and product detail page.

http://goo.gl/ yTPsY6

emit space after/

thank you!

I finally got the footer displayed on homepage. Now need assistance with two

(1) Product info page is not displaying correctly.

(2) Tab Module for Featured, New, Specials not displaying correctly.

Thank you!

6 Jul 2014, 3:29 PM
#671
jsarwar avatar

jsarwar

Zen Follower

Join Date:
Jul 2012
Posts:
347
Plugin Contributions:
0

Re: Sheffield Blue Template Support Thread

jsarwar:

I finally got the footer displayed on homepage. Now need assistance with two

(1) Product info page is not displaying correctly.

(2) Tab Module for Featured, New, Specials not displaying correctly.

Thank you!

(1) was solved by removing zenlight which was causing issue. May be version installed on 1.3 is not compatible with 1.5.

(2) was solved by making some changes in templates/common folder files.


6 Jul 2014, 3:32 PM
#672
jsarwar avatar

jsarwar

Zen Follower

Join Date:
Jul 2012
Posts:
347
Plugin Contributions:
0

Re: Sheffield Blue Template Support Thread

Updraded 1.3 to 1.5.3 and have two issue.

(1) Template shows large blank space below footer for all pages. If I remove following lines from tpl_header.php in common folder

<?php require($template->get_template_dir('tpl_mega_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_mega_menu.php');?>

It will remove the large blank space below footer but it also remove mega menu. Any suggestions?

(2) Product page does not show product image even image box appear there and appearance look like no image is uploaded but when click on large image it does not product image. How I can get this fixed?

Thank you!

6 Jul 2014, 8:44 PM
#673
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Sheffield Blue Template Support Thread

jsarwar:

Does this template work on 1.5.3? I upgrade one site today and classic template was loading ok but whenever I upload file for this template, pages does not load correctly.
I tried files from directory of 1.3.9 version which have been working well with this template and also fresh files from your website but still website is not loading correctly. I also tried responsive one and same thing happen.

First Page does not load after site logo so I change /SBtemplates/common/html_header.php file with standard zencart 1.5.3 file and now page load above the footer and content is not aligned specially on main page for specials, featured and new. Footer is not appearing for main page and product detail page.

http://goo.gl/ yTPsY6

emit space after/

thank you!

I just installed the Responsive Sheffield Blue template on a fresh install of 1.5.3 with no problems or issues. No modifications to the template package are necessary. All of the problems you are experiencing are due to modifications you have made or upgrade errors.

Thanks,

Anne

6 Jul 2014, 8:47 PM
#674
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Sheffield Blue Template Support Thread

jsarwar:

Updraded 1.3 to 1.5.3 and have two issue.

(1) Template shows large blank space below footer for all pages. If I remove following lines from tpl_header.php in common folder

<?php require($template->get_template_dir('tpl_mega_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_mega_menu.php');?>

It will remove the large blank space below footer but it also remove mega menu. Any suggestions?

(2) Product page does not show product image even image box appear there and appearance look like no image is uploaded but when click on large image it does not product image. How I can get this fixed?

Thank you!

If you have a long list of manufacturers or categories, it is the reason for the white space. Hover over your header drop downs to check this.

Thanks,

Anne

6 Jul 2014, 9:40 PM
#675
jsarwar avatar

jsarwar

Zen Follower

Join Date:
Jul 2012
Posts:
347
Plugin Contributions:
0

Re: Sheffield Blue Template Support Thread

picaflor-azul:

If you have a long list of manufacturers or categories, it is the reason for the white space. Hover over your header drop downs to check this.

Thanks,

Anne

Hi Anne,

Thank you this fix the large blank space below footer. Can you please assist with

(2) Product page does not show product image even image box appear there and appearance look like no image is uploaded but when click on large image link it does show product image. How I can get this fixed?

All images files are in public_html/images folder and on 1.3.9 version product pages were displaying images fine but now It don't show image on product page and when I check image url it shows

domain.com/public_html/images/medium/dvd/pic.jpg

instead of

domain.com/public_html/images/pic.jpg

Thank you

6 Jul 2014, 10:17 PM
#676
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Sheffield Blue Template Support Thread

jsarwar:

Hi Anne,

Thank you this fix the large blank space below footer. Can you please assist with

(2) Product page does not show product image even image box appear there and appearance look like no image is uploaded but when click on large image link it does show product image. How I can get this fixed?

All images files are in public_html/images folder and on 1.3.9 version product pages were displaying images fine but now It don't show image on product page and when I check image url it shows

domain.com/public_html/images/medium/dvd/pic.jpg

instead of

domain.com/public_html/images/pic.jpg

Thank you

I would recommend checking your logs folder for errors and correcting the errors.

Thanks,

Anne

6 Jul 2014, 10:20 PM
#677
jsarwar avatar

jsarwar

Zen Follower

Join Date:
Jul 2012
Posts:
347
Plugin Contributions:
0

Re: Sheffield Blue Template Support Thread

Thank you. on 1.3.9 I had so many modules/modification so I think best would be to do fresh installed on 1.5.3
Can you guide me if I install all modules on this 1.5.3 and they work then I can just move all files to live site and run any applicable sql in admin and all should work?

Thank you

6 Jul 2014, 10:56 PM
#678
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Sheffield Blue Template Support Thread

jsarwar:

Thank you. on 1.3.9 I had so many modules/modification so I think best would be to do fresh installed on 1.5.3
Can you guide me if I install all modules on this 1.5.3 and they work then I can just move all files to live site and run any applicable sql in admin and all should work?

Thank you

I would upgrade your database, then do a fresh install of the zen cart files, then install the template package (lots will be broken), then install/upgrade the modules.

Thanks,

Anne

6 Jul 2014, 11:32 PM
#679
jsarwar avatar

jsarwar

Zen Follower

Join Date:
Jul 2012
Posts:
347
Plugin Contributions:
0

Re: Sheffield Blue Template Support Thread

Thank you. I am working on it. I tried to run following sql for this template on fresh zencart 1.5.3 installation and it shows "Warning An error have occurred" I tried this in zc admin via install sql patch. Template is Sheffield_blue.
Any idea?

The following can be run via phpMyAdmin, or by Admin->Tools->Install SQLPatch:

The following is used only to remove this mod:

#delete from configuration where configuration_key in('PRODUCT_LISTING_LAYOUT_STYLE','PRODUCT_LISTING_COLUMNS_PER_ROW');

INSERT INTO configuration (configuration_title, configuration_key, configuration_value,
configuration_description, configuration_group_id, sort_order,
last_modified, date_added, use_function, set_function)
VALUES ('Product Listing - Layout Style', 'PRODUCT_LISTING_LAYOUT_STYLE', 'rows',
'Select the layout style:<br />Each product can be listed in its own row (rows option)
or products can be listed in multiple columns per row (columns option)', '8', '40', NULL,
now(), NULL, 'zen_cfg_select_option(array("rows", "columns"),');

INSERT INTO configuration (configuration_title, configuration_key, configuration_value,
configuration_description, configuration_group_id, sort_order,
last_modified, date_added, use_function, set_function)
VALUES ('Product Listing - Columns Per Row', 'PRODUCT_LISTING_COLUMNS_PER_ROW', '3',
'Select the number of columns of products to show in each row in the product listing.
The default setting is 3.', '8', '41', NULL, now(), NULL, NULL);

The following may be run via phpMyAdmin rather than in Zen Cart Admin (if it gives an error)

INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function)
VALUES ('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''),');

1 more question Template Sheffield_blue have catalog folders like classes, e.datafiles, language, modules and templates but responsive Sheffield_blue have only two for catalog section which are modules and templates so responsive will work with only these two directories for catalog section or do I have to get rest files from Template is Sheffield_blue?

6 Jul 2014, 11:35 PM
#680
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Sheffield Blue Template Support Thread

jsarwar:

Thank you. I am working on it. I tried to run following sql for this template on fresh zencart 1.5.3 installation and it shows "Warning An error have occurred" I tried this in zc admin via install sql patch. Template is Sheffield_blue.
Any idea?

The following can be run via phpMyAdmin, or by Admin->Tools->Install SQLPatch:

The following is used only to remove this mod:

#delete from configuration where configuration_key in('PRODUCT_LISTING_LAYOUT_STYLE','PRODUCT_LISTING_COLUMNS_PER_ROW');

INSERT INTO configuration (configuration_title, configuration_key, configuration_value,
configuration_description, configuration_group_id, sort_order,
last_modified, date_added, use_function, set_function)
VALUES ('Product Listing - Layout Style', 'PRODUCT_LISTING_LAYOUT_STYLE', 'rows',
'Select the layout style:<br />Each product can be listed in its own row (rows option)
or products can be listed in multiple columns per row (columns option)', '8', '40', NULL,
now(), NULL, 'zen_cfg_select_option(array("rows", "columns"),');

INSERT INTO configuration (configuration_title, configuration_key, configuration_value,
configuration_description, configuration_group_id, sort_order,
last_modified, date_added, use_function, set_function)
VALUES ('Product Listing - Columns Per Row', 'PRODUCT_LISTING_COLUMNS_PER_ROW', '3',
'Select the number of columns of products to show in each row in the product listing.
The default setting is 3.', '8', '41', NULL, now(), NULL, NULL);

The following may be run via phpMyAdmin rather than in Zen Cart Admin (if it gives an error)

INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function)
VALUES ('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''),');

1 more question Template Sheffield_blue have catalog folders like classes, e.datafiles, language, modules and templates but responsive Sheffield_blue have only two for catalog section which are modules and templates so responsive will work with only these two directories for catalog section or do I have to get rest files from Template is Sheffield_blue?

The Responsive Sheffield Blue and Sheffield Blue are 2 completely different template packages. If you used to have the Sheffield Blue template installed then you can not just upgrade to the responsive package. You need to install the responsive package like a new template and then use the new template override directory to install any modules.

Thanks,

Anne