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

Responsive Sheffield Blue v2.0

Views: 309,796

Results 821 to 840 of 1,514
19 Apr 2016, 11:22 PM
#821
adb34 avatar

adb34

Totally Zenned

Join Date:
Mar 2008
Location:
Brampton, Cumbria, United Kingdom, United Kingdom
Posts:
825
Plugin Contributions:
0

Responsive Sheffield Blue v2.0

SilverHD:

adb34:

Sorry to hear that. I was hoping someone could/would help us.

Silver
We will get there

20 Apr 2016, 9:01 AM
#822
mcclaine avatar

mcclaine

New Zenner

Join Date:
Apr 2016
Posts:
3
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

mc12345678:

Perhaps you could explain what it is in the first post at that thread that is not understood? Basically what is explained is the file(s) that are in ZC 1.5.5 that are modified by installing this plugin. That by replacing those files with what is provided in ZC 1.5.5 or modifying the file(s) with to replace the content as described will restore functionality.

Thank you for the reply. However its hard to understand what to do because that post is phrased like statements. Take number two for example

"2 - /includes/functions/extra_functions/zca_responsive_functions.php
This was added in v1.5.5"

"This was added in v1.5.5". So it was added. What am i supposed to do this this knowledge? Delete this file? Replace it? Ignore it?

Number five states that some code has changed from one thing to another. Do i change it back, deleting the new code in the process? Wouldn't this break ZC v1.5.5 some how?

All six point come across as statements instead of how to's. I am a novice, I don't feel confident just deleting/replacing/modifying without breaking something. That is why I have come here for advice and to learn.Maybe one day in the future I can pay-it-forward and help someone with what I have learnt here today.

20 Apr 2016, 9:57 AM
#823
mc12345678 avatar

mc12345678

Totally Zenned

Join Date:
Jul 2012
Posts:
16,908
Plugin Contributions:
2

Re: Responsive Sheffield Blue v2.0

mcclaine:

Thank you for the reply. However its hard to understand what to do because that post is phrased like statements. Take number two for example

"2 - /includes/functions/extra_functions/zca_responsive_functions.php
This was added in v1.5.5"

"This was added in v1.5.5". So it was added. What am i supposed to do this this knowledge? Delete this file? Replace it? Ignore it?

Number five states that some code has changed from one thing to another. Do i change it back, deleting the new code in the process? Wouldn't this break ZC v1.5.5 some how?

All six point come across as statements instead of how to's. I am a novice, I don't feel confident just deleting/replacing/modifying without breaking something. That is why I have come here for advice and to learn.Maybe one day in the future I can pay-it-forward and help someone with what I have learnt here today.
No, understood that as being new to this whole thing of ZC, php, mysql, html, etc... that there is likely to be some confusion. Expressing the current understanding, what has been attempted and what is not understood (as provided above) helps others to guide down the next step.

So on that, I'll give you the issue of item 2. I haven't tried to apply/install Anne's templates to ZC 1.5.5 yet. But, considering that rbarbour is one of the founding developers of the responsive template to ZC, I imagine that everything listed affects the ability to use templates like this on ZC 1.5.5.

On the issue of concern of making a mistake, that is why it is suggested to create a development version of your site. On the development version, you make changes, make mistakes, but the live site is unaffected and that way there is also a "backup" available to undo the mistake(s) made.

So, that in mind, here is the approach I would take with the instructions provided. Considering that item 2 describes a file that has been added, I would wait until the end to address that item just to see how it affects the overall process. The other items, I would either replace the file in its entirety if so suggested or in the case of replacing some code, I would search for the from code and replace with the to code. Overall reason is that ZC 1.5.5 has these equivalent files in place and the template(s) have those same files but with different code. Rbarbour has identified the code that is essential for continued operation in ZC 1.5.5 and therefore by using the ZC 1.5.5 applicable code, operation ought to be restored. Please don't forget the added assistance of DrByte regarding the jscript related files as well... and of course any other suggested patches/fixes.

20 Apr 2016, 1:17 PM
#824
spawnie69 avatar

spawnie69

Totally Zenned

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

Re: Responsive Sheffield Blue v2.0

fjbern1943:

On the main page I have the categories listed in three rows.

When I select either the Newest, Featured or Specials Link in the box after the categories box I get only one row of products being shown. How do I get three rows to show here? To see go to http://religious-shop.com

Thanks,

Frank

For some reason I do not think we can because of the responsive layout.

How did you manage to set 3 columns within the category? I can only see 2.
http://gelcandlecompany.com/classic-jars-c-92/earthy-c-92_77/

Did you have to decrease the image size?

I like the way you have 3 columns like here: http://religious-shop.com/medals

nice job!

20 Apr 2016, 1:37 PM
#825
silverhd avatar

silverhd

Totally Zenned

Join Date:
Mar 2008
Location:
USA
Posts:
563
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

adb34:

Maybe I should ask you since you are working on adding to the tabs. As I have tried to get an answer in several posts, I am trying to add the tabs Description, Details and Reviews. Again, I can't find the answer in product info or the layout boxes controller either. Do you have any idea where I can find this? It's obvious, by your posts, that you have it on your template. Possibly you can point me in the right direction? I am using v.1.54. This is the address of my site: www.mygiftsite.com

