Re: Winchester Responsive
Quote:
Originally Posted by
Draxwyn
Hi Anne,
Thanks! Fixed it. :)
~R
I am happy that you figured it out ;)
Thanks,
Anne
Re: Winchester Responsive
I first want to say how much I really like this theme. I am new to ZenCart and I am learning a lot. For your theme in the browser tab, it puts Winchester Responsive......
How do I change this?
Also the orange color, is there a way to change this as well?
Re: Winchester Responsive
Also the specials banner at the top, how do you remove or change it?
Re: Winchester Responsive
Quote:
Originally Posted by
omega2008
Also the specials banner at the top, how do you remove or change it?
I figured this out, it was in the manual but I over looked it.
Re: Winchester Responsive
Quote:
Originally Posted by
omega2008
I first want to say how much I really like this theme. I am new to ZenCart and I am learning a lot. For your theme in the browser tab, it puts Winchester Responsive......
How do I change this?
Also the orange color, is there a way to change this as well?
If you do a search of the FAQs section of this site you will find a tutorial for how to change your site title.
You can change the colors in the stylesheet.css file
Thanks,
Anne
Re: Winchester Responsive
Quote:
Originally Posted by
picaflor-azul
If you do a search of the FAQs section of this site you will find a tutorial for how to change your site title.
You can change the colors in the stylesheet.css file
Thanks,
Anne
I found out how to do this, at least I think I did. I went to includes/languages/english/winchester_responsive/meta_tags.php and made the changes as you see below but the title remains the same. What am I doing wrong?
Code:
// page title
define('TITLE', 'OCS Store');
// Site Tagline
define('SITE_TAGLINE', 'Quality products, low prices!');
// Custom Keywords
define('CUSTOM_KEYWORDS', 'ecommerce, open source, shop, online shopping');
// Home Page Only:
define('HOME_PAGE_META_DESCRIPTION', '');
define('HOME_PAGE_META_KEYWORDS', '');
// NOTE: If HOME_PAGE_TITLE is left blank (default) then TITLE and SITE_TAGLINE will be used instead.
define('HOME_PAGE_TITLE', 'OCS Store'); // usually best left blank
Re: Winchester Responsive
Quote:
Originally Posted by
omega2008
I found out how to do this, at least I think I did. I went to includes/languages/english/winchester_responsive/meta_tags.php and made the changes as you see below but the title remains the same. What am I doing wrong?
Code:
// page title
define('TITLE', 'OCS Store');
// Site Tagline
define('SITE_TAGLINE', 'Quality products, low prices!');
// Custom Keywords
define('CUSTOM_KEYWORDS', 'ecommerce, open source, shop, online shopping');
// Home Page Only:
define('HOME_PAGE_META_DESCRIPTION', '');
define('HOME_PAGE_META_KEYWORDS', '');
// NOTE: If HOME_PAGE_TITLE is left blank (default) then TITLE and SITE_TAGLINE will be used instead.
define('HOME_PAGE_TITLE', 'OCS Store'); // usually best left blank
Maybe you need to clear your cache to see the change. Maybe you have not uploaded the file to the override folder.
Thanks,
Anne
Re: Winchester Responsive
Quote:
Originally Posted by
picaflor-azul
Maybe you need to clear your cache to see the change. Maybe you have not uploaded the file to the override folder.
Thanks,
Anne
I found the issue, I was cached. The final thing I would like to changes is the menu names on the top navigation. I would like to change "Categories" to "Products, etc. What file do I need to edit to make these changes?
Re: Winchester Responsive
Quote:
Originally Posted by
omega2008
I found the issue, I was cached. The final thing I would like to changes is the menu names on the top navigation. I would like to change "Categories" to "Products, etc. What file do I need to edit to make these changes?
You can use the admin--tools--developers toolkit to find the exact line of the files that need to be edited.
Thanks,
Anne
Re: Winchester Responsive
Hi Anne,
I have found a problem that I have been able to locate to part of this template, and I suspect this file; tpl_modules_product_listing.php. I get no products displayed when clicking the all products, specials, featured products and new products pages. I managed to get the specials, new products to work by using the zencart default (not ideal as some formatting is out) but the others do not. Here is the error message I am getting from the log file;
PHP Fatal error: 1109:Unknown table 'p' in field list :: select count(p.products_id) as total ==> (as called by) /includes/classes/split_page_results.php on line 86 <== in /includes/classes/db/mysql/query_factory.php on line 155
although this error says split_page_results I have managed to trace it back to tpl_modules_product_listing.php at which point I am lost as to the problem, so suspect that it is further in another file somewhere.
The error displayed to customers is 'WARNING: An Error occurred, please refresh the page and try again.' obviously doing so does not work. Just wondering if you could shed any light on this as it is definitely a template issue as the default works fine.
~R