Page 7 of 50 FirstFirst ... 5678917 ... LastLast
Results 61 to 70 of 496
  1. #61
    Join Date
    Jul 2014
    Location
    Delaware USA
    Posts
    6
    Plugin Contributions
    0

    Default 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.

    Click image for larger version. 

Name:	doverdemo.jpg 
Views:	92 
Size:	76.1 KB 
ID:	14325



    And here is what I have now (product in rows?)

    Click image for larger version. 

Name:	newstore.jpg 
Views:	85 
Size:	39.2 KB 
ID:	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

  2. #62
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Dover Fine Responsive Template

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

    Click image for larger version. 

Name:	doverdemo.jpg 
Views:	92 
Size:	76.1 KB 
ID:	14325



    And here is what I have now (product in rows?)

    Click image for larger version. 

Name:	newstore.jpg 
Views:	85 
Size:	39.2 KB 
ID:	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

  3. #63
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,295
    Plugin Contributions
    1

    Default 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

  4. #64
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Dover Fine Responsive Template

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

  5. #65
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,295
    Plugin Contributions
    1

    Default Re: Dover Fine Responsive Template

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

  6. #66
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Dover Fine Responsive Template

    Quote Originally Posted by simon1066 View Post
    That's great, thanks for the pointer
    No problem ;)

    Thanks,

    Anne

  7. #67
    Join Date
    Jul 2008
    Posts
    360
    Plugin Contributions
    0

    Default 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!

    BTW another issue related to the FORUM is not letting me post using Chrome!!!
    Last edited by icecold; 29 Jul 2014 at 04:50 AM.

  8. #68
    Join Date
    Dec 2012
    Posts
    2
    Plugin Contributions
    0

    Default 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.

  9. #69
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Dover Fine Responsive Template

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

    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

  10. #70
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Dover Fine Responsive Template

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

 

 
Page 7 of 50 FirstFirst ... 5678917 ... LastLast

Similar Threads

  1. v154 dover fine - removing links
    By simon3215 in forum Addon Templates
    Replies: 8
    Last Post: 3 Oct 2018, 03:42 AM
  2. v154 Best Responsive Template
    By martynbaker52 in forum General Questions
    Replies: 4
    Last Post: 12 Sep 2015, 02:35 AM
  3. v154 Dover Fine configuration
    By tuborg in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Feb 2015, 02:27 PM
  4. v154 Using Dover Fine & Image Handler 4
    By wlamoreaux in forum General Questions
    Replies: 1
    Last Post: 28 Jan 2015, 11:17 PM
  5. v151 responsive template problems
    By irishshopper in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 23 May 2014, 07:11 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