Page 83 of 152 FirstFirst ... 3373818283848593133 ... LastLast
Results 821 to 830 of 1518
  1. #821
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by SilverHD View Post
    adb34:

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

    Silver
    We will get there
    Learning Fast.
    Eden Craft Supplies

  2. #822
    Join Date
    Apr 2016
    Posts
    3
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

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

  3. #823
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Responsive Sheffield Blue V 2.0!

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

  4. #824
    Join Date
    Sep 2005
    Location
    Ocala, FL
    Posts
    494
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by fjbern1943 View Post
    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-...arthy-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!

  5. #825
    Join Date
    Mar 2008
    Location
    USA
    Posts
    560
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.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

  6. #826
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Responsive Sheffield Blue V 2.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:
    PHP Code:
        $list_box_contents[$row][$col] = array('params' => 'class="centerBoxContentsNew"' ' ' 'style="width:' $col_width '%;"'
    change to:
    PHP Code:
        $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.

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

  7. #827
    Join Date
    Mar 2008
    Location
    USA
    Posts
    560
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.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

  8. #828
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: Responsive Sheffield Blue V 2.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?

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

  9. #829
    Join Date
    Mar 2008
    Location
    USA
    Posts
    560
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.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, www.mygiftsite.com

    Thanks,

    Silver

  10. #830
    Join Date
    Apr 2015
    Location
    United States
    Posts
    144
    Plugin Contributions
    0

    Default Re: Responsive Sheffield Blue V 2.0!

    Quote Originally Posted by rbarbour View Post
    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:
    PHP Code:
        $list_box_contents[$row][$col] = array('params' => 'class="centerBoxContentsNew"' ' ' 'style="width:' $col_width '%;"'
    change to:
    PHP Code:
        $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

 

 

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