May also want to take a look at this guidance related to templates similar to this one on ZC 1.5.5: https://www.zen-cart.com/showthread.php?t=219801
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Hi Anne:
Thanks so much for the response but I don't see a thing on the "product info" page pertaining to description, details, reviews, or a custom tab. I am apparently looking in the wrong place or the template I downloaded somehow missed it, possibly?? If you have the answer, please clue me in.
Thanks again,
Silver
I was able to solve the issue I posted previously
My WAMP server is running MySQL 5.7 and so the default value for datetime on admin\includes\installers\responsive_sheffield_blue\2_0.php was invalide
Line 135 should be changed from:
To:Code:date_added datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
To be valid for MySQL 5.7Code:date_added datetime NOT NULL DEFAULT '1000-01-01 00:00:00',
After that the install worked successfully
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Hi Anne
Weird thing has happened. I went into the footer options through admin and removed 1 line from it and now at the bottom of my page I have this ...
So immediately I thought I had removed something I shouldn`t so I used the code from a working site and still nothing. So I went to a third site that's working and removed 1 line and got the same that's in the picture, I put the original code back and again it didn`t work. I'm baffled as I have put it back to how it was originally but it will not work.
The error is on a clean zencart install using the Sheffield Blue theme.
Do you have any idea what is wrong, I have not deleted, renamed or changed anything other than that code in the footer option from the admin panel.
Hi Anne,
Firstly thanks for this template, its a really clean, crisp look and once I have finished it will improve our website 10000%
One question if I may... the pictures in the slider are currently 1300 x 500. I want the amount of space taken up to be less. I have tried playing around with smaller images but it appears that the template always makes the image 1300 x 500. Is there a way I can tweak it so that the images take up less height 300px for example, or even make the while slider portion smaller.
At the moment it takes up half of the page and pushes the rest of the valuable content below the fold.
Many thanks
Stu
Hello again, Anne:
Sorry for reposting this, but apparently it got lost in the flurry of comments somehow. This is in reply to your post of #719. As I stated before, I don’t see a thing on the “product info” page pertaining to description, details, reviews, or a custom tab. I am apparently looking in the wrong place or the template I downloaded somehow missed it, possibly?? If you have the answer, please clue me in.
Also, another situation has cropped up. I wanted to change my product listing from 2 columns to 3. When I went to Product Listing – Columns Per Row, I noticed that the default listing is 3 even though my products have only 2 columns. Do you have any idea what is wrong?
Again, thank you for your help,
Silver
Try removing the code in admin--tools--flexible footer menu for the icons and replacing it with this:
Code:<a href="https://www.facebook.com/Custom.Zen.Cart.Design" target="_blank"><i class="fa fa-facebook"></i></a><a href="https://twitter.com/picaflorazul" target="_blank"><i class="fa fa-twitter"></i></a><a href="http://www.pinterest.com/picaflorazul" target="_blank"><i class="fa fa-pinterest"></i></a><a href="https://www.youtube.com/user/ZenCartEasyHelp" target="_blank"><i class="fa fa-youtube"></i></a><a href="" target="_blank"><i class="fa fa-instagram"></i></a>
Thanks,
Anne
Bookmarks