-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
pewe
I used Zen Cart back in 2006, but have had no need of it since 2008 - until now :smile:
I have installed this template but want to remove the Social Sidebar.
In the instructions it says
I do not have this file - so assume it is referring to /includes/templates/sheffield_blue/css/stylesheet_social_sidebar.css.
However modifying this does not seem to remove (hide) the sidebar.
This is what I tried
I also tried it without the '-sh' as this is excluded in the example in the instructions - this didn't work either.
Can anyone enlighten me as to what I am missing here.
Thanks.
Add the display:none; to the .sidebar.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Thanks Anne
But I am still in the dark - tried that and now have this in the css file
Quote:
.sidebar{background:#e3e9ff;-moz-border-radius:10px;border:3px solid #bbccff;position:fixed;cursor:pointer;}
.sidebar-words{color:#000000;font-weight:bold;font-family:helvetica;list-style:none;padding:0px;}
.soico{margin-right:2px;margin-bottom:5px;margin-top:5px;width:40px;}
.sidebar{display:none;}
The sidebar still shows.
:wacko:
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
pewe
Thanks Anne
But I am still in the dark - tried that and now have this in the css file
The sidebar still shows.
:wacko:
If you post a link to your site I can take a look.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
I am also confused as to why my previous mod to the css did not hide the icons specified.
I have just visited another site using the template. On that site only three of the icons show, and from what I can tell their css file has identical content to the details in my earlier post.
:unsure:
Heres a link
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
pewe
I am also confused as to why my previous mod to the css did not hide the icons specified.
I have just visited another site using the template. On that site only three of the icons show, and from what I can tell their css file has identical content to the details in my earlier post.
:unsure:
Heres a
link
Add display:none !important; to the .sidebar
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Sorry, but I'm not following your answer!
What should the content of the css file look like after your suggested changes??
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
pewe
Sorry, but I'm not following your answer!
What should the content of the css file look like after your suggested changes??
Add this to the .sidebar:
Code:
display:none !important;
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Hi Anne,
First off, Thank you for providing such a slick template. I have been working on it for a couple days and up to now have been able to find all the answers for changing the things I wanted off here, google, and your own site.
I finally got around to messing with the social sidebar and it is here I am having an issue. I followed the readme and the files are named slightly different, but I assume they must be what you are referring to since the inner text is the same you state to edit. Once editing I save the file and upload to the exact same directory I pulled the file from to start with. Then when I go to test the site it still has all the social icons and links to the default that come with the template.
I could only find one thread with the same issue I am describing (On here and your own site, which was a duplicate post) and you state that the person must not have uploaded to the override directory, but I assume what you are referring to is the directory I pulled the files from.
I am speaking of these two files - The links I changed and the changes saved but it is not updating the links that the sidebar actually links to even though the code now shows the correct links. includes/templates/Sheffield_blue/css/stylesheet_social_sidebar.css and includes/languages/english/extra_definitions/sheffield_blue/social_defines.php
Please let me know what you think the fix might be. Thanks in advance for the help.
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
eric47905
Hi Anne,
First off, Thank you for providing such a slick template. I have been working on it for a couple days and up to now have been able to find all the answers for changing the things I wanted off here, google, and your own site.
I finally got around to messing with the social sidebar and it is here I am having an issue. I followed the readme and the files are named slightly different, but I assume they must be what you are referring to since the inner text is the same you state to edit. Once editing I save the file and upload to the exact same directory I pulled the file from to start with. Then when I go to test the site it still has all the social icons and links to the default that come with the template.
I could only find one thread with the same issue I am describing (On here and your own site, which was a duplicate post) and you state that the person must not have uploaded to the override directory, but I assume what you are referring to is the directory I pulled the files from.
I am speaking of these two files - The links I changed and the changes saved but it is not updating the links that the sidebar actually links to even though the code now shows the correct links. includes/templates/Sheffield_blue/css/stylesheet_social_sidebar.css and includes/languages/english/extra_definitions/sheffield_blue/social_defines.php
Please let me know what you think the fix might be. Thanks in advance for the help.
If you post a link to your site I can take a look.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
eric47905
You need to edit the includes/languages/english/extra_definitions/sheffield_blue/social_defines.php and be sure that you are overwiting the file on your server with the changes.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
I did. As it turns out I figured out the problem. It is pulling these sidebox defines from "footer_menu_defines" not from the sidebar_defines. As soon as I changed that other file it took immediately. I don't know why it is pulling from the incorrect file though.
The second part though was to remove the blog icon and the file you say to edit doesn't do anything either so I wonder where that is actually pulling its source from?
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
eric47905
I did. As it turns out I figured out the problem. It is pulling these sidebox defines from "footer_menu_defines" not from the sidebar_defines. As soon as I changed that other file it took immediately. I don't know why it is pulling from the incorrect file though.
The second part though was to remove the blog icon and the file you say to edit doesn't do anything either so I wonder where that is actually pulling its source from?
I am so happy that you figured it out! I will add to the bug list to remove the defines from the fotoer_menu_defines file.
You can edit the includes/templates/sheffield_blue/common/tpl_main_page.php
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Hi Anne,
First of all, thanks for this really great template. It is really well done and different then what we usually find. I really appreciate your great work in this.
I've installed it and started to modify it a little. Everything was going well. I just installed the zen lightbox pluging and started to fill the store with products but the image do not appears on the product pages... I just can't figure why..
Here's a link to the store: http://www.offroadrescuenetwork.com/salesorn/ If you goo and take a look at red sticker product on the left sidebox you'll ses that no picture are showing.
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
AlexThibo
Hi Anne,
First of all, thanks for this really great template. It is really well done and different then what we usually find. I really appreciate your great work in this.
I've installed it and started to modify it a little. Everything was going well. I just installed the zen lightbox pluging and started to fill the store with products but the image do not appears on the product pages... I just can't figure why..
Here's a link to the store:
http://www.offroadrescuenetwork.com/salesorn/ If you goo and take a look at red sticker product on the left sidebox you'll ses that no picture are showing.
There is not inherently a conflict between the lightbox plugin and the template. My guess is that you have installed the lightbox plugin correctly. I would check to be sure that all of the lightbox files are in the correct location on your server.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
DivaVocals
How do you know which form the spam is coming from??
As it turned out, the primary contact form was delivering plenty of SPAM. I never figured out WHY it began as soon as I implemented the new template. Does anyone know if there is a software or web platform available to test form against spambots? I couldn't find one.
Al any rate, ended up adding a simple SPAM trap with an html/text driven captcha which seems to be doing the trick and is not as user-unfriendly as reCaptcha. I posted a tutorial here. Feedback welcome and hope it helps. It's implemented here.
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
mutinyzoo
As it turned out, the primary contact form was delivering plenty of SPAM. I never figured out WHY it began as soon as I implemented the new template. Does anyone know if there is a software or web platform available to test form against spambots? I couldn't find one.
Al any rate, ended up adding a simple SPAM trap with an html/text driven captcha which seems to be doing the trick and is not as user-unfriendly as reCaptcha. I posted a tutorial
here. Feedback welcome and hope it helps. It's implemented
here.
Thank you for posting your solution ;) I am happy that you figured it out.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Hello Ann,
I had a question about adding social icons to the footer of this template. I was wondering under which file would I place the main code if you can help me out? Thanks
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
asharp01
Hello Ann,
I had a question about adding social icons to the footer of this template. I was wondering under which file would I place the main code if you can help me out? Thanks
I would add them to the includes/templates/sheffield_blue/common/tpl_footer.php or the includes/templates/sheffield_blue/common/tpl_footer_menu.php
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
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?...&cPath=112_114
http://scrapsncompany.com/index.php?...ckout_shipping
http://scrapsncompany.com/index.php?...acturers_id=27
-
Re: 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
-
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();
}
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
JuzJoJo
If you are getting a blank page, check your logs folder for errors and correct the errors.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
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
-
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.
-
Re: Sheffield Blue Template Support Thread
I figured out how the change the text...
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
JuzJoJo
I figured out how the change the text...
I am happy that you figured it out ;)
Thanks,
Anne
-
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?
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
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
-
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..
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
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
-
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
-
Re: Sheffield Blue Template Support Thread
Now the slider is gone, totally messed. Hoping you can help me figure it out http://scrapsncompany.com
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
JuzJoJo
You can change which tab shows by default by following this:
http://www.zen-cart.com/showthread.p...72#post1134272
I see that you have gotten the slider back.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
I do have the slider back, but now it's off. Any suggestions on how to fix that?
-
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.
-
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
-
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.
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
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
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
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
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
picaflor-azul
You can set the number of products that show for these in admin--configuration--maximum values
Thanks,
Anne
if i set it to a very high number will it display everything all at show up?? or does it display everything all at once on the home page?
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
lidlchris
if i set it to a very high number will it display everything all at show up?? or does it display everything all at once on the home page?
I don't really understand your question. If you set the New Products Module--Number of new products to display in a category to 100, then 100 products will show in the new products tab on the home page.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Hello Anne, had a question I am trying to get rid of the pages 2,3,4, in the sit map.. I was able to remove the pages 2,3,4, But now i have the special characters still there... Could please help me.. thank you
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
picaflor-azul
I don't really understand your question. If you set the New Products Module--Number of new products to display in a category to 100, then 100 products will show in the new products tab on the home page.
Thanks,
Anne
yep you understood it. that's a bit clunky.. is there no way to add pagination like on the category pages or search pages where it will only display a set amount (9 right now) and then show you additional pages.
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
lidlchris
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
can't find the answer to this one anywhere on the internet and it seems like it should be a simple fix??
-
Re: Sheffield Blue Template Support Thread
Never mind Anne, I already found were the <li> tags were , thank you...
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
asharp01
Hello Anne, had a question I am trying to get rid of the pages 2,3,4, in the sit map.. I was able to remove the pages 2,3,4, But now i have the special characters still there... Could please help me.. thank you
You can remove the pages in admin--configuration--define page status
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
lidlchris
yep you understood it. that's a bit clunky.. is there no way to add pagination like on the category pages or search pages where it will only display a set amount (9 right now) and then show you additional pages.
I am sure that this can be done with some custom programming, but I can not tell you how to do it off the top of my head :) I would do a search on the forum to see if there is already information about this posted.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
asharp01
Never mind Anne, I already found were the <li> tags were , thank you...
I am happy that you figured it out ;)
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
sidebar social media icons and links - where are they set?? it says in the documentation they are set in social_defines.php but i set them up there and it isn't changing them on my website.. the last 3 seem to work but the first 3 - facebook, twitter, and youtube, aren't working.. see swordsofhonor.net.. facebook is going to swordsofhonor.net/facebook instead of the real facebook url i entered of facebook.com/swordsofhonor
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
lidlchris
sidebar social media icons and links - where are they set?? it says in the documentation they are set in social_defines.php but i set them up there and it isn't changing them on my website.. the last 3 seem to work but the first 3 - facebook, twitter, and youtube, aren't working.. see swordsofhonor.net.. facebook is going to swordsofhonor.net/facebook instead of the real facebook url i entered of facebook.com/swordsofhonor
I would recommend uploading the default social_defines.php from the template package and then try editing again. Be sure to keep the single quotes in tact.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
picaflor-azul
I would recommend uploading the default social_defines.php from the template package and then try editing again. Be sure to keep the single quotes in tact.
Thanks,
Anne
just did that and now the first 3 icons (facebook, twitter, and youtube) go to swordsofhonor.net/facebook, etc.. same as when i put in my social links.. the last 3 are fine - they now point to your sites just to prove it wasn't my changes.
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
lidlchris
just did that and now the first 3 icons (facebook, twitter, and youtube) go to swordsofhonor.net/facebook, etc.. same as when i put in my social links.. the last 3 are fine - they now point to your sites just to prove it wasn't my changes.
The default urls are to my social media. You need to change them to your urls. There is no bug in the functionality because there are tons (literally thousands) of people using the social sidebar and this template who customize their social media links with no problems.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
picaflor-azul
The default urls are to my social media. You need to change them to your urls. There is no bug in the functionality because there are tons (literally thousands) of people using the social sidebar and this template who customize their social media links with no problems.
Thanks,
Anne
not suggesting a bug - just need help figuring out why the first 3 show my domain name even when i use the default social_defines file.. you can see i'm using the default social_defines file if you check the coding behind the last 3 - they all point to your site.. here is the exact coding that that site is using right now:
<?php
/**
* Social Sidebar Definitions
*
* @package templateSystem
* @copyright Copyright 2003-2005 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V3.0
* @version $Id: social_sidebar.php 1.0 11/13/2012 Picaflor Azul $
*/
/*bof social icons*/
define('TWITTER_ICON', 'twitter.png');
define('FACEBOOK_ICON','facebook.png');
define('YOUTUBE_ICON', 'youtube.png');
define('PINTEREST_ICON', 'pinterest.png');
define('GOOGLE_ICON', 'google.png');
define('BLOG_ICON', 'blog.png');
/*bof social urls*/
define('FACEBOOK','http://www.facebook.com/Custom.Zen.Cart.Design');
define('TWITTER', 'http://www.twitter.com/picaflorazul');
define('YOUTUBE', 'http://www.youtube.com/user/ZenCartEasyHelp');
define('PINTEREST', 'http://www.pinterest.com/picaflorazul');
define('GOOGLE', 'https://plus.google.com/113609090217058276980/posts');
define('BLOG', 'http://www.picaflor-azul.com/blog');
/*bof social titles*/
define('TWITTER_TITLE', 'Twitter');
define('FACEBOOK_TITLE','Facebook Page');
define('YOUTUBE_TITLE', 'Youtube');
define('PINTEREST_TITLE', 'Pinterest');
define('GOOGLE_TITLE', 'Google');
define('BLOG_TITLE', 'Blog');
/*bof social alt text*/
define('TWITTER_ALT', 'Follow Us On Twitter');
define('FACEBOOK_ALT','Our Facebook Page');
define('YOUTUBE_ALT', 'Subscribe to Us On Youtube');
define('PINTEREST_ALT', 'Follow Us OnPinterest');
define('GOOGLE_ALT', 'Follow Us On Google Plus');
define('BLOG_ALT', 'Read Our Blog');
please notice that the top 3 links do NOT match what is showing up on my site - swordsofhonor.net
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
lidlchris
not suggesting a bug - just need help figuring out why the first 3 show my domain name even when i use the default social_defines file.. you can see i'm using the default social_defines file if you check the coding behind the last 3 - they all point to your site.. here is the exact coding that that site is using right now:
<?php
/**
* Social Sidebar Definitions
*
* @package templateSystem
* @copyright Copyright 2003-2005 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license
http://www.zen-cart.com/license/2_0.txt GNU Public License V3.0
* @version $Id: social_sidebar.php 1.0 11/13/2012 Picaflor Azul $
*/
/*bof social icons*/
define('TWITTER_ICON', 'twitter.png');
define('FACEBOOK_ICON','facebook.png');
define('YOUTUBE_ICON', 'youtube.png');
define('PINTEREST_ICON', 'pinterest.png');
define('GOOGLE_ICON', 'google.png');
define('BLOG_ICON', 'blog.png');
/*bof social urls*/
define('FACEBOOK','http://www.facebook.com/Custom.Zen.Cart.Design');
define('TWITTER', 'http://www.twitter.com/picaflorazul');
define('YOUTUBE', 'http://www.youtube.com/user/ZenCartEasyHelp');
define('PINTEREST', 'http://www.pinterest.com/picaflorazul');
define('GOOGLE', 'https://plus.google.com/113609090217058276980/posts');
define('BLOG', 'http://www.picaflor-azul.com/blog');
/*bof social titles*/
define('TWITTER_TITLE', 'Twitter');
define('FACEBOOK_TITLE','Facebook Page');
define('YOUTUBE_TITLE', 'Youtube');
define('PINTEREST_TITLE', 'Pinterest');
define('GOOGLE_TITLE', 'Google');
define('BLOG_TITLE', 'Blog');
/*bof social alt text*/
define('TWITTER_ALT', 'Follow Us On Twitter');
define('FACEBOOK_ALT','Our Facebook Page');
define('YOUTUBE_ALT', 'Subscribe to Us On Youtube');
define('PINTEREST_ALT', 'Follow Us OnPinterest');
define('GOOGLE_ALT', 'Follow Us On Google Plus');
define('BLOG_ALT', 'Read Our Blog');
please notice that the top 3 links do NOT match what is showing up on my site - swordsofhonor.net
is it java coding that is putting those links in?? maybe if i knew how that worked i can figure out why it's filling the first 3 in with my site/facebook,twitter,youtube.. the crazy thing is it's filling out 2 of them with the words 'Highlandrags' and that is one of my websites - but certainly not the one i'm testing with. could it be pulling in coding from another site???
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
lidlchris
not suggesting a bug - just need help figuring out why the first 3 show my domain name even when i use the default social_defines file.. you can see i'm using the default social_defines file if you check the coding behind the last 3 - they all point to your site.. here is the exact coding that that site is using right now:
<?php
/**
* Social Sidebar Definitions
*
* @package templateSystem
* @copyright Copyright 2003-2005 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license
http://www.zen-cart.com/license/2_0.txt GNU Public License V3.0
* @version $Id: social_sidebar.php 1.0 11/13/2012 Picaflor Azul $
*/
/*bof social icons*/
define('TWITTER_ICON', 'twitter.png');
define('FACEBOOK_ICON','facebook.png');
define('YOUTUBE_ICON', 'youtube.png');
define('PINTEREST_ICON', 'pinterest.png');
define('GOOGLE_ICON', 'google.png');
define('BLOG_ICON', 'blog.png');
/*bof social urls*/
define('FACEBOOK','http://www.facebook.com/Custom.Zen.Cart.Design');
define('TWITTER', 'http://www.twitter.com/picaflorazul');
define('YOUTUBE', 'http://www.youtube.com/user/ZenCartEasyHelp');
define('PINTEREST', 'http://www.pinterest.com/picaflorazul');
define('GOOGLE', 'https://plus.google.com/113609090217058276980/posts');
define('BLOG', 'http://www.picaflor-azul.com/blog');
/*bof social titles*/
define('TWITTER_TITLE', 'Twitter');
define('FACEBOOK_TITLE','Facebook Page');
define('YOUTUBE_TITLE', 'Youtube');
define('PINTEREST_TITLE', 'Pinterest');
define('GOOGLE_TITLE', 'Google');
define('BLOG_TITLE', 'Blog');
/*bof social alt text*/
define('TWITTER_ALT', 'Follow Us On Twitter');
define('FACEBOOK_ALT','Our Facebook Page');
define('YOUTUBE_ALT', 'Subscribe to Us On Youtube');
define('PINTEREST_ALT', 'Follow Us OnPinterest');
define('GOOGLE_ALT', 'Follow Us On Google Plus');
define('BLOG_ALT', 'Read Our Blog');
please notice that the top 3 links do NOT match what is showing up on my site - swordsofhonor.net
The urls for social media have not been customized in this file:
Code:
/*bof social urls*/
define('FACEBOOK','http://www.facebook.com/Custom.Zen.Cart.Design');
define('TWITTER', 'http://www.twitter.com/picaflorazul');
define('YOUTUBE', 'http://www.youtube.com/user/ZenCartEasyHelp');
define('PINTEREST', 'http://www.pinterest.com/picaflorazul');
define('GOOGLE', 'https://plus.google.com/113609090217058276980/posts');
define('BLOG', 'http://www.picaflor-azul.com/blog');
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
picaflor-azul
The urls for social media have not been customized in this file:
Code:
/*bof social urls*/
define('FACEBOOK','http://www.facebook.com/Custom.Zen.Cart.Design');
define('TWITTER', 'http://www.twitter.com/picaflorazul');
define('YOUTUBE', 'http://www.youtube.com/user/ZenCartEasyHelp');
define('PINTEREST', 'http://www.pinterest.com/picaflorazul');
define('GOOGLE', 'https://plus.google.com/113609090217058276980/posts');
define('BLOG', 'http://www.picaflor-azul.com/blog');
Thanks,
Anne
ok now i'm frustrated.. i'll try to make this as simple as possible.. yes of course i know the links are not customized - i said that to prove a point. but even using the default file with YOUR links in it is not working for the top 3 sites. please go to swordsofhonor.net and check the coding using a right click or view source.. here are the top 3 links in your default coding:
define('FACEBOOK','http://www.facebook.com/Custom.Zen.Cart.Design');
define('TWITTER', 'http://www.twitter.com/picaflorazul');
define('YOUTUBE', 'http://www.youtube.com/user/ZenCartEasyHelp');
here is what it translates to when i use that DEFAULT file on swordsofhonor.net (check the code)
<a title="Facebook Page" target="_blank" href="Highland-Rags">
<img class="soico facebook-sh" alt="Our Facebook Page" src="includes/templates/responsive_sheffield_blue/images/facebook.png">
</a>
<a title="Twitter" target="_blank" href="HighlandRags">
<img class="soico twitter-sh" alt="Follow Us On Twitter" src="includes/templates/responsive_sheffield_blue/images/twitter.png">
</a>
<a title="Youtube" target="_blank" href="youtube">
<img class="soico youtube-sh" alt="Subscribe to Us On Youtube" src="includes/templates/responsive_sheffield_blue/images/youtube.png">
</a>
no idea where it is getting 'Highland-Rags from from - it's nowhere on any of the files.. here is the java coding in the source that also shows 'highland rags':
<!--bof social networking sidebar-->
<script src="includes/templates/responsive_sheffield_blue/jscript/jquery.sidebar.js" type="text/javascript"></script>
<script language="javascript" type="text/javascript">
/* <![CDATA[ */
$(function() {
$("body").sidebar({
//text: "Follow Me", // can be anything
html: "<a href='Highland-Rags' target='_blank' title='Facebook Page'><img src='includes/templates/responsive_sheffield_blue/images/facebook.png' class='soico facebook-sh' alt='Our Facebook Page' /></a><a href='HighlandRags' target='_blank' title='Twitter'><img src='includes/templates/responsive_sheffield_blue/images/twitter.png' class='soico twitter-sh' alt='Follow Us On Twitter' /></a><a href='youtube' target='_blank' title='Youtube'><img src='includes/templates/responsive_sheffield_blue/images/youtube.png' class='soico youtube-sh' alt='Subscribe to Us On Youtube' /></a><a href='http://www.pinterest.com/picaflorazul' target='_blank' title='Pinterest'><img src='includes/templates/responsive_sheffield_blue/images/pinterest.png' class='soico pinterest-sh' alt='Follow Us OnPinterest' /></a><a href='https://plus.google.com/113609090217058276980/posts' target='_blank' title='Google'><img src='includes/templates/responsive_sheffield_blue/images/google.png' class='soico google-sh' alt='Follow Us On Google Plus' /></a><a href='http://www.picaflor-azul.com/blog' target='_blank' title='Blog'><img src='includes/templates/responsive_sheffield_blue/images/blog.png' class='soico blog-sh' alt='Read Our Blog!' /></a>", // can be anything
size: "60px", // can be anything in pixels
length : "300px", // can be anything in pixels
margin: "130px", // can be anything in pixels
position: "left", // left / bottom / right / top
fadding : "0.5", // 0.1 to 1.0
//img: "images/twitter.png",
//openURL : "www.twitter.com/"
});
});
/* ]]> */
</script>
<!--eof social networking sidebar-->
i must be doing something wrong but i'm not stupid - just need some direction.
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
lidlchris
ok now i'm frustrated.. i'll try to make this as simple as possible.. yes of course i know the links are not customized - i said that to prove a point. but even using the default file with YOUR links in it is not working for the top 3 sites. please go to swordsofhonor.net and check the coding using a right click or view source.. here are the top 3 links in your default coding:
define('FACEBOOK','http://www.facebook.com/Custom.Zen.Cart.Design');
define('TWITTER', 'http://www.twitter.com/picaflorazul');
define('YOUTUBE', 'http://www.youtube.com/user/ZenCartEasyHelp');
here is what it translates to when i use that DEFAULT file on swordsofhonor.net (check the code)
<a title="Facebook Page" target="_blank" href="Highland-Rags">
<img class="soico facebook-sh" alt="Our Facebook Page" src="includes/templates/responsive_sheffield_blue/images/facebook.png">
</a>
<a title="Twitter" target="_blank" href="HighlandRags">
<img class="soico twitter-sh" alt="Follow Us On Twitter" src="includes/templates/responsive_sheffield_blue/images/twitter.png">
</a>
<a title="Youtube" target="_blank" href="youtube">
<img class="soico youtube-sh" alt="Subscribe to Us On Youtube" src="includes/templates/responsive_sheffield_blue/images/youtube.png">
</a>
no idea where it is getting 'Highland-Rags from from - it's nowhere on any of the files.. here is the java coding in the source that also shows 'highland rags':
<!--bof social networking sidebar-->
<script src="includes/templates/responsive_sheffield_blue/jscript/jquery.sidebar.js" type="text/javascript"></script>
<script language="javascript" type="text/javascript">
/* <=!=[=C=D=A=T=A=[ */
$(function() {
$("body").sidebar({
//text: "Follow Me", // can be anything
html: "<a href='Highland-Rags' target='_blank' title='Facebook Page'><img src='includes/templates/responsive_sheffield_blue/images/facebook.png' class='soico facebook-sh' alt='Our Facebook Page' /></a><a href='HighlandRags' target='_blank' title='Twitter'><img src='includes/templates/responsive_sheffield_blue/images/twitter.png' class='soico twitter-sh' alt='Follow Us On Twitter' /></a><a href='youtube' target='_blank' title='Youtube'><img src='includes/templates/responsive_sheffield_blue/images/youtube.png' class='soico youtube-sh' alt='Subscribe to Us On Youtube' /></a><a href='http://www.pinterest.com/picaflorazul' target='_blank' title='Pinterest'><img src='includes/templates/responsive_sheffield_blue/images/pinterest.png' class='soico pinterest-sh' alt='Follow Us OnPinterest' /></a><a href='https://plus.google.com/113609090217058276980/posts' target='_blank' title='Google'><img src='includes/templates/responsive_sheffield_blue/images/google.png' class='soico google-sh' alt='Follow Us On Google Plus' /></a><a href='http://www.picaflor-azul.com/blog' target='_blank' title='Blog'><img src='includes/templates/responsive_sheffield_blue/images/blog.png' class='soico blog-sh' alt='Read Our Blog!' /></a>", // can be anything
size: "60px", // can be anything in pixels
length : "300px", // can be anything in pixels
margin: "130px", // can be anything in pixels
position: "left", // left / bottom / right / top
fadding : "0.5", // 0.1 to 1.0
//img: "images/twitter.png",
//openURL : "www.twitter.com/"
});
});
/* ]=]=> */
</script>
<!--eof social networking sidebar-->
i must be doing something wrong but i'm not stupid - just need some direction.
Without knowing the entire history of your zen cart installation, modules installed, customizations made, etc. it is very hard for me to guess what is happening. I would check with your web host and also any .htaccess files. If you have any url rewriting mods enabled, try disabling them.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Without knowing the entire history of your zen cart installation, modules installed, customizations made, etc. it is very hard for me to guess what is happening. I would check with your web host and also any .htaccess files. If you have any url rewriting mods enabled, try disabling them.
Thanks,
Anne
if i could just have some help with how the java process works to fill those fields as i gather it's not taking them directly from the social_defines file.. somewhere that process is finding the wrong URL's. and to turn off a module in zen cart is a nightmare - it's not Woordpress.. :)
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
lidlchris
if i could just have some help with how the java process works to fill those fields as i gather it's not taking them directly from the social_defines file.. somewhere that process is finding the wrong URL's. and to turn off a module in zen cart is a nightmare - it's not Woordpress.. :)
I am sorry, but I am not a javascript expert and can not explain to you the entire process. The tpl_main_page.php file is where the code is located for the social defines sidebar. Maybe you have another module installed that is using the same constants as this module.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
picaflor-azul
I am sorry, but I am not a javascript expert and can not explain to you the entire process. The tpl_main_page.php file is where the code is located for the social defines sidebar. Maybe you have another module installed that is using the same constants as this module.
Thanks,
Anne
that's what i was thinking.. are the constants 'facebook, twitter, etc.'???? i can do a search for them and probably find them if they are.
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
lidlchris
that's what i was thinking.. are the constants 'facebook, twitter, etc.'???? i can do a search for them and probably find them if they are.
Yes, this would be a good guess ;) You can also try changing the constants and their definitions and see if everything starts to work.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Yes, this would be a good guess ;) You can also try changing the constants and their definitions and see if everything starts to work.
Thanks,
Anne
do you know where the constants are defined??
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
lidlchris
do you know where the constants are defined??
includes/languages/english/extra_definitions/sheffield_blue/social_defines.php
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Hi Anne,
Can you take a look at my screenshot... http://prntscr.com/26h3la..
The slider is off.. and I have no idea how to get it back to its normal state... as well.. with the tabs. how do I get the images to show automatically without having to click on each tab?
Thanks!
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
JuzJoJo
Hi Anne,
Can you take a look at my screenshot...
http://prntscr.com/26h3la..
The slider is off.. and I have no idea how to get it back to its normal state... as well.. with the tabs. how do I get the images to show automatically without having to click on each tab?
Thanks!
If you post a link to your site I can take a look.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
This is the site..scrapsncompany.com/
I'm also having an issue sorting the manufacturer's products by date added.. it only wants to add them alphabetically :huh:
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
JuzJoJo
This is the site..scrapsncompany.com/
I'm also having an issue sorting the manufacturer's products by date added.. it only wants to add them alphabetically :huh:
This is not a template related issue. Please do a search of the forum to see if others have had the same question.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Hello Anne, I have a question when I go to purchase an item on this template... After it's done calculating the item, shipping, tax.. The total is showing a little bit more than what it should... For example the subtotal of the item is 11.95 + shipping 2.24 + tax .90 is showing a total of 15.98... My calculation are adding up to 15.09... Its showing an additional charge for that item of .89... What could be the problem? Thanks for your help..
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
asharp01
Hello Anne, I have a question when I go to purchase an item on this template... After it's done calculating the item, shipping, tax.. The total is showing a little bit more than what it should... For example the subtotal of the item is 11.95 + shipping 2.24 + tax .90 is showing a total of 15.98... My calculation are adding up to 15.09... Its showing an additional charge for that item of .89... What could be the problem? Thanks for your help..
This is not a template related problem. I would recommend doing a search of the forum to see if anyone else has had this problem, and how they resolved it.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
I looked at the support threads and I really can't find whats causing this issue... It was working fine the other day.. Do you think that you could point me in the right direction? Because I am sort of confused on why this is happening.. Thanks for your help
-
Re: Sheffield Blue Template Support Thread
For some reason my website is calculating the tax twice.. Could you help?
-
Re: Sheffield Blue Template Support Thread
Never mind I figured it out... thank Anne.. Hope you have a good holiday
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
asharp01
Never mind I figured it out... thank Anne.. Hope you have a good holiday
I am happy that you figured it out ;) You should post your question and solution in the appropriate forum so that in the future if someone has the same issue, they can find the answer.
Thanks,
AnneHello, and thank you for your email ;-) I would love to help you with your zen cart project.
Please let me know:
* the url of your site
* the name of your web host
* what modules/addons/plugins you have installed
* what version of zen cart you are running
-
Re: Sheffield Blue Template Support Thread
Hi Anne,
I have a question on how to display the Product Name / Product Title in the What's New sidebox on the site. I have searched for an answer but either no one has asked or I just cant find the right search term.
For an example of what I am speaking of please see your live demo on the first page of this thread. In the what's new box it merely shows the picture and the price. I need it to show the products name as well.
I looked at the tpl whats new sidebox in the template default folder and it looks correct. I didn't see an override file for this either within the Sheffield blue folder so I assume it is using the default one. I also made sure under configuration that the whats new is set to show the product name, but that seems to only control the listing page when you click on the whats new header.
Is there a place to control what is shown in the sidebox or do I need to change some code around?
Thanks for your help.
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
eric47905
Hi Anne,
I have a question on how to display the Product Name / Product Title in the What's New sidebox on the site. I have searched for an answer but either no one has asked or I just cant find the right search term.
For an example of what I am speaking of please see your live demo on the first page of this thread. In the what's new box it merely shows the picture and the price. I need it to show the products name as well.
I looked at the tpl whats new sidebox in the template default folder and it looks correct. I didn't see an override file for this either within the Sheffield blue folder so I assume it is using the default one. I also made sure under configuration that the whats new is set to show the product name, but that seems to only control the listing page when you click on the whats new header.
Is there a place to control what is shown in the sidebox or do I need to change some code around?
Thanks for your help.
Remove the #fff on line 168 of the stylesheet.css file:
Code:
#whatsnew a, #featured a, #specials a {
color: #fff;
}
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Thank you so much commenting out the fff did the trick! After you said that I highlighted the sidebox and saw the titles were actually there. Had not thought to check that lol.
Thanks again, you are the best at responding to your help threads! A++
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
eric47905
Thank you so much commenting out the fff did the trick! After you said that I highlighted the sidebox and saw the titles were actually there. Had not thought to check that lol.
Thanks again, you are the best at responding to your help threads! A++
I am happy that it worked ;) Have a great weekend!
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
I was wondering can you direct me on how to remove some of the footer links under "Information" and "Customer Service". I reviewed the forum and the readme file and can't figure it out.
Any help would be greatly appreciated.
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
jt1020
I was wondering can you direct me on how to remove some of the footer links under "Information" and "Customer Service". I reviewed the forum and the readme file and can't figure it out.
Any help would be greatly appreciated.
You can edit the includes/languages/english/extra_definitions/sheffield_blue/footer_menu_defines.php file. The module used to create the footer menu is the Footer Menu module. If you have questions about how to customize this module, I would recommend reading the module support thread since there will probably be more details there ;)
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Hi,
I've installed this template, been able to control the contact_us menu option so that do not get spam through it, moved some things around and clean it up so that features are enabled/disabled as set in the admin panel (version 1.5.1 of Zen Cart); however, I am trying to figure out where/how to disable the Details drop down if there is nothing present that would populate that drop down. (ie., on page loads where data is present to have it load/display, and on pages where nothing would be present to have it disappear.) I would also like to apply the CSS necessary to have the full description show on page load instead of the default of it being hidden.
The problem is that the words "details" and "description" are throughout ZC so when searching for these particular areas, I have not had much success and I am trying to get through this portion as quickly as I can. Could someone please direct me to which file(s) to look in for the programming code, and in which of the CSS files it would be recommended to add the line that will make the description show upon loading the page similar to having the special products, new products, and/or featured products show on the main page?
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
mc12345678
Hi,
I've installed this template, been able to control the contact_us menu option so that do not get spam through it, moved some things around and clean it up so that features are enabled/disabled as set in the admin panel (version 1.5.1 of Zen Cart); however, I am trying to figure out where/how to disable the Details drop down if there is nothing present that would populate that drop down. (ie., on page loads where data is present to have it load/display, and on pages where nothing would be present to have it disappear.) I would also like to apply the CSS necessary to have the full description show on page load instead of the default of it being hidden.
The problem is that the words "details" and "description" are throughout ZC so when searching for these particular areas, I have not had much success and I am trying to get through this portion as quickly as I can. Could someone please direct me to which file(s) to look in for the programming code, and in which of the CSS files it would be recommended to add the line that will make the description show upon loading the page similar to having the special products, new products, and/or featured products show on the main page?
Are you talking about the toggle for the details and description on the product info page in the Responsive Sheffield Blue template? If so, there is a patch for this that has been posted to the support thread for that template.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Are you talking about the toggle for the details and description on the product info page in the Responsive Sheffield Blue template? If so, there is a patch for this that has been posted to the support thread for that template.
Thanks,
Anne
Yes... Sorry, posted in the wrong thread... Close but not quite. (probably why I have been unable to find the answer I was looking for as well.)
Thank you, I'll try looking/searching there. (I do have this template installed as well, but not trying to modify it at the moment.)
-
Re: Sheffield Blue Template Support Thread
I have been trying to increase the number of slides available on the main page. I found the 'tpl_home_slider.php' page and tried to simply add more lines based on the code, but it does not increase the number of slides. is there a setting in a file somewhere that allows you to increase the number for 5 to 7? Any assistance would be appreciated.
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
wapitismith
I have been trying to increase the number of slides available on the main page. I found the 'tpl_home_slider.php' page and tried to simply add more lines based on the code, but it does not increase the number of slides. is there a setting in a file somewhere that allows you to increase the number for 5 to 7? Any assistance would be appreciated.
Please see the readme.html for instructions on how to add more images to the slide show.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
I have found no way to edit the "about_us" page
I did run sql patch to get it to show up in list but it does not show up on the define pages drop down list to select
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
rdsbaker
I have found no way to edit the "about_us" page
I did run sql patch to get it to show up in list but it does not show up on the define pages drop down list to select
Check to be sure that the includes/languages/english/html_includes/define_about_us.php file is on your server.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
No that file is not there or even on my pc where can I find the file to upload?
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
rdsbaker
No that file is not there or even on my pc where can I find the file to upload?
Just copy includes/languages/english/html_includes/sheffield_blue/define_about_us.php to includes/languages/english/html_includes/define_about_us.php
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
rdsbaker
great..many thanks!
No problem ;)
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Hi Anne
I am working with this template on our test site before we move to the live site http://zctest.dezertdezinez.com/inde...ain_page=index
I am looking to find out where to look for the colors and how to change them for the drop downs on the product page when viewing on the tablet .. right now the background of the drop downs are white with white font .. I would either like to change the background or the font colors ...
Thank you for any help ..
Debbie
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
Debbie2014
Hi Anne
I am working with this template on our test site before we move to the live site
http://zctest.dezertdezinez.com/inde...ain_page=index
I am looking to find out where to look for the colors and how to change them for the drop downs on the product page when viewing on the tablet .. right now the background of the drop downs are white with white font .. I would either like to change the background or the font colors ...
Thank you for any help ..
Debbie
This is actually a question for the responsive sheffield blue thread. You can use firebug and make your edits to the responsive.css file.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Sorry about that I thought I was in the right one and I got it fixed too than thank you
Quote:
Originally Posted by
picaflor-azul
This is actually a question for the responsive sheffield blue thread. You can use firebug and make your edits to the responsive.css file.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Hi Anne,
Is there a way to have the Contact Us section of the mega menu to stay visible after you click on a field but without having to keep your mouse on it?
Here's the website: http://www.offroadrescuenetwork.com
The website is in frenche so the Contact Us section is "Nous joindre".
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
AlexThibo
Hi Anne,
Is there a way to have the Contact Us section of the mega menu to stay visible after you click on a field but without having to keep your mouse on it?
Here's the website:
http://www.offroadrescuenetwork.com
The website is in frenche so the Contact Us section is "Nous joindre".
Probably. Have you searched google for an answer? Since I don't know the answer off the top of my head, this is what I would do.
Thanks,
Anne
-
Re: Sheffield Blue Template Support Thread
Ok, thanks. I'll see if I can find something.
-
Re: Sheffield Blue Template Support Thread
Hi,
first of all thanks for an awesome template, im new to zen-cart but have read all your readme instructions (very clear, thanks) and the whole 50 pages of support in this template forum.
The result is this by now: www.kite-addi***ction.es/tienda please delete the *
As you can see i have two languages, english (template original) and spanish.
I want to be able to set different text in the currencies and languages in the header (i have located the file in includes / templates / sheffield_blue / sideboxes / tpl_languages_header.php and tpl_currencies_header.php).
The text there is in english, i want it to be able to be a different one when spanish language is selected. Usually i have translated everything with your wonderful instructions, but here the file is in the templates folder and not in the english or spanish folder under the languages folder, and im scared to move it.
Kind regards,
David
David
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
speedyrider
Hi,
first of all thanks for an awesome template, im new to zen-cart but have read all your readme instructions (very clear, thanks) and the whole 50 pages of support in this template forum.
The result is this by now:
www.kite-addi***ction.es/tienda please delete the *
As you can see i have two languages, english (template original) and spanish.
I want to be able to set different text in the currencies and languages in the header (i have located the file in includes / templates / sheffield_blue / sideboxes / tpl_languages_header.php and tpl_currencies_header.php).
The text there is in english, i want it to be able to be a different one when spanish language is selected. Usually i have translated everything with your wonderful instructions, but here the file is in the templates folder and not in the english or spanish folder under the languages folder, and im scared to move it.
Kind regards,
David
David
So, in this situation, the two files described are where they are because of the purpose they serve, they are sidebox templates. What you may have discovered is that the template file has information that is written specifically in english inside the template. (I would find that unusual for Anne's templates, but it could happen.). If you have found in those files the exact text you are wanting to change is being displayed, printed, echo'd, between php closers, then it should be replaced with a constant and the constant defined in the languages directory (english as well as other desired language). So if the "text" seen in either of the two files is all capital letters, (and the on screen result is not) then the text is defined in one of the language files and needs to be defined in your chosen language.
I'm sure anne or someone that has ready access to the files could have summarized the steps better, but honestly so could I have if advised exactly what text was to be changed.
Are you wanting the word currencies changed, languages? Or the items in the languages list, etc?
-
Re: Sheffield Blue Template Support Thread
Quote:
Originally Posted by
speedyrider
Hi,
first of all thanks for an awesome template, im new to zen-cart but have read all your readme instructions (very clear, thanks) and the whole 50 pages of support in this template forum.
The result is this by now:
www.kite-addi***ction.es/tienda please delete the *
As you can see i have two languages, english (template original) and spanish.
I want to be able to set different text in the currencies and languages in the header (i have located the file in includes / templates / sheffield_blue / sideboxes / tpl_languages_header.php and tpl_currencies_header.php).
The text there is in english, i want it to be able to be a different one when spanish language is selected. Usually i have translated everything with your wonderful instructions, but here the file is in the templates folder and not in the english or spanish folder under the languages folder, and im scared to move it.
Kind regards,
David
David
Yes, this is an old bug that has been documented and is on the list for a future update.
In the tpl_currencies_header.php file, you can change:
Code:
Currencies:
to
Code:
<?php echo HEADER_TITLE_CURRENCIES; ?>
and in the tpl_languages_header.php file, change:
Code:
Languages:
to:
Code:
<?php echo HEADER_TITLE_LANGUAGES; ?>
Then add the define statements for the constants in the includes/languages/english/extra_definitions/sheffield_blue/headermenu.php file:
Code:
define('HEADER_TITLE_CURRENCIES','Currencies');
define('HEADER_TITLE_LANGUAGES','Languages');
Thanks,
Anne