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

Hybrid View

  1. #1
    Join Date
    Jan 2015
    Posts
    711
    Plugin Contributions
    1

    Default Re: ZCA Bootstrap Template

    I am redoing my site and what a great template this is. You guys have done an awesome job with this.

    I do have a question.

    I have the Bootstrap Additional Image Carousel enabled. When this happens there is a button that is created for the additional images (Works as expected..)

    My issue is when there are additional images, we now have a link for the primary image and a link to the additional images.

    Is there a way we can remove the primary image link when additional images are shown.
    It seems confusing to have both links.

    Plus, the additional image link already has the primary image in it.

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,874
    Plugin Contributions
    96

    Default Re: ZCA Bootstrap Template

    It's easily removed from view by adding a bit of CSS to your template clone's /css/site_specific_styles.php:

    #productMainImage > a > .imgLink { display: none; }

  3. #3
    Join Date
    Nov 2022
    Posts
    15
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Having trouble finding what CSS controls these two boxes. We have gone through literally every box in the Bootstrap color chooser, and these remain the same. Its the box that displays products in the category view, as well as the boxes behind price, stock and the box that contains the add to cart in product page. Help? ZC Version v1.5.8a, Bootstrap version 3.6.0

    Click image for larger version. 

Name:	Untitled-1.png 
Views:	75 
Size:	44.9 KB 
ID:	20472
    Click image for larger version. 

Name:	Untitled-2.jpg 
Views:	95 
Size:	21.7 KB 
ID:	20473

  4. #4
    Join Date
    Jan 2015
    Posts
    711
    Plugin Contributions
    1

    Default Re: ZCA Bootstrap Template

    I tried the css below but there was no result.
    I can still click on primary image if there are additional images included. Did i misunderstand something....

    Code:
    #productMainImage > a > .imgLink { display: none; }

  5. #5
    Join Date
    Aug 2004
    Posts
    818
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by chadlly2003 View Post
    I am redoing my site and what a great template this is. You guys have done an awesome job with this.

    I do have a question.

    I have the Bootstrap Additional Image Carousel enabled. When this happens there is a button that is created for the additional images (Works as expected..)

    My issue is when there are additional images, we now have a link for the primary image and a link to the additional images.

    Is there a way we can remove the primary image link when additional images are shown.
    It seems confusing to have both links.

    Plus, the additional image link already has the primary image in it.
    I think I was able to do what you want by editing the following file:

    /includes/templates/bootstrap/templates/tpl_modules_main_product_image.php

    Remove line #21 which says:

    <span class="imgLink"><?php echo TEXT_CLICK_TO_ENLARGE; ?></span>

    That will remove the "Larger Image" Link between the main image and the additional images button.
    - Jeff

  6. #6
    Join Date
    Nov 2023
    Location
    Hounslow
    Posts
    131
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Is it possible to upgrade Bootstrap 4 to version 5?

  7. #7
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,874
    Plugin Contributions
    96

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by OJ_SIMON View Post
    Is it possible to upgrade Bootstrap 4 to version 5?
    Anything (from a code perspective) is possible, updating Bootstrap from 4 to 5 as well as Font Awesome from 5 to 6 is on my list.

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

    Default Re: ZCA Bootstrap Template

    So I have this installed for years I suppose. Two environments which I thought were identical.

    However 1 config shows right column and under that is enable ajax search

    Config 2 has 11 fields between here which includes turning on and off the manufacturers box and more

    This lack of those fields is causing an error on the system without those fields. Perhaps I missed a step on one of these which was pretty important because I can throw 1,000 error logs a day with this.

    Also the one missing the fields says date added as 1/9/23 not today (day of install of latest version) the actual init file generating the error is in fact from 3.6.2 and yet those fields do not show in admin.

  9. #9
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,874
    Plugin Contributions
    96

    Default Re: ZCA Bootstrap Template

    In the two site's Bootstrap configuration display, do both sites display the same Bootstrap version? Is the same version of Zen Cart (and PHP) being used on both ... and what are those versions?

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

    Default Re: ZCA Bootstrap Template

    both say 3.6.0 on the template selector both have the entire packet added into the various locations checked twice the dates of each the new files from the github same php 7.4.xx (yes I know moving servers) and zen 1.5.7c. one was done yesterday.

    Now to be clear the error messages predate the template upgrade I upgraded the template to remove the error message as it's a bootstrap file error as shown here

    --> PHP Warning: Use of undefined constant PRODUCT_INFO_SHOW_BOOTSTRAP_MODAL_SLIDE - assumed 'PRODUCT_INFO_SHOW_BOOTSTRAP_MODAL_SLIDE' (this will throw an Error in a future version of PHP) in /var/www/vhosts/.com/httpdocs/shop/includes/templates/bootstrap/templates/tpl_product_info_display.php on line 80.
    --> PHP Warning: Use of undefined constant PRODUCT_INFO_SHOW_NOTIFICATIONS_BOX - assumed 'PRODUCT_INFO_SHOW_NOTIFICATIONS_BOX' (this will throw an Error in a future version of PHP) in /var/www/vhosts/.com/httpdocs/shop/includes/templates/bootstrap/templates/tpl_product_info_display.php on line 300.
    --> PHP Warning: Use of undefined constant PRODUCT_INFO_SHOW_MANUFACTURER_BOX - assumed 'PRODUCT_INFO_SHOW_MANUFACTURER_BOX' (this will throw an Error in a future version of PHP) in /var/www/vhosts/.com/httpdocs/shop/includes/templates/bootstrap/templates/tpl_product_info_display.php on line 306.

    So based on this which traces to those specific settings not having them is causing an issue.
    Last edited by JimmyV; 7 Feb 2024 at 11:34 PM.

 

 
Page 1 of 2 12 LastLast

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