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

Sheffield Blue Template Support Thread

Views: 123,076

Results 421 to 440 of 842
13 Nov 2013, 11:55 PM
#421
juzjojo avatar

juzjojo

New Zenner

Join Date:
Nov 2008
Location:
Ontario, Canada
Posts:
72
Plugin Contributions:
0

Sheffield Blue Template Support Thread

I get this as the error:

[13-Nov-2013 17:23:20 America/Chicago] PHP Warning: Cannot modify header information - headers already sent by (output started at /home4/joan2011/public_html/includes/classes/observers/class.send_extra_email_at_welcome.php:1) in /home4/joan2011/public_html/includes/modules/pages/product_info/header_php.php on line 30

14 Nov 2013, 3:14 AM
#422
juzjojo avatar

juzjojo

New Zenner

Join Date:
Nov 2008
Location:
Ontario, Canada
Posts:
72
Plugin Contributions:
0

Re: Sheffield Blue Template Support Thread

Now It's showing this.. but I don't know what's wrong with line 45

[13-Nov-2013 21:07:24 America/Chicago] PHP Warning: Cannot modify header information - headers already sent by (output started at /home4/joan2011/public_html/includes/classes/observers/class.send_extra_email_at_welcome.php:1) in /home4/joan2011/public_html/includes/functions/functions_general.php on line 45

/**

  • Redirect to another page or site
  • @param string The url to redirect to
    */
    function zen_redirect($url, $httpResponseCode = '') {
    global $request_type;
    // Are we loading an SSL page?
    if ( (ENABLE_SSL == 'true') && ($request_type == 'SSL') ) {
    // yes, but a NONSSL url was supplied
    if (substr($url, 0, strlen(HTTP_SERVER . DIR_WS_CATALOG)) == HTTP_SERVER . DIR_WS_CATALOG) {
    // So, change it to SSL, based on site's configuration for SSL
    $url = HTTPS_SERVER . DIR_WS_HTTPS_CATALOG . substr($url, strlen(HTTP_SERVER . DIR_WS_CATALOG));
    }
    }

// clean up URL before executing it
while (strstr($url, '&&')) $url = str_replace('&&', '&', $url);
while (strstr($url, '&&')) $url = str_replace('&&', '&', $url);
// header locates should not have the & in the address it breaks things
while (strstr($url, '&')) $url = str_replace('&', '&', $url);

if ($httpResponseCode == '') {
  header('Location: ' . $url);
  session_write_close();
} else {
  header('Location: ' . $url, TRUE, (int)$httpResponseCode);
  session_write_close();
}

exit();

}

14 Nov 2013, 12:26 PM
#423
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

JuzJoJo:

Hi there...
I've installed this theme and I'm having issues with these 2 pages. I'm not sure if there are others just yet but I hope someone can help me.
I get white pages and Im not sure how to fix them.

http://scrapsncompany.com/index.php?main_page=index&cPath=112_114
http://scrapsncompany.com/index.php?main_page=checkout_shipping
http://scrapsncompany.com/index.php?main_page=index&manufacturers_id=27

If you are getting a blank page, check your logs folder for errors and correct the errors.

Thanks,

Anne

14 Nov 2013, 12:28 PM
#424
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

JuzJoJo:

Now It's showing this.. but I don't know what's wrong with line 45

[13-Nov-2013 21:07:24 America/Chicago] PHP Warning: Cannot modify header information - headers already sent by (output started at /home4/joan2011/public_html/includes/classes/observers/class.send_extra_email_at_welcome.php:1) in /home4/joan2011/public_html/includes/functions/functions_general.php on line 45

