-
Re: Winchester Black Responsive Template
I understand the stylesheet.css file is the culprit, but I have yet to find the proper one for changing color codes of the item descriptions in the shopping cart
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
johnniejetski
I understand the stylesheet.css file is the culprit, but I have yet to find the proper one for changing color codes of the item descriptions in the shopping cart
If you post a link to one of your product pages I can take a look.
I *believe* that I posted a bunch of css fixes for this template to the thread and this was included.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
johnniejetski
You can change the product description font color on line 314 of the stylesheet.css file.
Just fyi, you are not allowed (and it is not cool ;) to change the "Powered by Zen Cart" in the footer. You can remove it completely, but you can not change it to "powered by anything else".
Thanks,
Anne
-
Re: Winchester Black Responsive Template
I normally peck around until I can figure it out, but I have made over 100 color changes, and only fixed a couple of the areas that needed them.
I saw one post to a fix that mentioned a folder I do not have in my downloaded version "override". Maybe that is something I need?
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
You can change the product description font color on line 314 of the stylesheet.css file.
Just fyi, you are not allowed (and it is not cool ;) to change the "Powered by Zen Cart" in the footer. You can remove it completely, but you can not change it to "powered by anything else".
Thanks,
Anne
TY, that one helped the description. also need 2 more
1. When you add an item to the cart, then go to the cart, the title turns white on a white background.
2. The title of the items needs to be brighter
I'll fix that zencart issue asap
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
johnniejetski
I normally peck around until I can figure it out, but I have made over 100 color changes, and only fixed a couple of the areas that needed them.
I saw one post to a fix that mentioned a folder I do not have in my downloaded version "override". Maybe that is something I need?
The override folder for this template package is winchester_black
Thanks,
Anne
-
Re: Winchester Black Responsive Template
TY, that one helped the description. also need a few more
1. When you add an item to the cart, then go to the cart, the title turns white on a white background, so its invisible until you hover.
2. The title of the items needs to be brighter on the product listing pages (found this one I think)*
3. The titles SEARCH, CATEGORIES, SHOPPING CART, etc. need to be brighter.
4. box titles under Contact Us need to be brighter
I see this site looks correct, but mine has lots of color/shading issues
http://tuxedoscuba.com/store/index.p...ae7544487bd76c
I originally started making color changes to fix category box issues, and think I may have created more issues?
thanks for the help
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
johnniejetski
TY, that one helped the description. also need a few more
1. When you add an item to the cart, then go to the cart, the title turns white on a white background, so its invisible until you hover.
2. The title of the items needs to be brighter on the product listing pages (found this one I think)*
3. The titles SEARCH, CATEGORIES, SHOPPING CART, etc. need to be brighter.
4. box titles under Contact Us need to be brighter
I see this site looks correct, but mine has lots of color/shading issues
http://tuxedoscuba.com/store/index.p...ae7544487bd76c
I originally started making color changes to fix category box issues, and think I may have created more issues?
thanks for the help
If you want to make changes to the css I would recommend using chrome and the web developer tools. You can inspect the element and find which line of which file needs to be changed.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
found this
<td class="cartProductDisplay">
<a href="http://bladez-scooter.com/index.php?main_page=product_info&products_id=803"><span id="cartImage" class="back"><img src="images/clutch belt.jpg" alt="Clutch Belt, Heavy Duty EXTRA LONG" title=" Clutch Belt, Heavy Duty EXTRA LONG " width="50" height="39" /></span><span class="mobile-only">Item Name:</span><span id="cartProdTitle">Clutch Belt, Heavy Duty EXTRA LONG<span class="alert bold"></span></span></a>
<br class="clearBoth" />
did a search for cartProdTitle
found this:
/home/bladez5/public_html/includes/templates/winchester_black/css/responsive_default.css
Line #43 : .cartProductDisplay ul,span#cartProdTitle {text-align:left;padding:0px;margin:0;}
Line #178 : .cartProductDisplay ul,span#cartProdTitle {text-align:left;padding:0px;margin:0;}
Line #304 : .cartProductDisplay ul,span#cartProdTitle {text-align:left;padding:0px;margin:0;}
and there are no color /text options
:(
-
Re: Winchester Black Responsive Template
Hi
What Anne wants you to try is the developer tools that are with your browser. Try hitting F12 and then using the element selector to look around. It will show you the CSS for that element and you can figure out where to change the color and other things in the stylesheet (which there are multiple). You can even change it in the browser before you actually change it in your actual file.
Hope this helps a little.
lruskauff
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
lruskauff
Hi
What Anne wants you to try is the developer tools that are with your browser. Try hitting F12 and then using the element selector to look around. It will show you the CSS for that element and you can figure out where to change the color and other things in the stylesheet (which there are multiple). You can even change it in the browser before you actually change it in your actual file.
Hope this helps a little.
lruskauff
Yes, this is correct. I don't mind helping out with the css if some one really gets stuck, but I do ask that they do some leg work to resolve the problem on their own.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
actually firefox does a better job with inspect element. dont need the developer tool kit
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
johnniejetski
actually firefox does a better job with inspect element. dont need the developer tool kit
Yes, you can also use firefox ;)
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
johnniejetski
actually firefox does a better job with inspect element. dont need the developer tool kit
If I may add, that if by not needing the developer tool kit you are referring to the tool in the admin panel that searches the ZC files, well.. It is a tool and each tool has its purpose. For finding the specific line number related to CSS of an onscreen element? Yeah, the developer's tool kit is probably not the best/right tool for that... But don't forget that in some cases CSS information is assigned at the element level which means it could be in the code overriding the CSS files and it may be necessary to find that coded line... Just an aside related to working through changing site elements... Happy modifications!
Quote:
Originally Posted by
picaflor-azul
Yes, you can also use firefox ;)
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
mc12345678
If I may add, that if by not needing the developer tool kit you are referring to the tool in the admin panel that searches the ZC files, well.. It is a tool and each tool has its purpose. For finding the specific line number related to CSS of an onscreen element? Yeah, the developer's tool kit is probably not the best/right tool for that... But don't forget that in some cases CSS information is assigned at the element level which means it could be in the code overriding the CSS files and it may be necessary to find that coded line... Just an aside related to working through changing site elements... Happy modifications!
I was talking about chrome and the chrome web developer tools, not the zen cart developer toolkit.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
I'm having trouble with this template. I installed this template as well as the Winchester Responsive on a customers site. First problem is: When copying and pasting the link to her site into Facebook instead of saying the name of her site it comes up with Winchester Responsive the Art of Zen Cart, this template is not even the one that is active, the Winchester Black is. I have changed all the site names and tag lines in both templates so I'm not sure what I'm missing. Including english.php and meta tags.php. Second when I went to work on her store yesterday the 3 bottom images home.png, home 1. png, and home3.png are all missing. I did not remove them and they are still in the FTP.
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
farrahscreations
I'm having trouble with this template. I installed this template as well as the Winchester Responsive on a customers site. First problem is: When copying and pasting the link to her site into Facebook instead of saying the name of her site it comes up with Winchester Responsive the Art of Zen Cart, this template is not even the one that is active, the Winchester Black is. I have changed all the site names and tag lines in both templates so I'm not sure what I'm missing. Including english.php and meta tags.php. Second when I went to work on her store yesterday the 3 bottom images home.png, home 1. png, and home3.png are all missing. I did not remove them and they are still in the FTP.
These are not problems with the template package. You need to modify the site title in includes/languages/english/template_override/meta_tags.php file. You need to be sure that you are editing the override file and that when you upload the file it overwrites the file on the server.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
These are not problems with the template package. You need to modify the site title in includes/languages/english/template_override/meta_tags.php file. You need to be sure that you are editing the override file and that when you upload the file it overwrites the file on the server.
Thanks,
Anne
I don't have the template_override/meta_tags.php file. I also installed the updated template from your site.
-
1 Attachment(s)
Re: Winchester Black Responsive Template
Attachment 15787 Here is a screenshot
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
farrahscreations
I don't have the template_override/meta_tags.php file. I also installed the updated template from your site.
The template override folder is normally the name of the template.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
I already changed both the Winchester Black and Winchester Responsive meta tags files.
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
farrahscreations
I already changed both the Winchester Black and Winchester Responsive meta tags files.
As I have said, this is not a problem in the template package. My guess would be that you have either not saved your changes, not overwritten the file on your server, or have uploaded the file to the incorrect folder.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
As I have said, this is not a problem in the template package. My guess would be that you have either not saved your changes, not overwritten the file on your server, or have uploaded the file to the incorrect folder.
Thanks,
Anne
All of my changes are done via Cpanel and all are saved I even triple checked this morning after your reply. I would be happy to send you the meta tags files or even screen shot them for you. And once again the bottom images are gone (home.png, home1.png, and home2.png) They reappeared after updating the template.
-
2 Attachment(s)
Re: Winchester Black Responsive Template
Here are 2 screen shots of both meta tags file, one from the Winchester Black and the other from the Winchester Responsive.
Attachment 15790
Attachment 15791
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
farrahscreations
All of my changes are done via Cpanel and all are saved I even triple checked this morning after your reply. I would be happy to send you the meta tags files or even screen shot them for you. And once again the bottom images are gone (home.png, home1.png, and home2.png) They reappeared after updating the template.
There is no reason why you should not be able to edit the meta_tags.php file if your zen cart and the template package are installed correctly. If you are having so much trouble with this basic edit, I would recommend starting over from a fresh install of the cart and the template package.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
There is no reason why you should not be able to edit the meta_tags.php file if your zen cart and the template package are installed correctly. If you are having so much trouble with this basic edit, I would recommend starting over from a fresh install of the cart and the template package.
Thanks,
Anne
They have been edited, both of them. That's why I attached screenshots above to show you. This is the 5th template I have used of yours on multiple sites and they always work beautifully. I don't understand what the problem is this time.
-
Re: Winchester Black Responsive Template
Am I right in thinking that tpl_product_reviews_default.php is missing from the commercial (paid for) template? (its the one that actually displays a review) - or have I missed something in the 327 pages of threads???
Si
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
farrahscreations
They have been edited, both of them. That's why I attached screenshots above to show you. This is the 5th template I have used of yours on multiple sites and they always work beautifully. I don't understand what the problem is this time.
I am really sorry that you are having problems, but they really are not inherent to the template package. It is possible you may be seeing a cache problem, or you are just not uploading changes to the correct folder.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
micromouse
Am I right in thinking that tpl_product_reviews_default.php is missing from the commercial (paid for) template? (its the one that actually displays a review) - or have I missed something in the 327 pages of threads???
Si
The only template files included in any of my template packages are the ones that have been edited. This is zen cart best practice. The tpl_product_reviews_default.php file is included in both the free and commercial versions of the template package.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
i may be missing something through search, but i cant seem to find how to edit/delete the "free zen cart template" from the header, or edit/delete the top bar specials, am pretty much a novice and have zen set up on a localhost and im tinkering mostly. any and all help would be very gratefully recieved and appreciated... use single syllable words if you need to. lol.
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
deadite
i may be missing something through search, but i cant seem to find how to edit/delete the "free zen cart template" from the header, or edit/delete the top bar specials, am pretty much a novice and have zen set up on a localhost and im tinkering mostly. any and all help would be very gratefully recieved and appreciated... use single syllable words if you need to. lol.
There are instructions in the readme.html file for how to edit the top specials bar. There is a great tutorial in the FAQs section of this site about how to change the site title or tagline if this is what you are thinking of.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
deadite
i may be missing something through search, but i cant seem to find how to edit/delete the "free zen cart template" from the header, or edit/delete the top bar specials, am pretty much a novice and have zen set up on a localhost and im tinkering mostly. any and all help would be very gratefully recieved and appreciated... use single syllable words if you need to. lol.
many thanks Ann, got sorted, one more question (i know i know you must be fed up with people asking questions) is there a way to edit the actual slideshow so that the pictures fade in as opposed to slide in?
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
deadite
many thanks Ann, got sorted, one more question (i know i know you must be fed up with people asking questions) is there a way to edit the actual slideshow so that the pictures fade in as opposed to slide in?
Yes, this template is using the flex slider. See their site for documentation and examples:
http://www.woothemes.com/flexslider/
Edit the includes/templates/winchester_responsive/common/tpl_home_slider.php
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Downloaded this template a couple days ago.
Just putting the finishing touches on it now.
The shopping cart has a white back ground and the product description font is also white so it doesn't show up on it until you hover over it and it turns red.
I cannot find any code for a font dedicated to the shopping cart so I did the change below.
Not sure if it is correct as I am not sure what else changed with it but I can now read the font in the shopping cart.
Any help with finding the code for just the shopping cart or tell me what all changed with the code I replaced:
I changed #fff to now be #a9a9a9
/*bof basic elements*/
a img {border: none;}
a:link, #navEZPagesTOC ul li a {color:#a9a9a9;text-decoration:none;}
a:visited {color: #fff;text-decoration:none;}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {color: #ff6938;}
a:active {color:#fff;}
h1 {text-transform:uppercase;font-weight:normal;color:#fa6938;font-size:160%;}
h2 {text-transform:uppercase;font-weight:normal;color:#a0a0a0;font-size:140%;font-weight:normal;}
h3 {font-size: 120%;font-weight:normal;text-transform:uppercase;}
h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{font-weight:normal;}
.biggerText {font-size:1.2em;}
.clearBoth {clear:both;}
HR {margin-top: 0.5em;border:none;border-bottom:1px solid #222;margin-bottom:30px;margin-top:30px;}
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
racinjason
Downloaded this template a couple days ago.
Just putting the finishing touches on it now.
The shopping cart has a white back ground and the product description font is also white so it doesn't show up on it until you hover over it and it turns red.
I cannot find any code for a font dedicated to the shopping cart so I did the change below.
Not sure if it is correct as I am not sure what else changed with it but I can now read the font in the shopping cart.
Any help with finding the code for just the shopping cart or tell me what all changed with the code I replaced:
I changed #fff to now be #a9a9a9
/*bof basic elements*/
a img {border: none;}
a:link, #navEZPagesTOC ul li a {color:#a9a9a9;text-decoration:none;}
a:visited {color: #fff;text-decoration:none;}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {color: #ff6938;}
a:active {color:#fff;}
h1 {text-transform:uppercase;font-weight:normal;color:#fa6938;font-size:160%;}
h2 {text-transform:uppercase;font-weight:normal;color:#a0a0a0;font-size:140%;font-weight:normal;}
h3 {font-size: 120%;font-weight:normal;text-transform:uppercase;}
h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{font-weight:normal;}
.biggerText {font-size:1.2em;}
.clearBoth {clear:both;}
HR {margin-top: 0.5em;border:none;border-bottom:1px solid #222;margin-bottom:30px;margin-top:30px;}
If you read through the support thread you will find several css fixes I have posted that need to be included in the next package update.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
My store zone is Canada. Ontario
All my products are listed in pounds.
At the check out the total weight in pounds is not correct. It appears to be doing a conversion calculation of 2.2X which is the number of pounds in a kilo.
This did not happen before the template change.
I am currently using the table rate and could do the change there but I want the customer to see the correct weight.
Where can I make the change to stop this from happening?
Thanks
J
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
racinjason
My store zone is Canada. Ontario
All my products are listed in pounds.
At the check out the total weight in pounds is not correct. It appears to be doing a conversion calculation of 2.2X which is the number of pounds in a kilo.
This did not happen before the template change.
I am currently using the table rate and could do the change there but I want the customer to see the correct weight.
Where can I make the change to stop this from happening?
Thanks
J
This question has been asked and answered many times on the forum and there is a tutorial in the FAQs section. Please do a search to find the answer.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
I am encountering issues with the social media links and icons not appearing under the 'Share and Connect'. I searched the thread for 'Share and Connect' and 'Social Media' and did not find anythign to reference this particular issue. It appears as though that particular HTML is not being rendered, but instead displayed as text. The dev site is at timsworkshop.com (with dev instead of www in front of it). so you can see what I mean.
Any ideas on where to look to fix this? Most other things appear to be working correctly, although I have not completed all of the changes to the site at this point. If there is a thread here that I missed covering this, please point me to it.
Thanks in advance.
Tim
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
radiowave911
I am encountering issues with the social media links and icon...
See post #758 in Sheffield Blue Responsive v 2.0 here:
https://www.zen-cart.com/showthread....44#post1307644
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
soxophoneplayer
That fixed it. Exactly the problem I was seeing. Never thought to look in the DB to see what was there, as it always looked correct in the editor on the admin page.
-
Re: Winchester Black Responsive Template
Hi Anne
It's been a while since I have done work in Zen-cart so this may be a silly question and not sure if it's template or I just goofed up .. the site I am working on is http://almsww.us/shoptest the problem is that the page 2 is not showing text that I put in the page .. I did change the name of the page in the english file then put that in the custom folder though now it's not showing the page text .. I put the link in the footer and it's labeled Terms of use .
Debbie
PS I love this template and have changed lots of colors but still love the design.
-
Re: Winchester Black Responsive Template
Thank you for this template.
I installed it a few days ago and have had hardly any issues so far. Mostly anything I'd run across that I needed help with, I was able to find in this forum and get it taken care of.
There are only 2 things I need help with (hopefully this will be all!).
#1 How do I remove the square shaped social media links that show up at the bottom? I saw how to edit them, but I don't need to edit them, I need them completely gone.
#2: When viewing the cart and checking out via mobile (iPhone 5S), the cart contents can't be read because they're white text on a white background.
I did read earlier in the forum post there are css changes to make. I did them (some didn't need it, I guess the posts were older and the template has been updated since). So I can see now everything when on a desktop but in mobile the cart is still white on white. How do I change the cart contents background color for mobile?
Thank you!
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
DebbieDKK
Hi Anne
It's been a while since I have done work in Zen-cart so this may be a silly question and not sure if it's template or I just goofed up .. the site I am working on is
http://almsww.us/shoptest the problem is that the page 2 is not showing text that I put in the page .. I did change the name of the page in the english file then put that in the custom folder though now it's not showing the page text .. I put the link in the footer and it's labeled Terms of use .
Debbie
PS I love this template and have changed lots of colors but still love the design.
(UPDATE ) I had to reinstall something to fix this ..
new site up and running with no problems yeaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
DebbieDKK
Hi Anne
It's been a while since I have done work in Zen-cart so this may be a silly question and not sure if it's template or I just goofed up .. the site I am working on is
http://almsww.us/shoptest the problem is that the page 2 is not showing text that I put in the page .. I did change the name of the page in the english file then put that in the custom folder though now it's not showing the page text .. I put the link in the footer and it's labeled Terms of use .
Debbie
PS I love this template and have changed lots of colors but still love the design.
This is not really a template related problem. My guess is that you made a mistake somewhere along the way. I would retrace the steps to find out what went wrong.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
DebbieDKK
(UPDATE ) I had to reinstall something to fix this ..
new site up and running with no problems yeaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
That's great to hear! Thank you for the update.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
Patience
Thank you for this template.
I installed it a few days ago and have had hardly any issues so far. Mostly anything I'd run across that I needed help with, I was able to find in this forum and get it taken care of.
There are only 2 things I need help with (hopefully this will be all!).
#1 How do I remove the square shaped social media links that show up at the bottom? I saw how to edit them, but I don't need to edit them, I need them completely gone.
#2: When viewing the cart and checking out via mobile (iPhone 5S), the cart contents can't be read because they're white text on a white background.
I did read earlier in the forum post there are css changes to make. I did them (some didn't need it, I guess the posts were older and the template has been updated since). So I can see now everything when on a desktop but in mobile the cart is still white on white. How do I change the cart contents background color for mobile?
Thank you!
1. go to admin--tools--flexible footer menu and turn off the social media by clicking on the red status dot
2. If you post a link to your site I can take a look.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
1. go to admin--tools--flexible footer menu and turn off the social media by clicking on the red status dot
2. If you post a link to your site I can take a look.
Thanks,
Anne
Thank you! The social media links are now gone :)
In addition to there being un-readable text in the cart using mobile, I also ran into another issue..
my website is http://www.violetmoonchild.com
When you view it from desktop, everything is fine, but on mobile, all the product images are in the wrong places. Like for example there's an image of a necklace showing in the listing for a bracelet, etc. It looks perfectly normal on desktop, but the mobile version.. far from it :(
-
Re: Winchester Black Responsive Template
I figured out that if I just re-upload the image for the product then it shows up correctly on the mobile version. I have no idea why it was scrambling images up like that. The correct ones showed on desktop but on mobile it had it all wrong. Still unable to figure out the cart text color for mobile though..
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
Patience
I figured out that if I just re-upload the image for the product then it shows up correctly on the mobile version. I have no idea why it was scrambling images up like that. The correct ones showed on desktop but on mobile it had it all wrong. Still unable to figure out the cart text color for mobile though..
I believe that this has been posted earlier in the thread also.
In the responsive_mobile.css on line 247 remove the background: #f4f4f4;
You will also want to change the color to #fff on line 228
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Oh ok. I tried searching for the image issue but it didn't show up. My apologies for posting about something that was already there!
Thanks so much for your help and the fix to the text color issue :)
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
Patience
Oh ok. I tried searching for the image issue but it didn't show up. My apologies for posting about something that was already there!
Thanks so much for your help and the fix to the text color issue :)
No problem. I am happy that you figured it out ;)
Thanks,
Anne
-
1 Attachment(s)
Re: Winchester Black Responsive Template
Hi Anne
I am having an issue with the template I think.. I have turned on the right sidebar for everything but the front as that is where I want it to show .. It shows fine on all pages but the product page . I have tried and looked in the forum to find fix yet not able to find anything to fix ..
I have put in the oneall plug-in and got it working though the right side bar is still messed up it's about 1/2 way down the page ( See pic)
I am looking for some in sight to what to do .. I have a friend looking in to it but she has been busy and would like to get the store going ..
Attachment 16396
Thank you for any help you can give me .
my site is http://nddesigns.us/dkkshop
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
DebbieDKK
Hi Anne
I am having an issue with the template I think.. I have turned on the right sidebar for everything but the front as that is where I want it to show .. It shows fine on all pages but the product page . I have tried and looked in the forum to find fix yet not able to find anything to fix ..
I have put in the oneall plug-in and got it working though the right side bar is still messed up it's about 1/2 way down the page ( See pic)
I am looking for some in sight to what to do .. I have a friend looking in to it but she has been busy and would like to get the store going ..
Attachment 16396
Thank you for any help you can give me .
my site is
http://nddesigns.us/dkkshop
This sort of thing happens when there is an html error in the code that you have added such as a mismatched closing tags. Check the code that the plugin added and correct these mistakes. Take a look at the w3c validator for clues as to where the mistakes are:
https://validator.w3.org/check?uri=h...Inline&group=0
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
If you want the sideboxes to show on the main page then you can remove the code that is hiding the left hand column in the tpl_main_page.php file. Or you can install the languages and currencies in the header plugin.
Thanks,
Anne
Hi Anne,
I downloaded and installed the template just this week from your site. I tried removing the code to display the left hand column. Left hand column shows up on PC browser, but not on mobile devices like my android cell phone. Even the inside page it does not show the left hand column on mobile devices. Is there something I did wrong? I just commented out the if statement (see below).
It seems the left hand column is completely ignored on mobile devices? I really need to show the currency selector on all devices mobile or desktop irregardless.
You also mentioned install the languages and currencies in the header plugin. What do you mean by this? Is it a menu option at the backend of zen cart installed as part of the Winchester Black template? or separate plugin of zen cart? Where do I find it?
Also just wondering if you have a feature in Winchester Black template to show currencies as buttons to click (instead of droplist), showing say AUD, the symbol for Pound, or Euro for example for customer to click and change the currency.
Hoping for your help as I am currently stuck and need to show currencies choices.
Thanks,
Jun
//if (!isset($flag_disable_left) || !$flag_disable_left) {
?>
<td id="navColumnOne" class="columnLeft" style="width: <?php echo COLUMN_WIDTH_LEFT; ?>">
<?php
/**
* prepares and displays left column sideboxes
*
*/
?>
<div id="navColumnOneWrapper" style="width: <?php echo BOX_WIDTH_LEFT; ?>"><?php require(DIR_WS_MODULES . zen_get_module_directory('column_left.php')); ?></div></td>
<?php
//}
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
jackfrost
Hi Anne,
I downloaded and installed the template just this week from your site. I tried removing the code to display the left hand column. Left hand column shows up on PC browser, but not on mobile devices like my android cell phone. Even the inside page it does not show the left hand column on mobile devices. Is there something I did wrong? I just commented out the if statement (see below).
It seems the left hand column is completely ignored on mobile devices? I really need to show the currency selector on all devices mobile or desktop irregardless.
You also mentioned install the languages and currencies in the header plugin. What do you mean by this? Is it a menu option at the backend of zen cart installed as part of the Winchester Black template? or separate plugin of zen cart? Where do I find it?
Also just wondering if you have a feature in Winchester Black template to show currencies as buttons to click (instead of droplist), showing say AUD, the symbol for Pound, or Euro for example for customer to click and change the currency.
Hoping for your help as I am currently stuck and need to show currencies choices.
Thanks,
Jun
//if (!isset($flag_disable_left) || !$flag_disable_left) {
?>
<td id="navColumnOne" class="columnLeft" style="width: <?php echo COLUMN_WIDTH_LEFT; ?>">
<?php
/**
* prepares and displays left column sideboxes
*
*/
?>
<div id="navColumnOneWrapper" style="width: <?php echo BOX_WIDTH_LEFT; ?>"><?php require(DIR_WS_MODULES . zen_get_module_directory('column_left.php')); ?></div></td>
<?php
//}
Yes, the left and right hand columns are disabled on mobile devices. This is because there is no room for them on the screen.
I fyou want to show the currencies and languages in the header on mobile devices, look at the site with the chrome web developer tools and you can find the line that needs to be edited.
If you post a link to your site I can take a look.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
Yes, the left and right hand columns are disabled on mobile devices. This is because there is no room for them on the screen.
I fyou want to show the currencies and languages in the header on mobile devices, look at the site with the chrome web developer tools and you can find the line that needs to be edited.
If you post a link to your site I can take a look.
Thanks,
Anne
Hi Anne,
I'd appreciate it if you can check my site here is the link : http://greattoysonline.com/ssa
I googled chrome web developer tools and they are mostly tools for android applications?
regards,
Jun
-
Re: Winchester Black Responsive Template
Hello! So I have been using this template with no problem and loving it. On previous sites I'd always installed FEC and the CSS/JS loader, but I hadn't yet with this updated store and template. I recently installed them, and the first thing I noticed was that Tabbed Products Pro no longer worked, which was fine, not a huge deal. But then I discovered that my mobile site is not working correctly, basically before there was the drop down menu where you could get to Categories, and therefore access all the products, but now instead of the drop down menu being there, the links are just exposed, but they are not clickable. So basically, the mobile site isn't useable so long as the html_header.php is modified with the CSS/JS loader code, if I revert back to the old file, the mobile site is fine, but of course FEC doessn't work.
In researching this for days, I read somewhere that you have successfully used this template with FEC on numerous sites. Is there anything special you had to do? I have verified over and over that I merged the code correctly in the html_header file.
Any thoughts would be appreciated! Thank you!!
-
Re: Winchester Black Responsive Template
Well never mind, I fixed it, I now have FEC and mobile responsive is working!! I found this post by Design75, where he showed the merged html_header he's using, which is working with FEC and his mobile site: https://www.zen-cart.com/showthread....-v1-5-x/page30
Weird thing is I compared that code to my code using winmerge, and they were identical save for extra spaces between my lines of code. I went ahead and pasted that code into my file, and boom, it fixed the mobile! So, I really can't say what was different between our two files, but it's working, that's all that matters. So disregard!!
-
Re: Winchester Black Responsive Template
Hi Anne,
I'm unsure if this is an issue with a recent Zen Cart upgrade, or with the Winchester Black template I had to reinstall after upgrading.
My site is violetmoonchild.com -everything looks as it should on all pages except for when I click a product to view its page, there is nothing there. The page isn't blank, you can see the correct title in the browser window and also my custom background picture, but the product images, description, add-to-cart, etc.. is gone. I tried re-uploading all of the template files again but its still the same. Do you have any idea what might be going on here?
Thanks!
-
Re: Winchester Black Responsive Template
Please disregard my last post
(on my iPhone right now & can't edit the post).
I reuploaded my backup & now everything works as it should!
-
Re: Winchester Black Responsive Template
I have been looking around and may not know what question to ask. However I can't find information on the question I have.
I have this template and like it very much but my customer wants a very clean looking no frills site. How do I remove the three drop-down menu items at the top of the site Categories, Information, and Contact...
Also I am not using the pullout on the left how can I disable it from showing up? it is empty
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
Patience
Hi Anne,
I'm unsure if this is an issue with a recent Zen Cart upgrade, or with the Winchester Black template I had to reinstall after upgrading.
My site is violetmoonchild.com -everything looks as it should on all pages except for when I click a product to view its page, there is nothing there. The page isn't blank, you can see the correct title in the browser window and also my custom background picture, but the product images, description, add-to-cart, etc.. is gone. I tried re-uploading all of the template files again but its still the same. Do you have any idea what might be going on here?
Thanks!
Whenever you get a blank or part of a blank page you should check the logs folder for errors and correct them ;)
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
kordsmen
I have been looking around and may not know what question to ask. However I can't find information on the question I have.
I have this template and like it very much but my customer wants a very clean looking no frills site. How do I remove the three drop-down menu items at the top of the site Categories, Information, and Contact...
Also I am not using the pullout on the left how can I disable it from showing up? it is empty
You can hide either using css, or you can remove the call for the menu in the tpl_header.php file (also tpl_heder_tablet, and tpl_header_mobile if applicable). Remove the code for the left hand slide out in the tpl_main_page.php file.
Thanks,
Anne
-
Search Header
I can not get the Search Header to work (sideboxes/search_header.php in Layout Boxes Controller). The box shows up, but you can not click into it. You can access it by tabbing through the fields, but not by clicking on it. It will even search when you tab into it. However, I can not tell every visitor to use tab to get to the search....
I added the CSS lines as you suggested in Post 17 of this thread. That made the box appear, but did not make it functional.
To verify that the issue is not related to any of my plug-ins, I created a fresh install of Ver 1.5.4 (that is what I am using on my sirt currently), and only added the Winchester Black Template to the fresh install (no other plug-ins). The box works fine in the Classic Template, but is not accessible in the Winchester Black Template.
Test site is http://www.fantasycostume.com/wbtest/
Can you help?
-
Re: Winchester Black Responsive Template
Hi There,
I am wondering if I can fix this small issue. I am using zencart 1.5.1 with winchester res. black and I have installed dynamic filter and it works correctly. I have it on the right column displaying under the manufacturer sidebox. It works, EXCEPT when using an android phone or when the pc window is narrowed the filter window disappears and only shows a filter 'button' but no selections. Is there a way to fix this?
-
Re: Winchester Black Responsive Template
Hi,
I have one more question about winchester black res. I noticed that I am missing a really cool function it had when I started. On the product listing page, there used to be an "all" button around the previous and next page buttons. It has disappeared. Is there a quick way 'setting' that I accidentally pressed that I can turn it back on? I love this button as it displayed all of the products in the category.
-
Re: Winchester Black Responsive Template
Thanks tmacarle. Ours works good in a sidebox as well. We really want the search box in the header.
I posted the issue in a general thread and someone said there appears to be two boxes in one place that prevents clicking.
https://www.zen-cart.com/showthread....80#post1316280
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
masterrusty
Thanks tmacarle. Ours works good in a sidebox as well. We really want the search box in the header.
I posted the issue in a general thread and someone said there appears to be two boxes in one place that prevents clicking.
https://www.zen-cart.com/showthread....80#post1316280
That is interesting, mine has always worked fine. http://macarmsllc.com
My problem is the 'dynamic filter' plugin disappearing when the window shrinks (like on an android), and also the 'all' button has disappeared that used to show ALL the products in the category instead of clicking 'next page, next page, etc...'
Thanks though.
-
Re: Search Header
Quote:
Originally Posted by
masterrusty
I can not get the Search Header to work (sideboxes/search_header.php in Layout Boxes Controller). The box shows up, but you can not click into it. You can access it by tabbing through the fields, but not by clicking on it. It will even search when you tab into it. However, I can not tell every visitor to use tab to get to the search....
I added the CSS lines as you suggested in Post 17 of this thread. That made the box appear, but did not make it functional.
To verify that the issue is not related to any of my plug-ins, I created a fresh install of Ver 1.5.4 (that is what I am using on my sirt currently), and only added the Winchester Black Template to the fresh install (no other plug-ins). The box works fine in the Classic Template, but is not accessible in the Winchester Black Template.
Test site is
http://www.fantasycostume.com/wbtest/
Can you help?
In your stylesheet.css file add position:relative;z-index:1; to the #navMainSearch
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
tmacarle
Hi There,
I am wondering if I can fix this small issue. I am using zencart 1.5.1 with winchester res. black and I have installed dynamic filter and it works correctly. I have it on the right column displaying under the manufacturer sidebox. It works, EXCEPT when using an android phone or when the pc window is narrowed the filter window disappears and only shows a filter 'button' but no selections. Is there a way to fix this?
You would need to use the chrome web developer tools inspect element and make changes the the responsive_default.css and responsive_mobile.css stylesheets.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
tmacarle
Hi,
I have one more question about winchester black res. I noticed that I am missing a really cool function it had when I started. On the product listing page, there used to be an "all" button around the previous and next page buttons. It has disappeared. Is there a quick way 'setting' that I accidentally pressed that I can turn it back on? I love this button as it displayed all of the products in the category.
Try uploading the includes/classes/split_pages_result.php file from the template package.
Thanks,
Anne
-
Re: Winchester Black Responsive Template
Anne still havnt found the bug fix for the social icons disappearing and only showing html.......but have a new issue was hoping you could help with. I have uploaded my zencrt start that I have been working n localhost. axiscups.com and my buddy kept telling me he couldnt pull it up just white screen.,....I have finally narrowed it down to Safari browser. I can pull it up on firefox, chrome but not safari. Any guidance would be so greatly appreciated.
Brent
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
Hollywood691
Anne still havnt found the bug fix for the social icons disappearing and only showing html.......but have a new issue was hoping you could help with. I have uploaded my zencrt start that I have been working n localhost. axiscups.com and my buddy kept telling me he couldnt pull it up just white screen.,....I have finally narrowed it down to Safari browser. I can pull it up on firefox, chrome but not safari. Any guidance would be so greatly appreciated.
Brent
sorry, www.axiscups.com link. and I forgot to subscribe to thread.
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
Hollywood691
have a new issue was hoping you could help with. I have uploaded my zencrt start that I have been working n localhost. axiscups.com and my buddy kept telling me he couldnt pull it up just white screen.,....I have finally narrowed it down to Safari browser. I can pull it up on firefox, chrome but not safari. Any guidance would be so greatly appreciated.
Brent
Different browsers react differently to coding errors. You might want to fix those first. Use the W3C Validator to see the errors.
-
Re: Winchester Black Responsive Template
I love this template so far. But on the main index there is no side columns (Categories, More Info) and NO product modules. WHY?
-
Re: Winchester Black Responsive Template
I am beginning to love this layout. I do have a question how do I center the whole product page. Its on the left side. Also how to center the Sub Categories Images too.
-
Re: Winchester Black Responsive Template
Nevermind, one last question I notice most of my texts and lines are way to dark more like a dark gray color. How can I change that to a lighter color?
-
Re: Winchester Black Responsive Template
Ok, when I am on my iPad 2 the menu shows nothing. Either text is black or dark gray.
http://www.morrisgiftshop.biz/images/ipad_black.jpg
-
Re: Winchester Black Responsive Template
Hi Anne,
Can you able to help me fix this iPad/Tablet layout. My Store's Web Address is http://www.morrisgiftshop.biz When you use the drop down menu text not showing up. Also the image logo shifts the other side. Also to much dark gray in the in the product title and others.
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
wmorris
Hi Anne,
Can you able to help me fix this iPad/Tablet layout. My Store's Web Address is
http://www.morrisgiftshop.biz When you use the drop down menu text not showing up. Also the image logo shifts the other side. Also to much dark gray in the in the product title and others.
Again, couple of things. Believe that issue has been described and some form of solution offered in the forum. Does the same issue occur when you try the associated demo site? If not, then it is a good time to become familiar with css tools in all browsers (press f12) where you would be able to copy the contents of the css files and correct the issues.
-
Re: Winchester Black Responsive Template
So I saw one or two posts saying save stylesheet.css into ncludes/templates/override/css/ and what is the purpose for this?
-
Re: Winchester Black Responsive Template
Love the template...:yes:
-
Re: Winchester Black Responsive Template
Ok, I did some changes from this thread https://www.zen-cart.com/showthread....49#post1274049
Then my Menus is all messed up. Here is my site again http://www.morrisgiftshop.biz
-
Re: Winchester Black Responsive Template
This is sucks, When I change one thing on one line it screws up the menu for the Desktop, iPads and mobile.
You can see it in action here => http:.//www.mtechama.com/zc_test/index.php this is not a live site I am using it for testing purposes.
-
Re: Winchester Black Responsive Template
So I change this in stylesheet.css
From:
Code:
ul.slimmenu.collapsed li a {display: block;border-bottom: 1px solid rgba(0, 0, 0, 0.075);box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;color:#222 !important;}
to
Code:
ul.slimmenu.collapsed li a {display: block;border-bottom: 1px solid rgba(0, 0, 0, 0.075);box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;color:#fff !important;}
Image below what it looks like on Desktop:
http://mtechama.com/zc_test/images/menu.png
-
Re: Winchester Black Responsive Template
Error Using this Template after a few changes in Stylesheet:
Code:
[09-Aug-2016 18:07:08 America/Chicago] Request URI: /zc_test/, IP address: 50.26.26.88
#1 trigger_error() called at [/home1/xxxxxx/public_html/zc_test/includes/classes/db/mysql/query_factory.php:167]
#2 queryFactory->show_error() called at [/home1/xxxxxx/public_html/zc_test/includes/classes/db/mysql/query_factory.php:139]
#3 queryFactory->set_error() called at [/home1/xxxxxx/public_html/zc_test/includes/classes/db/mysql/query_factory.php:266]
#4 queryFactory->Execute() called at [/home1/xxxxxx/public_html/zc_test/includes/modules/winchester_black/flexible_footer_menu.php:18]
#5 include(/home1/xxxxxx/public_html/zc_test/includes/modules/winchester_black/flexible_footer_menu.php) called at [/home1/xxxxxx/public_html/zc_test/includes/templates/winchester_black/templates/tpl_flexible_footer_menu.php:13]
#6 require(/home1/xxxxxx/public_html/zc_test/includes/templates/winchester_black/templates/tpl_flexible_footer_menu.php) called at [/home1/xxxxxx/public_html/zc_test/includes/templates/winchester_black/common/tpl_footer.php:42]
#7 require(/home1/xxxxxx/public_html/zc_test/includes/templates/winchester_black/common/tpl_footer.php) called at [/home1/xxxxxx/public_html/zc_test/includes/templates/winchester_black/common/tpl_main_page.php:332]
#8 require(/home1/xxxxxx/public_html/zc_test/includes/templates/winchester_black/common/tpl_main_page.php) called at [/home1/xxxxxx/public_html/zc_test/index.php:97]
[09-Aug-2016 18:07:08 America/Chicago] PHP Fatal error: 1146:Table 'xxxxxx_xxxxxx.flexible_footer_menu' doesn't exist :: select * from flexible_footer_menu where status = 1 and col_sort_order > 0 order by col_sort_order, col_header ==> (as called by) /home1/xxxxxx/public_html/zc_test/includes/modules/winchester_black/flexible_footer_menu.php on line 18 <== in /home1/xxxxxx/public_html/zc_test/includes/classes/db/mysql/query_factory.php on line 167
-
Re: Winchester Black Responsive Template
Anne,
Can you able to help me?
Thanks
Wade
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
wmorris
So I change this in stylesheet.css
From:
Code:
ul.slimmenu.collapsed li a {display: block;border-bottom: 1px solid rgba(0, 0, 0, 0.075);box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;color:#222 !important;}
to
Code:
ul.slimmenu.collapsed li a {display: block;border-bottom: 1px solid rgba(0, 0, 0, 0.075);box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;color:#fff !important;}
Image below what it looks like on Desktop:
http://mtechama.com/zc_test/images/menu.png
Ok, I manage to get the iPad/Tablet Portrait menu where it needs to be. I am still getting black text over black background on the iPad/Tablet. I changed #222 to #fff on line 259 in stylesheet.css the desktop shows in this post picture and the menu in iPad/Tablet disappeared.
-
Re: Winchester Black Responsive Template
**Update**
I work at Walmart Electronics I did a Test on one of our Samsung Tablets 10 inch and the links from my Gift Shop shows fine White Text on front of Black Background. Now on my personal iPad 2 still no white text on black background which I am talking about is "Black Text on Black Background". How can I solve this issue?
-
Re: Winchester Black Responsive Template
Ok, I need help. I tested the tablet menu on an Android Tablets Works fine. I tested 2 or 3 different iPads menu is showing black text on a black background (Portriat) image shown below. So on a all android tablets its shows normal menu white text on black background (Portriat). How can I fix this?
Thanks,
Wade
http://morrisgiftshop.biz/images/iPad-Menu-Issue.jpg
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
wmorris
Ok, I need help. I tested the tablet menu on an Android Tablets Works fine. I tested 2 or 3 different iPads menu is showing black text on a black background (Portriat) image shown below. So on a all android tablets its shows normal menu white text on black background (Portriat). How can I fix this?
Thanks,
Wade
http://morrisgiftshop.biz/images/iPad-Menu-Issue.jpg
Can anyone help me with this issue please?
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
I don't know what to tell you. I just downloaded the template package from the plugins section and this is on line 259:
Code:
ul.slimmenu.collapsed li a {display: block;border-bottom: 1px solid rgba(0, 0, 0, 0.075);box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;color:#222 !important;}
Change it to:
Code:
ul.slimmenu.collapsed li a {display: block;border-bottom: 1px solid rgba(0, 0, 0, 0.075);box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;color:#fff !important;}
Thanks,
Anne
Sorry, this doesn't work. What this does is messes up the menus on the desktop layout and no menu on iPads, Tablets, etc.
-
Re: Winchester Black Responsive Template
Morning Anne,
Just a bit of preamble , I am using "Dover Fine " on my main website and it is great, Thank You, That said, I really like Winchester Black and I am trying it out on another of my sites.
I have found a conflict With the plug-in COWOA that is causing a few headaches. I will Report back when I have SCP the Files. The conflict is with tpl_header.php in the /includes/winchester_black/common folder.
At this point this is just a heads up for anybody having the same problem the slide show and horizontal menu bar disappears and you sit with a broken home page
-
Re: Winchester Black Responsive Template
I WinMerged (Sorry about the SCP thing , but its Monday) the two folders and it seems to be running,
However I cannot get the "Login " and Also the " Create Account " off of the Drop-down menu, no matter how much I hack the tpl_header.php
Does anybody have any pointers to do it in css using something like noshow ?
I need to remove the "login" and "create account" off of the Home Page.
-
Re: Winchester Black Responsive Template
-
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
picaflor-azul
Here are a few more css changes that need to be made in the includes/templates/override/css/stylesheet.css file:
add:
#cartProdTitle{color:#000;}
line 112, change to:
#cartContentsDisplay td{padding-top:25px;padding-bottom:25px;border-bottom:1px solid #222;color:#000;}
line 349, change to:
.categoryListBoxContents a{font-size:110%;color:#a0a0a0;}
line 21, change to:
input:focus, select:focus, textarea:focus {background: #ccc;color:#000;}
line 20, change to:
TEXTAREA {margin: auto;display: block;width: 95%;border:1px solid #222;background:#000;margin-top:10px;margin-bottom:10px;color:#222;}
Thanks,
Anne
Sorry Anne,
This didn't work. It really screwed up the menu. You can take a look at http://www.morrisgiftshop.biz on a Desktop.
Thanks
Wade
-
Re: Winchester Black Responsive Template
-
Re: Winchester Black Responsive Template
Now got an error in the "Logs" folder:
Code:
[17-Aug-2016 12:35:46 America/Chicago] Request URI: /index.php?main_page=products_new, IP address: 66.249.79.169
#1 trigger_error() called at [/home1/xxxxxxx/public_html/morrisgiftshop.biz/includes/classes/db/mysql/query_factory.php:167]
#2 queryFactory->show_error() called at [/home1/xxxxxxx/public_html/morrisgiftshop.biz/includes/classes/db/mysql/query_factory.php:139]
#3 queryFactory->set_error() called at [/home1/xxxxxxx/public_html/morrisgiftshop.biz/includes/classes/db/mysql/query_factory.php:266]
#4 queryFactory->Execute() called at [/home1/xxxxxxx/public_html/morrisgiftshop.biz/includes/classes/split_page_results.php:78]
#5 splitPageResults->__construct() called at [/home1/xxxxxxx/public_html/morrisgiftshop.biz/includes/modules/winchester_black/product_listing.php:35]
#6 include(/home1/xxxxxxx/public_html/morrisgiftshop.biz/includes/modules/winchester_black/product_listing.php) called at [/home1/xxxxxxx/public_html/morrisgiftshop.biz/includes/templates/winchester_black/templates/tpl_modules_product_listing.php:14]
#7 require(/home1/xxxxxxx/public_html/morrisgiftshop.biz/includes/templates/winchester_black/templates/tpl_modules_product_listing.php) called at [/home1/xxxxxxx/public_html/morrisgiftshop.biz/includes/templates/winchester_black/templates/tpl_products_new_default.php:19]
#8 require(/home1/xxxxxxx/public_html/morrisgiftshop.biz/includes/templates/winchester_black/templates/tpl_products_new_default.php) called at [/home1/xxxxxxx/public_html/morrisgiftshop.biz/includes/templates/winchester_black/common/tpl_main_page.php:252]
#9 require(/home1/xxxxxxx/public_html/morrisgiftshop.biz/includes/templates/winchester_black/common/tpl_main_page.php) called at [/home1/xxxxxxx/public_html/morrisgiftshop.biz/index.php:97]
[17-Aug-2016 12:35:46 America/Chicago] PHP Fatal error: 1109:Unknown table 'p' in field list :: select count(p.products_id) as total ==> (as called by) /home1/xxxxxxx/public_html/morrisgiftshop.biz/includes/classes/split_page_results.php on line 78 <== in /home1/xxxxxxx/public_html/morrisgiftshop.biz/includes/classes/db/mysql/query_factory.php on line 167
Please Help!
-
Re: Winchester Black Responsive Template
I guess that no one is going to help with this issue. Losing Customers! :(:(