Results 1 to 10 of 496

Hybrid View

  1. #1
    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

  2. #2
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,303
    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

  3. #3
    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

  4. #4
    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.

  5. #5
    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

  6. #6
    Join Date
    Jul 2008
    Posts
    360
    Plugin Contributions
    0

    Default Re: Dover Fine Responsive Template

    Quote Originally Posted by picaflor-azul View Post
    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
    Thanks!
    I did it, but unfortunately didn't work ... maybe I am missing a step, as I just noticed this installer code, that executes all the db statements, should I run that first?
    I was following the html instructions step by step except the db backup explanation, which is for non techs or unfamiliar users, and then carefully checked that all the files were in place, one by one without skipping any, I didn't read the code but the only thing that's installed besides Dover is the Responsive sheffield Blue ... and a few CSS modifications I did, nothing else ...

  7. #7
    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
    Thanks!
    I did it, but unfortunately didn't work ... maybe I am missing a step, as I just noticed this installer code, that executes all the db statements, should I run that first?
    I was following the html instructions step by step except the db backup explanation, which is for non techs or unfamiliar users, and then carefully checked that all the files were in place, one by one without skipping any, I didn't read the code but the only thing that's installed besides Dover is the Responsive sheffield Blue ... and a few CSS modifications I did, nothing else ...
    You need to follow the installation instructions in the templates readme.html file. It is different for this template than older templates.

    Thanks,

    Anne

 

 

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

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