/**

  • Redirect to another page or site
  • @param string The url to redirect to
    */
    function zen_redirect($url, $httpResponseCode = '') {
    global $request_type;
    // Are we loading an SSL page?
    if ( (ENABLE_SSL == 'true') && ($request_type == 'SSL') ) {
    // yes, but a NONSSL url was supplied
    if (substr($url, 0, strlen(HTTP_SERVER . DIR_WS_CATALOG)) == HTTP_SERVER . DIR_WS_CATALOG) {
    // So, change it to SSL, based on site's configuration for SSL
    $url = HTTPS_SERVER . DIR_WS_HTTPS_CATALOG . substr($url, strlen(HTTP_SERVER . DIR_WS_CATALOG));
    }
    }

// clean up URL before executing it
while (strstr($url, '&&')) $url = str_replace('&&', '&', $url);
while (strstr($url, '&&')) $url = str_replace('&&', '&', $url);
// header locates should not have the & in the address it breaks things
while (strstr($url, '&')) $url = str_replace('&', '&', $url);

if ($httpResponseCode == '') {
  header('Location: ' . $url);
  session_write_close();
} else {
  header('Location: ' . $url, TRUE, (int)$httpResponseCode);
  session_write_close();
}

exit();

}

This is not a template related problem.

I would back track through your customizations to see where the mistake happened. How did you install zen cart? Did you use an installer or the zc_install in the zip file?

Thanks,

Anne

15 Nov 2013, 3:26 AM
#425
juzjojo avatar

juzjojo

New Zenner

Join Date:
Nov 2008
Location:
Ontario, Canada
Posts:
72
Plugin Contributions:
0

Re: Sheffield Blue Template Support Thread

Thank you, I did manage to find and fix the problem.
I do have a few more questions for you.

Is there a way to remove this center piece http://scrapsncompany.com/index.php?main_page=index
I want to have new products showing there but without the below
http://prntscr.com/248exj

Also, I would like to know how to change the "sheffield blue" text (btw love it)
http://prntscr.com/248fap

I really want to thank you for such great templates and I will be making a donation soon.

15 Nov 2013, 5:18 AM
#426
juzjojo avatar

juzjojo

New Zenner

Join Date:
Nov 2008
Location:
Ontario, Canada
Posts:
72
Plugin Contributions:
0

Re: Sheffield Blue Template Support Thread

I figured out how the change the text...

15 Nov 2013, 2:32 PM
#427
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

JuzJoJo:

I figured out how the change the text...

I am happy that you figured it out ;)

Thanks,

Anne

15 Nov 2013, 4:07 PM
#428
juzjojo avatar

juzjojo

New Zenner

Join Date:
Nov 2008
Location:
Ontario, Canada
Posts:
72
Plugin Contributions:
0

Re: Sheffield Blue Template Support Thread

Thank you.
I also wondered about the main index page, where the tabs new, featured are displayed (center)
I wanted to remove that..and just have features showing..similar to this layout http://digitalscrapbookinghill.com/custore/
Is there a way to remove and just have features?

15 Nov 2013, 4:11 PM
#429
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

JuzJoJo:

Thank you.
I also wondered about the main index page, where the tabs new, featured are displayed (center)
I wanted to remove that..and just have features showing..similar to this layout http://digitalscrapbookinghill.com/custore/
Is there a way to remove and just have features?

You can remove the tabbed home page modules module.

Thanks,

Anne

15 Nov 2013, 6:35 PM
#430
asharp01 avatar

asharp01

New Zenner

Join Date:
Nov 2013
Posts:
37
Plugin Contributions:
0

Re: Sheffield Blue Template Support Thread

Hello Anne
Thanks for the help, I had a question at the bottom of this template is the copyright/Powered by Zen Cart.. Could you please tell me where the location of the file is for this?
I also need help with locating the file It has the following text "<strong>Welcome, Please Sign In</strong> <strong>Note</strong If you have shopped with us before and left something in your cart, for your convenience, the contents will be merged if you log back in. [More Info]" could you help me with the location for this file please..

Thanks for your help..

15 Nov 2013, 8:14 PM
#431
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

asharp01:

Hello Anne
Thanks for the help, I had a question at the bottom of this template is the copyright/Powered by Zen Cart.. Could you please tell me where the location of the file is for this?
I also need help with locating the file It has the following text "<strong>Welcome, Please Sign In</strong> <strong>Note</strong If you have shopped with us before and left something in your cart, for your convenience, the contents will be merged if you log back in. [More Info]" could you help me with the location for this file please..

Thanks for your help..

Use the admin--tools--developers toolkit to search for the files you need to edit.

Thanks,

Anne

17 Nov 2013, 5:23 AM
#432
juzjojo avatar

juzjojo

New Zenner

Join Date:
Nov 2008
Location:
Ontario, Canada
Posts:
72
Plugin Contributions:
0

Re: Sheffield Blue Template Support Thread

Me again,

So I couldn't figure out how to remove the tabs..so I just put the files back in.. now I have the slider overlapping.. can you advise me how to move that up? Also, how do I get the New Products to automatically show. It seems I have to click on the tab for them to appear.
Thanks again for your help

http://prntscr.com/24ph00

17 Nov 2013, 5:55 AM
#433
juzjojo avatar

juzjojo

New Zenner

Join Date:
Nov 2008
Location:
Ontario, Canada
Posts:
72
Plugin Contributions:
0

Re: Sheffield Blue Template Support Thread

Now the slider is gone, totally messed. Hoping you can help me figure it out http://scrapsncompany.com

17 Nov 2013, 2:52 PM
#434
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

JuzJoJo:

Now the slider is gone, totally messed. Hoping you can help me figure it out http://scrapsncompany.com

You can change which tab shows by default by following this:

http://www.zen-cart.com/showthread.php?195520-Abbington-Mega-Template-Support-Thread&p=1134272#post1134272

I see that you have gotten the slider back.

Thanks,

Anne

17 Nov 2013, 3:28 PM
#435
juzjojo avatar

juzjojo

New Zenner

Join Date:
Nov 2008
Location:
Ontario, Canada
Posts:
72
Plugin Contributions:
0

Re: Sheffield Blue Template Support Thread

I do have the slider back, but now it's off. Any suggestions on how to fix that?

17 Nov 2013, 3:49 PM
#436
juzjojo avatar

juzjojo

New Zenner

Join Date:
Nov 2008
Location:
Ontario, Canada
Posts:
72
Plugin Contributions:
0

Re: Sheffield Blue Template Support Thread

Hi again Anne,

Me again .. sorry for so many questions.. the only big thing is the slider issue (above) and how to remove the blue in the menu tabs here http://prntscr.com/24sep3.. Hopefully those are the only issues left to deal with. Thanks again.

21 Nov 2013, 7:49 PM
#437
lidlchris avatar

lidlchris

Zen Follower

Join Date:
Feb 2013
Posts:
345
Plugin Contributions:
0

Re: Sheffield Blue Template Support Thread

in the sidebar how to i get the subcategories NOT to show when you click on a category. i have multiple subcategories and it looks too busy when the subcategories show. i already set the setting to not open showing subcategories but that doesn't stop them from showing up when you click on a category

21 Nov 2013, 7:53 PM
#438
lidlchris avatar

lidlchris

Zen Follower

Join Date:
Feb 2013
Posts:
345
Plugin Contributions:
0

Re: Sheffield Blue Template Support Thread

why is there no pagination on the home page for specials, featured or new products. it just shows one page worth.

21 Nov 2013, 8:20 PM
#439
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

JuzJoJo:

Hi again Anne,

Me again .. sorry for so many questions.. the only big thing is the slider issue (above) and how to remove the blue in the menu tabs here http://prntscr.com/24sep3.. Hopefully those are the only issues left to deal with. Thanks again.

It looks like you figured this out ;)

Thanks,

Anne

21 Nov 2013, 8:22 PM
#440
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

lidlchris:

why is there no pagination on the home page for specials, featured or new products. it just shows one page worth.

You can set the number of products that show for these in admin--configuration--maximum values

Thanks,

Anne