Page 116 of 152 FirstFirst ... 1666106114115116117118126 ... LastLast
Results 1,151 to 1,160 of 1518
  1. #1151
    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 scvmodeltrains View Post
    I am using v2.0 of the template and I am running into an issue with my social media buttons. I used the code indicated in the readme file, but on my site it shows the code rather than just the buttons. I have included a picture of the problem. Any help would be greatly appreciated! Attachment 16568
    Apply the fix posted here for the flexible footer menu:

    https://www.zen-cart.com/showthread....67#post1308467

    Thanks,

    Anne

  2. #1152
    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 Jeffg23 View Post
    I disabled the slider on my site over a year ago. At least, I thought I did I just was looking at the page source in my browser and it shows the SlidesJS script loaded on the page. How can I stop it from loading? I am trying to speed up the site for mobile devices and the Google site test program flagged this script as one to remove if it was not being used.
    It sounds like you are using an old version of the template package. Do a search in admin--tools--developers toolkit for the name of the javascript and you will find the file that needs to be edited.

    Thanks,

    Anne

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

    Default Re: Responsive Sheffield Blue V 2.0! update for Zen Cart 1.5.5 Initial Newbie Notes

    Quote Originally Posted by Bubbadood View Post
    I have the same problem, http://www.mrcollectoronline.com/ind...ex&cPath=36_39 any help would be appreciated
    This is happening because your images are different heights. You can add a min-height to the containing div of the image.

    Thanks,

    Anne

  4. #1154
    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 spawnie69 View Post
    Hi everyone!

    I have sheffield blue on my 1.54 zc.
    I managed to have my social links in the flexible footer to display and work great but today I noticed that the social links are not being displayed in my product's listing like Anne has setup here:
    http://zenlyzen.com/mobile-friendly-...1297c89a666aa8

    Here is a link to one of my products here:
    http://gelcandlecompany.com/gel-cand...jar-p-310.html

    Are these links supposed to show up in the sheffield blue template? and if so how do I have them appear?

    or is this a different mod that Anne had installed on her demo?

    Thanks for anyone's help.
    I would recommend going here and getting the code for your customized buttons, then adding it to the tpl_product_info_display.php file:

    https://www.addtoany.com/

    The template is just using generic add to any code which may not be working for you.

    Thanks,

    Anne

  5. #1155
    Join Date
    Jun 2012
    Posts
    94
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0! update for Zen Cart 1.5.5 Initial Newbie Notes

    Quote Originally Posted by picaflor-azul View Post
    This is happening because your images are different heights. You can add a min-height to the containing div of the image.

    Thanks,

    Anne

    Anne,

    All my images are the same size and I have the same issues. We can't get the "Sold Out" and "Buy Now" buttons to line up. I posted the fix to get the "Buy Now" buttons to line up.

  6. #1156
    Join Date
    Sep 2005
    Location
    Ocala, FL
    Posts
    494
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0! update for Zen Cart 1.5.5 Initial Newbie Notes

    I am on 1.54 at gelcandlecompany.com
    Can anyone tell me why my slider images on a cell phone are not displaying correct sizes?
    Desktop is shows ok.
    many thanks

  7. #1157
    Join Date
    Apr 2009
    Posts
    469
    Plugin Contributions
    2

    Default Re: Responsive Sheffield Blue V 2.0! update for Zen Cart 1.5.5 Initial Newbie Notes

    MySql 5.7 issue. I have tried to install sheffield blue on new server. using zencat 1.55 I Am getting a mysql error see below. I think it is due to using 0 (zero) as the default for a date in a table being created. My Mysql version is 5.7.13 php version 7.0.8.
    Code:
    [06-Sep-2016 15:12:23 Europe/London] PHP Fatal error:  1067:Invalid default value for 'date_added' :: CREATE TABLE IF NOT EXISTS zen_flexible_footer_menu(
      page_id int(11) NOT NULL AUTO_INCREMENT,
      language_id int(11) NOT NULL DEFAULT '1',
      page_title varchar(64) CHARACTER SET utf8 NOT NULL DEFAULT '',
      page_url varchar(255) CHARACTER SET utf8 DEFAULT NULL,
      col_header varchar(64) CHARACTER SET utf8 DEFAULT NULL,
      col_image varchar(254) CHARACTER SET utf8 NOT NULL DEFAULT '',
      col_html_text text CHARACTER SET utf8,
      status int(1) NOT NULL DEFAULT '0',
      col_sort_order int(11) NOT NULL DEFAULT '0',
      col_id int(11) NOT NULL DEFAULT '0',
      date_added datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
      last_update datetime DEFAULT NULL,
      PRIMARY KEY (`page_id`)
    ) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=29; ==> (as called by) /**********/includes/installers/responsive_sheffield_blue/2_0.php on line 138 <== in /**********/includes/classes/db/mysql/query_factory.php on line 167
    I was thinking of changing date_added datetime NOT NULL DEFAULT '0000-00-00 00:00:00', to date_added datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
    do you know it this will cause and issued. I do not have access to the server setting to allow me to remove NO_ZERO_DATE or STRICT_TRANS_TABLES.
    There may be another way of doing this without changing the code. If any one knows please let me know.

    Thanks
    Last edited by brittainmark; 7 Sep 2016 at 11:50 AM. Reason: remove server details
    Mark Brittain
    http:\\innerlightcrystals.co.uk\sales\

  8. #1158
    Join Date
    Aug 2010
    Location
    Israel
    Posts
    285
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0! update for Zen Cart 1.5.5 Initial Newbie Notes

    Hi
    ZC 1.5.4 with Sheffield Blue 2 of course.
    Installed IH4 and all went fine until I found 2 problems:
    Products with more than one picture, when enlarge them, not showing the previous / next bar.
    Also, on mobile, the second / third picture - when enlarge it - it grows out of the mobile screen.
    How to fix it ? Maybe it's something with the template files ?
    Had it worked before IH4.

  9. #1159
    Join Date
    Aug 2010
    Location
    Israel
    Posts
    285
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0! update for Zen Cart 1.5.5 Initial Newbie Notes

    Here is a link

  10. #1160
    Join Date
    Feb 2008
    Posts
    529
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0! update for Zen Cart 1.5.5 Initial Newbie Notes

    Quote Originally Posted by gunni View Post
    Hi
    ZC 1.5.4 with Sheffield Blue 2 of course.
    Installed IH4 and all went fine until I found 2 problems:
    Products with more than one picture, when enlarge them, not showing the previous / next bar.
    Also, on mobile, the second / third picture - when enlarge it - it grows out of the mobile screen.
    How to fix it ? Maybe it's something with the template files ?
    Had it worked before IH4.
    IH4 install instructions - under the misc tab in the Readme - instructions re merging your additional images file. This is usually the first suspect.

 

 

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