Results 1 to 10 of 1685

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,949
    Plugin Contributions
    96

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by jpda View Post
    @lat9

    Thanks for replying so fast!
    Where should I have posted the first issue?


    jpda
    Not sure, but lines 772 through 780 of customers.php have changed since zc158a:
    Code:
                                echo zen_draw_input_field(
                                    'entry_suburb',
                                    htmlspecialchars($cInfo->suburb, ENT_COMPAT, CHARSET, true),
                                    zen_set_field_length(
                                        TABLE_ADDRESS_BOOK,
                                        'entry_suburb',
                                        50
                                    ) . ' class="form-control" id="entry_suburb"'
                                ); ?>
    to lines 782 through 790 in zc200-beta1:
    Code:
                        echo zen_draw_input_field(
                            'entry_suburb',
                            htmlspecialchars((string)$cInfo->suburb, ENT_COMPAT, CHARSET, true),
                            zen_set_field_length(
                                TABLE_ADDRESS_BOOK,
                                'entry_suburb',
                                50
                            ) . ' class="form-control" id="entry_suburb"'
                        ); ?>

  2. #2
    Join Date
    Jun 2014
    Posts
    157
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    @lat9

    Thanks again! Added the (string) and that solved the problem!

    jpda

  3. #3
    Join Date
    May 2018
    Location
    Melbourne, Australia
    Posts
    29
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Fresh install of ZC 1.5.7d, php 7.4.33, MySQL 10.6.16, Linux hosted, ZCA Bootstrap 3.6.3.

    I have been trying to set up the bootstrap footer using EZ Pages with Chapters and TOC as described in earlier posts in this forum, bu have been unable to achieve the outcome I'm after, which is similar to the attached screen capture. As a test I created 3 EZ Pages - Links as the top level of Chapter 1, then Home (with an internal url), then Featured. I expected to see Links as the column heading, with the other 2 entries below it, but this is not what happens. What I get is one entry (Links) in the footer. When I click on this I'm taken to a new page (https://mysite/index.php?main_page=page&id=2&chapter=1) which shows the other 2 entries only if they have no internal url associated with them.

    What am I missing ? Any help greatly appreciated.

    Click image for larger version. 

Name:	footer-example.jpg 
Views:	269 
Size:	4.4 KB 
ID:	20488

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,949
    Plugin Contributions
    96

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by donw View Post
    Fresh install of ZC 1.5.7d, php 7.4.33, MySQL 10.6.16, Linux hosted, ZCA Bootstrap 3.6.3.

    I have been trying to set up the bootstrap footer using EZ Pages with Chapters and TOC as described in earlier posts in this forum, bu have been unable to achieve the outcome I'm after, which is similar to the attached screen capture. As a test I created 3 EZ Pages - Links as the top level of Chapter 1, then Home (with an internal url), then Featured. I expected to see Links as the column heading, with the other 2 entries below it, but this is not what happens. What I get is one entry (Links) in the footer. When I click on this I'm taken to a new page (https://mysite/index.php?main_page=page&id=2&chapter=1) which shows the other 2 entries only if they have no internal url associated with them.

    What am I missing ? Any help greatly appreciated.

    Click image for larger version. 

Name:	footer-example.jpg 
Views:	269 
Size:	4.4 KB 
ID:	20488
    What you're seeing in that footer-screenshot is, most likely, a site that has integrated the Flexible Footer Menu add-on into their template.

  5. #5
    Join Date
    Feb 2008
    Location
    Philadelphia
    Posts
    290
    Plugin Contributions
    3

    Default Re: ZCA Bootstrap Template

    On mobile screen size in header you have on left the menu expand button the other 80% is blank. On the desktop or large tablet you have a shortcut to cart.

    Was thinking of having a cart shortcut and a search shortcut v having the added click to drop the menu (which BTW I set to always expanded to reduce clicks) is there a reason not to do something like that?

  6. #6
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,949
    Plugin Contributions
    96

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by JimmyV View Post
    On mobile screen size in header you have on left the menu expand button the other 80% is blank. On the desktop or large tablet you have a shortcut to cart.

    Was thinking of having a cart shortcut and a search shortcut v having the added click to drop the menu (which BTW I set to always expanded to reduce clicks) is there a reason not to do something like that?
    Can't think of a reason not to; that's why I did on my website!

  7. #7
    Join Date
    Feb 2008
    Location
    Philadelphia
    Posts
    290
    Plugin Contributions
    3

    Default Re: ZCA Bootstrap Template

    Cool will dig into that thought there might be some logics there making them problematic v bootstrap

 

 

Similar Threads

  1. v155 Clone a Template [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 107
    Last Post: 11 Nov 2024, 08:28 PM
  2. v150 aBagon Template Support Thread
    By VJef in forum Addon Templates
    Replies: 54
    Last Post: 5 Sep 2020, 08:44 PM
  3. v155 ZCA Bootstrap Template 1.0 (BETA)
    By rbarbour in forum Addon Templates
    Replies: 74
    Last Post: 25 Apr 2018, 07:05 PM
  4. TB Sempre Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 48
    Last Post: 19 Mar 2015, 06:33 PM
  5. Wallet Template - Support Thread
    By zami in forum Addon Templates
    Replies: 45
    Last Post: 25 Mar 2010, 10:15 PM

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