Results 1 to 10 of 842

Hybrid View

  1. #1
    Join Date
    Jul 2012
    Posts
    347
    Plugin Contributions
    0

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

  2. #2
    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 jsarwar View Post
    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

  3. #3
    Join Date
    Jul 2012
    Posts
    347
    Plugin Contributions
    0

    Default Re: Sheffield Blue Template Support Thread

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

  4. #4
    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 jsarwar View Post
    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

  5. #5
    Join Date
    Jul 2012
    Posts
    347
    Plugin Contributions
    0

    Default 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. #6
    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 jsarwar View Post
    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

  7. #7
    Join Date
    Jul 2012
    Posts
    347
    Plugin Contributions
    0

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

 

 

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

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