Page 73 of 152 FirstFirst ... 2363717273747583123 ... LastLast
Results 721 to 730 of 1518
  1. #721
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Trouble with clean install of v.1.5.5

    Quote Originally Posted by spawnie69 View Post
    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

  2. #722
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by Feznizzle View Post
    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 View Post
    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
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  3. #723
    Join Date
    Mar 2008
    Location
    USA
    Posts
    560
    Plugin Contributions
    0

    Default 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

  4. #724
    Join Date
    Dec 2006
    Location
    Hudson Valley, New York USA
    Posts
    93
    Plugin Contributions
    0

    Default 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

  5. #725
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by gwynwyffar View Post
    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.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #726
    Join Date
    Aug 2013
    Location
    Bridlington
    Posts
    151
    Plugin Contributions
    0

    Default 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 ...

    Name:  Capture.JPG
Views: 208
Size:  34.5 KB

    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.

  7. #727
    Join Date
    Apr 2013
    Location
    England
    Posts
    7
    Plugin Contributions
    0

    Default 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

  8. #728
    Join Date
    Mar 2008
    Location
    USA
    Posts
    560
    Plugin Contributions
    0

    Default 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

  9. #729
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by MCS_Computers View Post
    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 ...

    Name:  Capture.JPG
Views: 208
Size:  34.5 KB

    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

  10. #730
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by totalnetworx View Post
    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

 

 

Similar Threads

  1. v151 Responsive Sheffield Blue v1.0
    By picaflor-azul in forum Addon Templates
    Replies: 1159
    Last Post: 23 Apr 2023, 01:20 AM
  2. v155 Responsive Classic vs Responsive Sheffield Blue vs ?
    By Zean in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 May 2016, 07:01 AM
  3. v154 Responsive Sheffield Blue change menu links
    By Annie_zaz in forum Addon Templates
    Replies: 3
    Last Post: 7 May 2016, 11:33 PM
  4. v154 Responsive Sheffield Blue v.2.0 Pricing not showing
    By SilverHD in forum Addon Templates
    Replies: 13
    Last Post: 4 Nov 2015, 10:57 PM
  5. v154 Questions re: Responsive Sheffield Blue
    By dfontana in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Aug 2015, 02:43 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR