Page 62 of 155 FirstFirst ... 1252606162636472112 ... LastLast
Results 611 to 620 of 1550
  1. #611
    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 swguy View Post
    BTW thanks for adding this feature - and the UI you built is amazing! Another win for the Bootstrap template.
    Can't take credit for the UI. The modal search was based on the AJAX search contribution by @balihr.

  2. #612
    Join Date
    Apr 2008
    Location
    Qld, Australia
    Posts
    307
    Plugin Contributions
    6

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Ajax search is a brilliant addition.

    I have a slight issue which must be due to configuration or permission on my sites. The Ajax search works perfectly most of the time.

    In production, select the magnifying glass, enter a search term, and the items display in the drop down. If I click the "View All" button the products are displayed whereas if I press enter none of the products are displayed.

    In my test environment I can partly reproduce it as the first search does not display results but a subsequent search using a different search word will.

    There are no error log files created.

    Has anyone seen something like this?

    environment:
    PRODUCTION: Zen Cart 157c; Apache 2.4.41; PHP 7.4.3; MySQL 8.0.27; Ubuntu 5.4.0
    Dev: Zen Cart 157c; Apache 2.4.46; PHP 7.4.13; MySQL 5.5.5 -10.4.17-MariaDB; XAMPP v3.2.4; Windows 10 build 19041

  3. #613
    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 OldNGrey View Post
    Ajax search is a brilliant addition.

    I have a slight issue which must be due to configuration or permission on my sites. The Ajax search works perfectly most of the time.

    In production, select the magnifying glass, enter a search term, and the items display in the drop down. If I click the "View All" button the products are displayed whereas if I press enter none of the products are displayed.

    In my test environment I can partly reproduce it as the first search does not display results but a subsequent search using a different search word will.

    There are no error log files created.

    Has anyone seen something like this?

    environment:
    PRODUCTION: Zen Cart 157c; Apache 2.4.41; PHP 7.4.3; MySQL 8.0.27; Ubuntu 5.4.0
    Dev: Zen Cart 157c; Apache 2.4.46; PHP 7.4.13; MySQL 5.5.5 -10.4.17-MariaDB; XAMPP v3.2.4; Windows 10 build 19041
    Hmm, I'm not able to reproduce this. On a test setup with the demo products, I entered j as the search term (which brought up 7 items in the modal display). Pressing Enter resulted in the Advanced Search page being displayed and showing those same 7 items.

  4. #614
    Join Date
    Apr 2008
    Location
    Qld, Australia
    Posts
    307
    Plugin Contributions
    6

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    I have loaded Bootstrap onto a vanilla version of zc157c and am still getting inconsistent results. Pressing the "Show All" button always works and displays the products retrieved via the AJAX search.
    Pressing the enter key only works sometimes. In most cases I land back on the Home Page.
    It is as if the full URL associated with the "Show All" button is not being fired when the Enter key is pressed.

  5. #615
    Join Date
    Apr 2008
    Location
    Qld, Australia
    Posts
    307
    Plugin Contributions
    6

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Deleted
    Last edited by OldNGrey; 18 Feb 2022 at 10:50 PM. Reason: Deleted - not a solution

  6. #616
    Join Date
    Apr 2008
    Location
    Qld, Australia
    Posts
    307
    Plugin Contributions
    6

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    After extensive testing my conclusion is the
    Code:
    window.location.replace(searchLink);
    in the ajax_search.js file is not actioning or window .location is being altered so the final page displayed is not the advanced search results page.
    By adding
    Code:
    return false;
    immediately after that line the results are always returned when the enter key is pressed.

    I tried to minify the file as well but my minified result does not work. I assume minify requires libraries to be added.

  7. #617
    Join Date
    Dec 2012
    Location
    Singapore
    Posts
    27
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    zc157c ; ZCA Bootstrap-4

    HI May I get some help on Attribute Image Swatch? I have read dozens of documents & watched Youtube tutorials but none seem to have covered adding image to the Swatch. I tried all ways but the image is not showing. I have also noted that Attributes of option type Read Only cannot have images associated & even if defined will not be displayed. So over the last days I have tested all types but just can't have the attribute image shown . I present a case scenario here with some screenshots. In this case I have a Artistic Wire 18g in 3 colours, I would like to show the colors with attribute image. As you can see the options are shown just no way of getting the images up. The attribute image folder has permission code 755 at top level & 644 for files. If someone can please provide some guidance or is this function not available in the ZCA Bootstrap-4 template?
    Appreciate any guidance!
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	SS1.jpg 
Views:	85 
Size:	39.7 KB 
ID:	19905   Click image for larger version. 

Name:	SS2.jpg 
Views:	80 
Size:	33.4 KB 
ID:	19906   Click image for larger version. 

Name:	SS3.jpg 
Views:	84 
Size:	40.0 KB 
ID:	19907  

    Click image for larger version. 

Name:	SS4.jpg 
Views:	81 
Size:	30.2 KB 
ID:	19908  

  8. #618
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,449
    Plugin Contributions
    11

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    I'm gonna take a stab in the dark here. Try changing the Silver.jpg to silver.jpg

    Sometimes, beginning a filename with a capital letter can be a problem.

  9. #619
    Join Date
    Apr 2011
    Posts
    507
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Newbie or beginner at bootstrap question:

    What s the best way to turn right column off?

    i switched setting to 0 instead of 3.

    Then per instructions, increase center column to 9 to maintain the 12 total requirement.

    However, when i do this right column is off but whatever box that were there are getting slammed under the left column!

    I know i can fix it by turning the unneeded right boxes off.

    The question is: is it normal behavior? or Am i missing something?

    Thank you for your time

  10. #620
    Join Date
    Apr 2011
    Posts
    507
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by nicksab View Post
    Newbie or beginner at bootstrap question:

    What s the best way to turn right column off?

    i switched setting to 0 instead of 3.

    Then per instructions, increase center column to 9 to maintain the 12 total requirement.

    However, when i do this right column is off but whatever box that were there are getting slammed under the left column!

    I know i can fix it by turning the unneeded right boxes off.

    The question is: is it normal behavior? or Am i missing something?

    Thank you for your time
    My laziness. Fix for this has been provided on Github if anyone else looking

 

 

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