It is in maintenance mode because it is not completed yet. Let me know and I can take it out so you can see what I am talking about. If I had those tabs, the site would look much better.

Thanks,

Silver

20 Apr 2016, 1:43 PM
#826
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Responsive Sheffield Blue v2.0

This is not the out-of-box function, you must have altered the code.

For each center-box, open the corresponding file:
/includes/modules/responsive_sheffield_blue/new_products.php
/includes/modules/responsive_sheffield_blue/specials_index.php
/includes/modules/responsive_sheffield_blue/featured_products.php

You are only getting 1 per row instead of what the admin configuration is set to "3" because the class "back" was removed based on the "view source" of the page.

find:

    $list_box_contents[$row][$col] = array('params' => 'class="centerBoxContentsNew"' . ' ' . 'style="width:' . $col_width . '%;"',

change to:

    $list_box_contents[$row][$col] = array('params' => 'class="centerBoxContentsNew back"' . ' ' . 'style="width:' . $col_width . '%;"',

or add the css rule (float:left;) to the proper html selectors.

fjbern1943:

Problem with number of columns for Newest, Featured and Specials.
Only showing 1 column????

Currently showing 3 columns for categories and products only.

I believe I have the setup in admin to show 3 columns set correctly.

If this has been answered before could you please direct me to the thread number.

If not can someone help?

20 Apr 2016, 2:20 PM
#827
silverhd avatar

silverhd

Totally Zenned

Join Date:
Mar 2008
Location:
USA
Posts:
563
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

rbarbour:

Just want to make sure that you are answering my question and not someone elses.

I should change the code for each of the following files and that will give me Descriptions, Details, and Reviews tabs?

/includes/modules/responsive_sheffield_blue/new_products.php
/includes/modules/responsive_sheffield_blue/specials_index.php
/includes/modules/responsive_sheffield_blue/featured_products.php

Just making sure,

Silver

20 Apr 2016, 2:27 PM
#828
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Responsive Sheffield Blue v2.0

No I was replying to fjbern1943

@SilverHD

I can't view your site while it's in maintenance mode nor do I know what Descriptions, Details, and Reviews tabs your referring to?

SilverHD:

rbarbour:

Just want to make sure that you are answering my question and not someone elses.

I should change the code for each of the following files and that will give me Descriptions, Details, and Reviews tabs?

/includes/modules/responsive_sheffield_blue/new_products.php
/includes/modules/responsive_sheffield_blue/specials_index.php
/includes/modules/responsive_sheffield_blue/featured_products.php

Just making sure,

Silver

20 Apr 2016, 2:39 PM
#829
silverhd avatar

silverhd

Totally Zenned

Join Date:
Mar 2008
Location:
USA
Posts:
563
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

rbarbour:

I will take it out of maintenance mode but I don't have those tabs. I do know that others do have them with the same template and it makes the website look so much better because it separates things so much better. If you said that you want to add to them you must already have them?? Again, https://www.mygiftsite.com

Thanks,

Silver

20 Apr 2016, 2:40 PM
#830
fjbern1943 avatar

fjbern1943

Zen Follower

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

Re: Responsive Sheffield Blue v2.0

rbarbour:

This is not the out-of-box function, you must have altered the code.

For each center-box, open the corresponding file:
/includes/modules/responsive_sheffield_blue/new_products.php
/includes/modules/responsive_sheffield_blue/specials_index.php
/includes/modules/responsive_sheffield_blue/featured_products.php

You are only getting 1 per row instead of what the admin configuration is set to "3" because the class "back" was removed based on the "view source" of the page.

find:

$list_box_contents[$row][$col] = array('params' => 'class="centerBoxContentsNew"' . ' ' . 'style="width:' . $col_width . '%;"',
> 
> change to:
> ```php
    $list_box_contents[$row][$col] = array('params' => 'class="centerBoxContentsNew back"' . ' ' . 'style="width:' . $col_width . '%;"',

or add the css rule (float:left;) to the proper html selectors.

Thank you very much rbarbour,
That is absolutely wonderful. Worked like a charm.

Thanks again,

Frank

20 Apr 2016, 2:59 PM
#831
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Responsive Sheffield Blue v2.0

For anyone having an issue getting the amount of product per row to display correctly (config value)

open:
/includes/templates/responsive_sheffield_blue/css/responsive_default.css

in the media query section
@media (min-width:980px) and (max-width:1200px) {

find:

.centerBoxContentsAlsoPurch, .centerBoxContentsProducts, .centerBoxContentsNew, .centerBoxContentsFeatured, .centerBoxContentsSpecials {width:45% !important;}

change to:

.centerBoxContentsAlsoPurch, .centerBoxContentsProducts, .centerBoxContentsNew, .centerBoxContentsFeatured, .centerBoxContentsSpecials {}

This will allow the width to properly calculate in desktop devices.

20 Apr 2016, 3:08 PM
#832
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Responsive Sheffield Blue v2.0

Your missing more than just the product_info tabs.

Try re-uploading
/includes/templates/responsive_sheffield_blue/templates/tpl_product_info_display.php

fjbern1943:

Problem with number of columns for Newest, Featured and Specials.
Only showing 1 column????

Currently showing 3 columns for categories and products only.

I believe I have the setup in admin to show 3 columns set correctly.

If this has been answered before could you please direct me to the thread number.

If not can someone help?

wmorris:

Hi Anne,

Can you help me! I am having an issue on the column on my product listings. Its on my desktop layout. You can see here:

http://www.morrisgiftshop.biz/index.php?main_page=index&cPath=2_3

Please take a look at the last 3 or 4 rows. See it where it breaks?

SilverHD:

rbarbour:

I will take it out of maintenance mode but I don't have those tabs. I do know that others do have them with the same template and it makes the website look so much better because it separates things so much better. If you said that you want to add to them you must already have them?? Again, https://www.mygiftsite.com

Thanks,

Silver

20 Apr 2016, 3:19 PM
#833
silverhd avatar

silverhd

Totally Zenned

Join Date:
Mar 2008
Location:
USA
Posts:
563
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

rborbour:

I have been trying to get an answer for so long I will definitely give it a try and let you know what happened.

Thanks,

Silver

20 Apr 2016, 3:31 PM
#834
silverhd avatar

silverhd

Totally Zenned

Join Date:
Mar 2008
Location:
USA
Posts:
563
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

rbarbour:

I did the reupload and I don't see any change. I checked product info and I don't see anything there to pertain to Descriptions, Details, Reviews?? Should I look somewhere else?

Silver

20 Apr 2016, 3:37 PM
#835
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Responsive Sheffield Blue v2.0

Clear your cache, seems to be there now

SilverHD:

rborbour:

I have been trying to get an answer for so long I will definitely give it a try and let you know what happened.

Thanks,

Silver

SilverHD:

rbarbour:

I did the reupload and I don't see any change. I checked product info and I don't see anything there to pertain to Descriptions, Details, Reviews?? Should I look somewhere else?

Silver

20 Apr 2016, 4:21 PM
#836
silverhd avatar

silverhd

Totally Zenned

Join Date:
Mar 2008
Location:
USA
Posts:
563
Plugin Contributions:
0

Re: Responsive Sheffield Blue v2.0

rbarbout:

THAT DID IT! YOU ARE THE BEST!! I have posted this so many times and couldn't get any help from anyone so I really appreciate your assistance. Now I need to go back through what I've done so far and delete the word "description" but I will gladly do it because it looks SO MUCH BETTER thanks to you!

Hats off to you, my friend. You have made my day! :clap:

Thank you so very much,

Silver

20 Apr 2016, 4:30 PM
#837
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Responsive Sheffield Blue v2.0

Check post #831

spawnie69:

For some reason I do not think we can because of the responsive layout.

How did you manage to set 3 columns within the category? I can only see 2.
http://gelcandlecompany.com/classic-jars-c-92/earthy-c-92_77/

Did you have to decrease the image size?

I like the way you have 3 columns like here: http://religious-shop.com/medals

nice job!

20 Apr 2016, 4:33 PM
#838
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Responsive Sheffield Blue v2.0

I updated that thread to maybe help you understand what needs to be done. I apologize for I'm much better at making it work than explaining how it works. :blush:

mcclaine:

Thank you for the reply. However its hard to understand what to do because that post is phrased like statements. Take number two for example

"2 - /includes/functions/extra_functions/zca_responsive_functions.php
This was added in v1.5.5"

"This was added in v1.5.5". So it was added. What am i supposed to do this this knowledge? Delete this file? Replace it? Ignore it?

Number five states that some code has changed from one thing to another. Do i change it back, deleting the new code in the process? Wouldn't this break ZC v1.5.5 some how?

All six point come across as statements instead of how to's. I am a novice, I don't feel confident just deleting/replacing/modifying without breaking something. That is why I have come here for advice and to learn.Maybe one day in the future I can pay-it-forward and help someone with what I have learnt here today.

20 Apr 2016, 6:27 PM
#839
fjbern1943 avatar

fjbern1943

Zen Follower

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

Re: Responsive Sheffield Blue v2.0

fjbern1943:

Thank you very much rbarbour,
That is absolutely wonderful. Worked like a charm.

Thanks again,

Frank

Hello Again rbarbour,

I have another little problem you might be wiling and able to help me with.

Under Configuration/Product Listing there is an option "Product Listing - Show Sorter for Columns Layout
Allow the customer to select the item sort order (0=no, 1=yes). I have it setup as Yes but it never appears on the page??????

To see goto http://religious-shop.com/medals/christ-medals.

I now have my product listing sorted by price (4a) - lowest to highest but I would like to include this option also.

Thanks,

Frank

20 Apr 2016, 6:49 PM
#840
spawnie69 avatar

spawnie69

Totally Zenned

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

Re: Responsive Sheffield Blue v2.0

rbarbour:

Check post #831

Wow!Thank you so much now I have to resize images.
http://gelcandlecompany.com/tea-lights-c-118my /designer-c-118_163/