Re: Foundation Theme for ZenCart
I just submitted an updated version. To fix the abide issue I removed the files listed below and updated the foundation.min.js with a full version from the foundation website.
Removed lineHeight of 0 for .thumbnail class from foundation.min.css
Moved jquery.min.js from jscript/vendor/ to jscript
Removed foundation.abide.js, foundation.core.js and foundation.js.txt
Updated foundation.min.js and foundation.what-input.js
Re: Foundation Theme for ZenCart
I haven't (yet) had the chance to install, but I noticed the following
Code:
function foundation_password_field($name, $value = '', $parameters = '') {
return zen_draw_input_field($name, $value, $parameters, 'email', false);
}
on line 121 of /includes/functions/extra_functions/foundation_functions.php. Shouldn't that be
Code:
function foundation_password_field($name, $value = '', $parameters = '') {
return zen_draw_input_field($name, $value, $parameters, 'password', false);
}
Re: Foundation Theme for ZenCart
Wow, THANKS for that one.
Actually is the other way around. It should have been foundation_email_field instead of foundation_password_field and I should have removed that function since the foundation_email_field function was already added. The foundation_password_field was wrongly added and it has two uses which are for email text fields.
Good Looking Out!
Re: Foundation Theme for ZenCart
No store categories are displayed. I have gone through the README.
I didn't see/find anything specific that needed to be changed from default install.
Foundation theme downloaded from zc plugins today Dec 28, 2017 so I assume the updates mentioned are included.
Can you help me sort this out? I am not losing sleep over this.
TNX
Rick
=============================
Zencart 155e vanilla install
php 5.6.32
Database: MySQL 5.5.5-10.1.30-MariaDB
Install 155e with demo data
upload Foundation Theme (changed admin directoriy and edited the one file)
Drop db tables
Import db tables from zc154 backup
Run zc_install to update tables
change admin password
reset layout boxes controller to foundation default
Classic green: store categories appear as expected
Classic responsive: store categories appear as expected
Foundation: No store categories appear.
No zc log files generated.
Link to storefront
http:// srevaewniahc.info/155e
Re: Foundation Theme for ZenCart
Found a few things...
Looks like the "Hamburger" icon is removed from displays wider than 917px, thus categories or left sidebox are not accessible. (or at least desktop displays).
Clicking the "Hamburger" will cause the left sidebox to slide over.
Categories button still does nothing when clicked.
Still looking for the other left and right sideboxes.
Re: Foundation Theme for ZenCart
i have found it's really just a base implementation of the foundation framework...
while the foundation framework seems pretty.... pretty... pretty cool, it seems that this template will still require a bunch of work to make it ready for primetime.... i hope to do some more work with it in the near future.... but you never know...
Re: Foundation Theme for ZenCart HELP ! ! !
Hello:
Working on this on my live site.
Here is the problem #1. So far... Product Description, on the top of the Description, it states "TEXT_DESCRIPTION " .
I can't seem where this is so I can remove it. Any help would be great.
Liking it so far.
link to site: http://realestatesignstore.com
Thanks,
Michael:blink:
Re: Foundation Theme for ZenCart HELP ! ! !
Quote:
Originally Posted by
michaelpattisr
Here is the problem #1. So far... Product Description, on the top of the Description, it states "TEXT_DESCRIPTION "
Make sure that includes/languages/english/FZCF7211/product_info.php was loaded to your server. Product Description is on line 46.
Re: Foundation Theme for ZenCart
Quote:
Originally Posted by
carlwhat
i have found it's really just a base implementation of the foundation framework...
while the foundation framework seems pretty.... pretty... pretty cool, it seems that this template will still require a bunch of work to make it ready for primetime.... i hope to do some more work with it in the near future.... but you never know...
Thanks Carl. That seems to be accurate. I was really expecting customers to see categories on desktops and I've learned to check things as I go to remove too many variables of change.
Re: Foundation Theme for ZenCart HELP ! ! !
Hello:
Thanks for the reply. But that did not work.. Changed that and it's still the same.
Also on the Logo on the top of the page, it's showing up as a thumbnail image instead of the full size image?
<img class="large-logo" src="mthumb.php?src=includes/templates/FZCF7211/images/logo.png&zc=2&w=192px&h=64px">
these are the only problems I am having so far... LOL... Still like the theme, but need to get these things fixed A.S.A.P.
Thanks again in Advance for Your Help.....
Michael Patti