Page 1 of 2 12 LastLast
Results 1 to 10 of 32

Hybrid View

  1. #1
    Join Date
    Feb 2010
    Location
    Syracuse, NY
    Posts
    2,159
    Plugin Contributions
    17

    Default ZCA Responsive Classic Template for 1.5.6 [Support Thread]

    Uploading by weeks end, still making tweaks and creating Admin auto install

    This is my version of what the built-in Responsive Classic should be.

    I love the work Anne did on the built-in Responsive Classic , but I like simple & easy.

    BEHIND THE SCENES
    * Simplified Universal CSS
    * Eliminates the responsive_mobile & responsive_tablet CSS files
    * Adds a colors CSS file
    * Utilizes Mobile Detect in more places for a better mobile layout (less CSS)

    ADMIN FEATURES
    * Adds ability to set device specific columns per row for (centerboxes, categories, additional images & listing pages)
    * Adds device specific sidebox control (now you can show sideboxes on mobile devices (manufacturers info & product notifications))

    CATALOG FEATURES
    * Buy Now and Info buttons and sidebox and centerbox products
    * Columnar Layout on Listing Pages
    * Easy footer blocks (uses define pages or sideboxes)
    * Photoswipe lightbox

    CATALOG DEMO
    http://zcadditions.com/zca_diy_classic_tpl_demo/
    Website - Github. Like the ZCA Bootstrap 4 Template? Donations Welcome. Bootstrap Plugins?

  2. #2
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,846
    Plugin Contributions
    25

    Default Re: ZCA Responsive Classic Template for 1.5.6 [Support Thread]

    All I can say is

  3. #3
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,684
    Plugin Contributions
    123

    Default Re: ZCA Responsive Classic Template for 1.5.6 [Support Thread]

    Quote Originally Posted by Design75 View Post
    All I can say is
    Seconded.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #4
    Join Date
    Jan 2010
    Posts
    48
    Plugin Contributions
    0

    Default Re: ZCA Responsive Classic Template for 1.5.6 [Support Thread]

    I've installed this on my local XAMPP (PHP 5.6.36) to try it out with Zen Cart 1.5.6a. When I clicked Specials..., I encountered the following error:
    Code:
    [17-Feb-2019 09:31:35 America/Los_Angeles] PHP Fatal error:  Call to undefined function zca_diy_active() in C:\xampp\htdocs\zencart156t\includes\modules\pages\specials\header_php_specials_zca_diy.php on line 17
    I've tracked this down to a missing file. The init_zca_diy.php file requires zca_diy_functions.php which was not included in the download. Where might I find this file?

  5. #5
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: ZCA Responsive Classic Template for 1.5.6 [Support Thread]

    I wanted to see the demo of this plugin howver I get this message 'Error. Page cannot be displayed. Please contact your service provider for more details. (15)'

  6. #6
    Join Date
    Nov 2009
    Location
    Aransas Pass, TX
    Posts
    101
    Plugin Contributions
    1

    Default Re: ZCA Responsive Classic Template for 1.5.6 [Support Thread]

    Quote Originally Posted by adb34 View Post
    I wanted to see the demo of this plugin howver I get this message 'Error. Page cannot be displayed. Please contact your service provider for more details. (15)'
    This domain name expired on 2019-02-19 16:56:16

  7. #7
    Join Date
    May 2008
    Location
    Netherlands
    Posts
    8
    Plugin Contributions
    1

    Default Re: ZCA Responsive Classic Template for 1.5.6 [Support Thread]

    Quote Originally Posted by dennisns7d View Post
    I've installed this on my local XAMPP (PHP 5.6.36) to try it out with Zen Cart 1.5.6a. When I clicked Specials..., I encountered the following error:
    Code:
    [17-Feb-2019 09:31:35 America/Los_Angeles] PHP Fatal error:  Call to undefined function zca_diy_active() in C:\xampp\htdocs\zencart156t\includes\modules\pages\specials\header_php_specials_zca_diy.php on line 17
    I've tracked this down to a missing file. The init_zca_diy.php file requires zca_diy_functions.php which was not included in the download. Where might I find this file?
    Did you find this file or the contents.

  8. #8
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,684
    Plugin Contributions
    123

    Default Re: ZCA Responsive Classic Template for 1.5.6 [Support Thread]

    Looks like this (missing function) is still a bug in the template. File an issue at the Github site:
    https://github.com/zcadditions/ZCA-R...t-1.5.6-v1.0.0
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  9. #9
    Join Date
    Jan 2010
    Posts
    48
    Plugin Contributions
    0

    Default Re: ZCA Responsive Classic Template for 1.5.6 [Support Thread]

    Quote Originally Posted by wilbroek View Post
    Did you find this file or the contents.
    After looking over other ZCA templates, I settled on the following contents that seem to work:
    Code:
    <?php
    /**
     * @author ZCAdditions.com, ZCA Bootstrap Template
     */
     
    // -----
    // This function returns a boolean value indicating whether (true) or not (false)
    // the ZCA DIY template is the currently-active template.  The definition is
    // present in the template's /includes/languages/english/extra_definitions/zca_responsive_classic_tpl/zca_diy_id.php,
    //
    function zca_diy_active()
    {
        return (defined('IS_ZCA_DIY_TEMPLATE'));
    }

  10. #10
    Join Date
    Feb 2010
    Location
    Syracuse, NY
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: ZCA Responsive Classic Template for 1.5.6 [Support Thread]

    This was uploaded today!

    I'll post download link when available.

    You can download via the Github
    https://github.com/zcadditions/ZCA-R...t-1.5.6-v1.0.0
    Website - Github. Like the ZCA Bootstrap 4 Template? Donations Welcome. Bootstrap Plugins?

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v155 ZCA Bootstrap 4 Template [Support Thread]
    By rbarbour in forum Addon Templates
    Replies: 1247
    Last Post: 19 Apr 2024, 10:21 AM
  2. v155 Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
    By picaflor-azul in forum Templates, Stylesheets, Page Layout
    Replies: 1071
    Last Post: 4 Feb 2024, 04:28 PM
  3. v154 ZCA Responsive CSS Template Framework (BETA)
    By rbarbour in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 29 Mar 2016, 08:49 PM
  4. v155 Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]
    By picaflor-azul in forum Addon Templates
    Replies: 0
    Last Post: 17 Mar 2016, 12:30 AM
  5. Bentley Classic Template Support Thread
    By picaflor-azul in forum Addon Templates
    Replies: 173
    Last Post: 17 Sep 2013, 08:25 PM

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