Search:

Type: Posts; User: rbarbour

Page 1 of 10 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    1,222
    Views
    270,664

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    I have yet been able to reproduce this but I will continue to play with.
  2. Replies
    1,222
    Views
    270,664

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    Did you transfer all the admin language files and data files. The bootstrap colors menu will not appear if all the admin files were not uploaded.
  3. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    I'm pretty sure the author created responsive default CSS so that your site was still responsive and appeared correctly on mobile and tablet devices if mobile detect didn't detect that your customer...
  4. Replies
    1,222
    Views
    270,664

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    Version 2.0.0c was submitted today for review....

    Until approved , it can be downloaded from the Github link in my Signature.

    Files changed in 2.0.0c
    - Updated for ZC version 1.5.6c...
  5. Replies
    1,222
    Views
    270,664

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    The plugin Dynamic Price Updater DOES WORK with this template.

    You have to use the plugins included configuration to change the ID of the element where your price is displayed.

    Simply changing...
  6. Replies
    1,222
    Views
    270,664

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    Certain pages such as the ones you mentioned have classes of "card-columns". these classes are controlled in the CSS stylesheet, you can change the amount of columns for each breakpoint or device.
  7. Replies
    94
    Views
    28,775

    v155 Re: Clone a Template [Support Thread]

    So this is where it seems to be getting mis-configured.

    Copying from folder /home/***/public_html/zca-bootstrap/includes/modules/bootstrap/
    Creating directory...
  8. Replies
    94
    Views
    28,775

    v155 Re: Clone a Template [Support Thread]

    Nope,

    permission is correct and same as the responsive_classic
  9. Replies
    94
    Views
    28,775

    v155 Re: Clone a Template [Support Thread]

    define('DIR_FS_CATALOG', '/home/**********/public_html/zca-bootstrap/');

    I just did a new vanilla install 1.5.6c, installed the ZCA Bootstrap Template, same outcome


    [14-Aug-2019 12:06:02...
  10. Replies
    94
    Views
    28,775

    v155 Re: Clone a Template [Support Thread]

    Yes

    Okay, this is weird.

    I just found the clones in the root directory.
  11. Replies
    94
    Views
    28,775

    v155 Re: Clone a Template [Support Thread]

    No Cindy,

    Nothing was actually copied.

    I just did this on the responsive_classic and all worked as intended. :shocking:
  12. Replies
    94
    Views
    28,775

    v155 Re: Clone a Template [Support Thread]

    Seems this is having issues in 1.5.6c


    #1 file_put_contents() called at [/home/##########/public_html/156c_bootstrap/##########/clone_template.php:213]
    --> PHP Warning:...
  13. Replies
    1,864
    Views
    405,101

    Re: Westminster New

    Welcome back Anne :smile:
  14. Replies
    2,783
    Views
    380,443

    v155 Re: One-Page Checkout [Support Thread]

    yep, only happens with the bootstrap template.
  15. Replies
    2,783
    Views
    380,443

    v155 Re: One-Page Checkout [Support Thread]

    okay, so I did some further testing with the bootstrap template, here is what I found:

    go through the checkout process as you normally would and the loading image DOES NOT display.

    go through...
  16. Replies
    2,783
    Views
    380,443

    v155 Re: One-Page Checkout [Support Thread]

    I'm not near a computer right now but the only other thing I can think of is if the web page is https. make sure that the images is being called with an https link as well.
  17. Replies
    2,783
    Views
    380,443

    v155 Re: One-Page Checkout [Support Thread]

    no need for the inline style "display:none"

    this is also set in checkout_one.css
    #checkoutOneLoading { position: relative; height: 95vh; top: 50%; left: 50%; display: none; }
  18. Replies
    2,783
    Views
    380,443

    v155 Re: One-Page Checkout [Support Thread]

    Well the original image is called from
    includes/templates/template_default/templates/tpl_checkout_one_default.php

    <div id="checkoutOneLoading" style="display: none;"><?php echo...
  19. Replies
    2,783
    Views
    380,443

    v155 Re: One-Page Checkout [Support Thread]

    The ZCA Bootstrap removed the template override files in Version: 2.0.0a

    Clear your cache

    When you right click the loading image? what image path is returned?
  20. Replies
    1,222
    Views
    270,664

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    This was not the issue, but the correct issue was fixed and a copy can be found on github....
  21. Replies
    1,222
    Views
    270,664

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    this issue was fixed, a copy can be found on github:
    https://github.com/zcadditions/ZCA-Bootstrap-Template-for-1.5.6-v2.0.0a/issues/164
  22. Replies
    1,222
    Views
    270,664

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    This was fixed: you can copy from github:
    https://github.com/zcadditions/ZCA-Bootstrap-Template-for-1.5.6-v2.0.0a/issues/158
  23. Replies
    1,222
    Views
    270,664

    v155 Re: ZCA Bootstrap 4 Template [Support Thread] - Specials Centerbox does not show

    This issue was fixed, you can copy file from github:
    https://github.com/zcadditions/ZCA-Bootstrap-Template-for-1.5.6-v2.0.0a/commit/64a45b54c9d2288c6afbfaadd4bfb4013a9a8daf
  24. Replies
    1,222
    Views
    270,664

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    I'll be submitting an updated version soon after 1.5.6b is released
  25. v156 Re: ZCA Responsive Classic Template for 1.5.6 [Support Thread]

    I'll be submitting an updated version soon after 1.5.6b is released
  26. Replies
    1,222
    Views
    270,664

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    UPDATE configuration SET configuration_value = '&nbsp;', last_modified = now() WHERE configuration_key = 'CATEGORIES_SEPARATOR_SUBS' LIMIT 1;
  27. Replies
    1,222
    Views
    270,664

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    add the following to:
    YOUR_ADMIN_FOLDER/includes/languages/english/extra_definitions/zca_bootstrap_colors.php

    define('TABLE_HEADING_CONFIGURATION_TITLE', "Title");...
  28. Replies
    1,222
    Views
    270,664

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    This is not template related. This has to do with the sanitize code included in the admin. Best bet is to run an SQL command.
  29. Replies
    5
    Views
    1,615

    v155 Re: REsponsive classic search bar adjustment...

    ADMIN > TOOLS > LAYOUT BOXES CONTROLLER

    search_header.php
    Left/Right Column Status: OFF
    Single Column Status: ON

    This will then only show in the header

    search.php
    Left/Right Column...
  30. Replies
    1,222
    Views
    270,664

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    Try re-uploading
    YOUR_ADMIN/includes/auto_loaders/config.bc.php
    YOUR_ADMIN/includes/init_includes/init_bc_config.php
  31. Replies
    4
    Views
    368

    v155 Re: Canter box width...

    Before you start altering the responsive.css which will affect every aspect of your layout. Try disabling the left & right columns via the admin section.

    Looking at the source code, they haven't...
  32. v156 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-Responsive-Classic-for-Zen-Cart-1.5.6-v1.0.0
  33. v156 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. :ohmy:

    I love the work Anne did on the built-in...
  34. Replies
    8
    Views
    1,450

    v156 Re: Zencart responsive templates with php 7.1?

    Yes. The ZCA Bootstrap will work with php 7.1

    Yes. Clone a Template will work on the ZCA Bootstrap Template

    The ZCA Bootstrap Template also has a built in Admin color picker
  35. Replies
    3
    Views
    503

    v156 Re: Products_images_attributes_per_row

    I thought it was a configuration PRODUCTS_IMAGES_ATTRIBUTES_PER_ROW
  36. Replies
    3
    Views
    503

    v156 Products_images_attributes_per_row

    What happened to it? :frusty:
  37. Replies
    1,222
    Views
    270,664

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    The part that relates to this template was fixed.

    This template doesn't touch the includes/classes/shipping.php file, but thanks for the link and fix for those that need to upgrade with the fixed...
  38. Replies
    1,222
    Views
    270,664

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    So the issue with the shipping estimator failing has been fixed. see post 107

    The debug files being generated by 3rd party shipping modules is NOT template related no is it CORE code related. I...
  39. Replies
    5
    Views
    5,603

    v156 shipping modules and PHP 7.2

    I originally thought this was a template related issue, unable to track it down.

    I completed a vanilla install, went through checkout process, no debug files generated.

    Installed...
  40. Replies
    1,222
    Views
    270,664

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    Rick,

    can you uninstall the - remove the fedex module and report back

    I am no longer getting any debug files on my end
  41. Replies
    1,222
    Views
    270,664

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    Version 2.0.0a was uploaded some time ago but not approved yet.



    Version 2.0.0a 10 January 2019:
    1.) Removes Optional-OPC-Template-Overrides
    Note: Once this is updated for 1.5.6 I will...
  42. Replies
    1,222
    Views
    270,664

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    fix:
    https://github.com/zcadditions/ZCA-Bootstrap-Template-for-1.5.6-v2.0.0a/issues/147
  43. Replies
    1,222
    Views
    270,664

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    That was a fun one to track down...
  44. v154 Re: Flexible Footer Menu Multilingual [Support Thread]

    Mike,

    open includes/modules/YOUR_TEMPLATE/flexible_footer_menu.php

    Find:

    if (strpos($URL, "http://") !== false {

    Replace with:
  45. v154 Re: Flexible Footer Menu Multilingual [Support Thread]

    You can't, it's entirely at the discretion of the browser (most only support tabs). Most user agents automatically open in new tab unless the user opts to open in new window via right click of a...
  46. Replies
    1,222
    Views
    270,664

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    Seems I nested form on the shopping cart page, resulting in the inability to use the shipping estimator.

    fix here:...
  47. Replies
    1,222
    Views
    270,664

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    Seems that a change in 1.5.6 to the javascript document.getElementById is causing this issue. I'm still troubleshooting but will open an issue on github and post when a fix is available.
  48. Replies
    1,222
    Views
    270,664

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    Does it work if the following has a value of 1

    ADMIN > CONFIGURATION > Shipping/Packaging > Shipping Estimator Display Settings for Shopping Cart
  49. Replies
    1,222
    Views
    270,664

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    Rick,

    What fedex plugin are you using?
  50. Replies
    1,222
    Views
    270,664

    v155 Re: ZCA Bootstrap 4 Template [Support Thread]

    Rick,

    I'll take a look at the shipping estimator with the fedex module. I have tested UPS and works fine with the exception of......

    The second debug file generated with the missing (undefined)...
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR