Re: Trouble with clean install of v.1.5.5
Quote:
Originally Posted by
spawnie69
Hi Anne,
What can I do to correct my mobile hompageslide size images. Displays stretched out in mobile.
www.gelcandlecompany.com
Thank you
The images in the demo are 1300 pixels wide by 500 pixels high. Try making your slider images in those dimensions or closer to their aspect ratio.
Thanks,
Anne
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
Feznizzle
I just installed this template into a fresh zc155 and I'm experiencing a couple issues.
First, when adding products to the shopping cart (or just clicking on Shopping Cart link), I receive this message:
Also, on the backend, I receive a persistent message at the top my admin in a green box:
To try to resolve conflicts, I started going thru the files supplied by the template, comparing and merging with zc155 originals.
Some of this work is simple. For instance, it seems pretty clear that admin/layout_controller.php needs to be merged into zc155. Other comparisons seem to indicate that the template file should be discarded entirely in favor of the zc155 original. For instance: /includes/classes/Mobile_Detect.php
Other merges are downright messy and it's unclear to me how to proceed (/includes/classes/split_page_results.php).
So to answer this question:
I'm inclined to say maybe you should wait for a zc155 update to this template?
Quote:
Originally Posted by
picaflor-azul
Try removing the includes/templates/responsive_sheffield_blue/jscript/jscript_framework.php file.
Thanks,
Anne
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
Re: Responsive Sheffield Blue V 2.0!
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
Re: Responsive Sheffield Blue V 2.0!
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:
Code:
date_added datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
To:
Code:
date_added datetime NOT NULL DEFAULT '1000-01-01 00:00:00',
To be valid for MySQL 5.7
After that the install worked successfully
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
gwynwyffar
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:
Code:
date_added datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
To:
Code:
date_added datetime NOT NULL DEFAULT '1000-01-01 00:00:00',
To be valid for MySQL 5.7
After that the install worked successfully
Per the ZC 1.5.5 install/upgrade script the date really ought to be: '0001-01-01 00:00:00'. Instead of the year 1000... There are/might be other areas of code that would not properly recognize the 1000.
1 Attachment(s)
Re: Responsive Sheffield Blue V 2.0!
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 ...
Attachment 16162
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.
Re: Responsive Sheffield Blue V 2.0!
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
Re: Responsive Sheffield Blue V 2.0!
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
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
MCS_Computers
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 ...
Attachment 16162
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.
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
Re: Responsive Sheffield Blue V 2.0!
Quote:
Originally Posted by
totalnetworx
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
If you post a link to your site, I can take a look and try to tell you what you need to change in the css to make the slide show smaller.
Thanks,
Anne