Zen Cart Logo
Forums / Addon Templates / Responsive Sheffield Blue v2.0

Responsive Sheffield Blue v2.0

Views: 309,772

Results 1,141 to 1,160 of 1,514
11 Aug 2016, 12:43 PM
#1141
fjbern1943 avatar

fjbern1943

Zen Follower

Join Date:
Apr 2015
Location:
United States
Posts:
144
Plugin Contributions:
0

Responsive Sheffield Blue v2.0

soxophoneplayer:

Strange (to me). I see in the clean file set zc 1.5.5a that the jQuery and site-wide jscript bits are sequenced as your fix suggests. Yet in my Resp Sheff Blue 2.0 the jQuery call comes after the side-wide jscript call, and before the page-specific jscript call.

But the strange part is that I've not had the symptoms with ribbon that you describe.

I know this very strange indeed. The problem, I believe, started after I removed Fec. Also I have another site with zen 1.54 and Responsive_sheffield_blue 2.0 and have never had this problem but I never installed or removed Fec on this site. One of the comments I read in another post stated "this is a known bug in 1.54. ???????????????????????? This is why it took several days to get it fixed.

All I know right now is that making the above changes fixed the problem and that is why I posted in here to tell the community my little story.

Frank

14 Aug 2016, 3:54 PM
#1142
fjbern1943 avatar

fjbern1943

Zen Follower

Join Date:
Apr 2015
Location:
United States
Posts:
144
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

Hello,

Here is my setup:
zencart 1.54
responsive Sheffield blue 2.0

The normal functionality of the "continue shopping" button brings the customer back to the product info page they were just on. That is how it works on my site anyway.

I would like to take the customer to the category page for the product instead. It seems to be to be a better use of the "continue shopping" button.

Can someone help me accomplish this with some code change to the shopping cart template file?

Thanks,

Frank

15 Aug 2016, 8:53 PM
#1143
jeffg23 avatar

jeffg23

New Zenner

Join Date:
Mar 2014
Location:
Jamestown, TN
Posts:
36
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

I disabled the slider on my site over a year ago. At least, I thought I did :lookaroun 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.

19 Aug 2016, 1:14 AM
#1144
bubbadood avatar

bubbadood

New Zenner

Join Date:
Mar 2012
Location:
NJ
Posts:
49
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

sw1138lr:

How can I get the "Buy Now" and "Sold Out" boxes to line up at the bottom?

I would also like to remove the word "Details" just above the "Sold Out" button.

Attachment 16540

picaflor-azul:

You need to use css min-heights. If you post a link to the page I can take a look.

Thanks,

Anne

I have the same problem, http://www.mrcollectoronline.com/index.php?main_page=index&cPath=36_39 any help would be appreciated

19 Aug 2016, 4:22 AM
#1145
bubbadood avatar

bubbadood

New Zenner

Join Date:
Mar 2012
Location:
NJ
Posts:
49
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

rbarbour:

No, I did a copy paste error.

<?php /** * @package templateSystem * @copyright Copyright 2003-2016 Zen Cart Development Team * @license [url]http://www.zen-cart.com/license/2_0.txt[/url] GNU Public License V2.0 * @version ZCA/GIT: $Id: rbarbour New for v1.5.5 $ */ ?> <script type="text/javascript"><!--// (function($) { $(document).ready(function() { $('.centerBoxContentsProducts').matchHeight(); }); }) (jQuery); //--></script>

for me, creating this file breaks the popup image and causes clicked images to open in a new page
25 Aug 2016, 9:54 PM
#1146
spawnie69 avatar

spawnie69

Totally Zenned

Join Date:
Sep 2005
Location:
Ocala, FL
Posts:
527
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

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-zen-cart/index.php?main_page=product_info&cPath=23&products_id=80&zenid=1bbc5eb275ef540b9f1297c89a666aa8

Here is a link to one of my products here:
http://gelcandlecompany.com/gel-candle-jars-c-193/classic-jars-c-193_92/florals-c-193_92_79/gardenia-90-hour-gel-candle-classic-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.

26 Aug 2016, 7:42 PM
#1147
wmorris avatar

wmorris

Totally Zenned

Join Date:
Aug 2007
Location:
Amarillo, Tx
Posts:
1,675
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

Ok, I have switch back to this theme I have one problem on iPads if you take a look the menu is over lapping the shopping cart. I use to remember where the code is now I can't remember. I was able to lower the blue bar and the shopping cart icon down and now I forgot where the code is. Can anyone help me on this one please? Thanks in advance.

Wade

28 Aug 2016, 11:49 PM
#1148
sw1138lr avatar

sw1138lr

New Zenner

