2 Attachment(s)
Re: Dover Fine Responsive Template
Anne,
Thanks for fast response. I am new to ZC and suspect that I have my terminology wrong here. I am thinking that 3 column product display is what the Dover Fine demo is showing in below screenshot.
Attachment 14325
And here is what I have now (product in rows?)
Attachment 14326
I am trying to have products display (3 per row?) as in the Dover Fine demo above. Is this possible? And if doable could you point me in the right direction to make changes or where I might better post question for more information.
Thank you
Randy
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
lsde
Anne,
Thanks for fast response. I am new to ZC and suspect that I have my terminology wrong here. I am thinking that 3 column product display is what the Dover Fine demo is showing in below screenshot.
Attachment 14325
And here is what I have now (product in rows?)
Attachment 14326
I am trying to have products display (3 per row?) as in the Dover Fine demo above. Is this possible? And if doable could you point me in the right direction to make changes or where I might better post question for more information.
Thank you
Randy
If you want 3 products per row then you need to use the grid format.
Thanks,
Anne
Re: Dover Fine Responsive Template
I would like to incorporate the categories sidebox from this template into Westminster New. Is it as straightforward as using the tpl_categories.php and tpl_document_categories.php plus the relevant stylesheet info or are there more complicated integrations to consider?
Thanks
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
simon1066
I would like to incorporate the categories sidebox from this template into Westminster New. Is it as straightforward as using the tpl_categories.php and tpl_document_categories.php plus the relevant stylesheet info or are there more complicated integrations to consider?
Thanks
It is pretty straightforward. I used the menu from the fidelity template by sam wilson (thanks sam!) so you can compare the files from both templates to make sure that those are the only files involved.
Thanks,
Anne
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
picaflor-azul
It is pretty straightforward. I used the menu from the fidelity template by sam wilson (thanks sam!) so you can compare the files from both templates to make sure that those are the only files involved.
Thanks,
Anne
That's great, thanks for the pointer
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
simon1066
That's great, thanks for the pointer
No problem ;)
Thanks,
Anne
Re: Dover Fine Responsive Template
Getting this error after installing and trying to access layout_controller from the Admin Tools menu ...
"We are sorry but the page you requested is no longer available, it has been moved or deleted."
Using Zen Cart 1.5.1 completely empty with just another Responsive template from you installed and nothing more, than a few css tweaks I did to the megamenus and added a few web fonts ...
Please note the file is there(under admin) I checked twice! :no:
BTW another issue related to the FORUM is not letting me post using Chrome!!!
Re: Dover Fine Responsive Template
It's been a while since I had a look at the template plugins on the website, and I have to say, I'm glad I did. What you are doing with these free templates is GREAT for the Zen Cart community! I'm thoroughly impressed, thanks.
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
icecold
Getting this error after installing and trying to access layout_controller from the Admin Tools menu ...
"We are sorry but the page you requested is no longer available, it has been moved or deleted."
Using Zen Cart 1.5.1 completely empty with just another Responsive template from you installed and nothing more, than a few css tweaks I did to the megamenus and added a few web fonts ...
Please note the file is there(under admin) I checked twice! :no:
BTW another issue related to the FORUM is not letting me post using Chrome!!!
Remove this block of code form the admin/includes/installers/dover_fine/1.0.php:
Code:
global $db;
$sql = "SELECT * from " . TABLE_LAYOUT_BOXES . " LIMIT 1";
$result = $db->Execute($sql);
$value = $result->fields['show_box_min_width'];
$type = gettype($value);
if ($type == 'NULL'){
$db->Execute("ALTER TABLE " . TABLE_LAYOUT_BOXES . " ADD show_box_min_width TINYINT( 1 ) NOT NULL DEFAULT '1' AFTER layout_box_status_single;");
}
Thanks,
Anne
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
excd
It's been a while since I had a look at the template plugins on the website, and I have to say, I'm glad I did. What you are doing with these free templates is GREAT for the Zen Cart community! I'm thoroughly impressed, thanks.
Thank you so much for your encouragement :)
Thanks,
Anne