Learning Fast.
Eden Craft Supplies
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...
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!
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
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:
change to:PHP Code:
$list_box_contents[$row][$col] = array('params' => 'class="centerBoxContentsNew"' . ' ' . 'style="width:' . $col_width . '%;"',
or add the css rule (float:left;) to the proper html selectors.PHP Code:
$list_box_contents[$row][$col] = array('params' => 'class="centerBoxContentsNew back"' . ' ' . 'style="width:' . $col_width . '%;"',
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
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
Bookmarks