Page 91 of 155 FirstFirst ... 41818990919293101141 ... LastLast
Results 901 to 910 of 1550
  1. #901
    Join Date
    Nov 2006
    Posts
    121
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by lat9 View Post
    @todoonada, was this a fresh install of the template on zc158? Since you aren't seeing any bootstrap-based sideboxes indicated, perhaps a click of the "Reset Settings" button, at the bottom of the admin's Layout Controller page?
    @lat9
    I made an upgrade from bootstrap 3.4.0.
    I already tried the reset. No change. I also checked the database and there are no irregularities in the entry for the information sidebox.
    I do not want to make a fresh install, because I already applied a lot of my modifications.

  2. #902
    Join Date
    Nov 2006
    Posts
    121
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    OK, I found the error.
    For an unknown reason the rights to the folder includes/modules/sideboxes/bootstrap was set to 744 (rwxr--r--). Changing to 755 (rwxr-xr-x) solved the problem.
    Sorry for wasting your time with this stupid error.

  3. #903
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by todoonada View Post
    OK, I found the error.
    For an unknown reason the rights to the folder includes/modules/sideboxes/bootstrap was set to 744 (rwxr--r--). Changing to 755 (rwxr-xr-x) solved the problem.
    Sorry for wasting your time with this stupid error.
    Thanks for reporting back what the issue was! That wasn't a waste of my time and it lets me and others to make sure that the permissions for any newly-added sub-directories need to be verified.

  4. #904
    Join Date
    Jan 2008
    Posts
    32
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    ZCA Bootstrap Template - Version: v3.5.0 returns empty entries in Change the Shipping Address at check out.
    I've installed this template in Zen-cart version 1.5.7d.
    Name:  Screen Shot 2023-01-04 at 10.42.04 AM.jpg
Views: 689
Size:  20.3 KB

  5. #905
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by icemint View Post
    ZCA Bootstrap Template - Version: v3.5.0 returns empty entries in Change the Shipping Address at check out.
    I've installed this template in Zen-cart version 1.5.7d.
    Name:  Screen Shot 2023-01-04 at 10.42.04 AM.jpg
Views: 689
Size:  20.3 KB
    Dang it! Change line 51 of /includes/templates/{template_name}/templates/tpl_modules_checkout_address_book.php from
    Code:
        $address_details = (zen_get_zcversion() >= '1.5.8') ? $address['address'] : $address->fields;
    to
    Code:
        $address_details = (zen_get_zcversion() >= '1.5.8') ? $address['address'] : $address;
    That'll be corrected in v3.5.1 of the template; thanks for the report.

    GitHub issue: https://github.com/lat9/ZCA-Bootstra...ate/issues/190

  6. #906
    Join Date
    Jan 2023
    Location
    Mississippi
    Posts
    5
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    I am using a new install of ZC 1.5.8 - PHP 8.1
    I added Easy Populate 4.0
    Then I added ZCA Bootstrap Template 3.5 plugin
    Server info is below.

    I made the change to fix the blank page problem for Easy Populate and uploaded products.
    Added the Bootstrap template and changed colors and other settings.

    At some point I lost the Search box in the very top header. I have a magnifying glass icon but no text box next to it.
    Then I tried to use "Products to Categories" in Admin under Catalog and I get a blank page.
    I'm also noticing that it seems to take a long time for pages in Admin to load - I have broadband so it isn't my connection.

    cPanel Version 102.0 (build 26)
    Apache Version 2.4.55
    PHP Version 8.1.14
    MySQL Version 5.7.23-23
    Architecture x86_64
    Operating System linux
    Perl Version 5.16.3
    Kernel Version 4.19.150-76.ELK.el7.x86_64

  7. #907
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    Default Re: ZCA Bootstrap Template

    The bootstrap template doesn't use a search-box next to the icon, you click on the icon and a 'modal' form pops up to enable the search keywords' entry.

    For the admin issue, you can install the "Display Logs" plugin that comes with zc158 (Modules :: Plugins) and that will let you see the debug-logs that were generated during the admin access. Please note that that's a separate issue and should be 'reported' on the forums with a brand-new post. If you include the contents of that admin log, be sure to xxx-out the name of your admin directory for security.

  8. #908
    Join Date
    Jan 2023
    Location
    Mississippi
    Posts
    5
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by lat9 View Post
    The bootstrap template doesn't use a search-box next to the icon, you click on the icon and a 'modal' form pops up to enable the search keywords' entry.

    For the admin issue, you can install the "Display Logs" plugin that comes with zc158 (Modules :: Plugins) and that will let you see the debug-logs that were generated during the admin access. Please note that that's a separate issue and should be 'reported' on the forums with a brand-new post. If you include the contents of that admin log, be sure to xxx-out the name of your admin directory for security.
    Which forum should I use for the 'products to categories' blank page issue? I'm uncertain as to which installation is causing it.

    This is the debug log

    [21-Jan-2023 18:57:16 America/Boise] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /includes/functions/functions_categories.php on line 860

    [21-Jan-2023 18:57:16 America/Boise] Request URI: /*****/index.php?cmd=products_to_categories, IP address: 138.84.230.249
    --> PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /includes/functions/functions_categories.php on line 860.

  9. #909
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,347
    Plugin Contributions
    94

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by Barbie View Post
    Which forum should I use for the 'products to categories' blank page issue? I'm uncertain as to which installation is causing it.

    This is the debug log

    [21-Jan-2023 18:57:16 America/Boise] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /includes/functions/functions_categories.php on line 860

    [21-Jan-2023 18:57:16 America/Boise] Request URI: /*****/index.php?cmd=products_to_categories, IP address: 138.84.230.249
    --> PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) in /includes/functions/functions_categories.php on line 860.
    I'll suggest the "General Questions" thread.

  10. #910
    Join Date
    Jul 2010
    Location
    England
    Posts
    17
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Hi,

    I hope I am in the right area to post this question.

    I am working on upgrading my cart and everything is going smoothly, the only thing that is driving me slightly mad is the shopping cart update icon Fontawesome now shows up as the button_update_cart.png image.
    If I switch back to responsive classic its still the .png image that is showing.
    All my other Fontawesome graphics are showing just fine, just not this one.
    On zc157d and Bootstrap 3.1.2 the cart update button (fas fa-sync-alt) shows up perfectly and enhanced with css styling.

    Is there anyway to get the css button instead of the image.

    I have zc158 installed
    Bootstrap 4 template
    PhP 7.4
    Top Quality Belgian Chocolates and Continental Confectionery.
    https://www.sweetmomentsuk.co.uk

 

 

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

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