Join Date:
Jun 2012
Posts:
94
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

Bubbadood:

I have the same problem, http://www.mrcollectoronline.com/index.php?main_page=index&cPath=36_39 any help would be appreciated

I was able to get the "Buy Now" buttons to line up by adding the below code to the \includes\templates\responsive_sheffield_blue\css\stylesheet.css
add the code in Red.

.itemTitle{font-weight:normal;color:#787878;min-height:50px;padding-left:20px;padding-right:20px;height:90px;}

I'm still researching how to hide the "Details" link on "Sold Out" items. Once we hide it then all the boxes will line up.

28 Aug 2016, 11:53 PM
#1149
sw1138lr avatar

sw1138lr

New Zenner

Join Date:
Jun 2012
Posts:
94
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

sw1138lr:

How can I get the "Buy Now" and "Sold Out" boxes to line up at the bottom?

I would also like to remove the word "Details" just above the "Sold Out" button.

Attachment 16540

I was able to get the "Buy Now" buttons to line up by adding the below code to the \includes\templates\responsive_sheffield_blue\css\stylesheet.css
add the code in Red.

.itemTitle{font-weight:normal;color:#787878;min-height:50px;padding-left:20px;padding-right:20px;height:90px;}

I'm still researching how to hide the "Details" link on "Sold Out" items. Once we hide it then all the boxes will line up.

29 Aug 2016, 12:31 AM
#1150
sw1138lr avatar

sw1138lr

New Zenner

Join Date:
Jun 2012
Posts:
94
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

sw1138lr:

I was able to get the "Buy Now" buttons to line up by adding the below code to the \includes\templates\responsive_sheffield_blue\css\stylesheet.css
add the code in Red.

.itemTitle{font-weight:normal;color:#787878;min-height:50px;padding-left:20px;padding-right:20px;height:90px;}

> 
> I'm still researching how to hide the "Details" link on "Sold Out" items.   Once we hide it then all the boxes will line up.

To removed the word “details” from “Sold Out”

\includes\languages\responsive_sheffield_blue\english.php

Change:
// more info in place of buy now
  define('MORE_INFO_TEXT','details <i class="icon-circle-arrow-right"></i>');

to:

// more info in place of buy now
  define('MORE_INFO_TEXT','  ');

The "Sold Out" button and "Buy Now" button still don't line up yet.
30 Aug 2016, 12:42 PM
#1151
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Responsive Sheffield Blue v2.0

scvmodeltrains:

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.php?209715-Flexible-Footer-Columns-Menu-for-1-5-x&p=1308467#post1308467

Thanks,

Anne

30 Aug 2016, 12:45 PM
#1152
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Responsive Sheffield Blue v2.0

Jeffg23:

I disabled the slider on my site over a year ago. At least, I thought I did :lookaroun 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

30 Aug 2016, 12:47 PM
#1153
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Responsive Sheffield Blue v2.0

Bubbadood:

I have the same problem, http://www.mrcollectoronline.com/index.php?main_page=index&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

30 Aug 2016, 12:52 PM
#1154
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Responsive Sheffield Blue v2.0

spawnie69:

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-zen-cart/index.php?main_page=product_info&cPath=23&products_id=80&zenid=1bbc5eb275ef540b9f1297c89a666aa8

Here is a link to one of my products here:
http://gelcandlecompany.com/gel-candle-jars-c-193/classic-jars-c-193_92/florals-c-193_92_79/gardenia-90-hour-gel-candle-classic-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

3 Sep 2016, 6:52 PM
#1155
sw1138lr avatar

sw1138lr

New Zenner

Join Date:
Jun 2012
Posts:
94
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

picaflor-azul:

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 Sep 2016, 1:57 AM
#1156
spawnie69 avatar

spawnie69

Totally Zenned

Join Date:
Sep 2005
Location:
Ocala, FL
Posts:
527
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

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 Sep 2016, 10:49 AM
#1157
brittainmark avatar

brittainmark

Totally Zenned

Join Date:
Apr 2009
Posts:
507
Plugin Contributions:
1

Re: Responsive Sheffield Blue v2.0

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.```
[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
9 Sep 2016, 1:16 PM
#1158
gunni avatar

gunni

Zen Follower

Join Date:
Aug 2010
Location:
Israel
Posts:
287
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

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 Sep 2016, 1:56 PM
#1159
gunni avatar

gunni

Zen Follower

Join Date:
Aug 2010
Location:
Israel
Posts:
287
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

Here is a link

9 Sep 2016, 4:34 PM
#1160
soxophoneplayer avatar

soxophoneplayer

Totally Zenned

Join Date:
Feb 2008
Posts:
534
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

gunni:

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.