Page 146 of 155 FirstFirst ... 4696136144145146147148 ... LastLast
Results 1,451 to 1,460 of 1550
  1. #1451
    Join Date
    Oct 2007
    Posts
    379
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    I used to use the Image Handler plugin which displayed the images like this:

    Click image for larger version. 

Name:	screenshot-www_usconverters_com-2024_11_25-21_40_58.png 
Views:	80 
Size:	103.5 KB 
ID:	20804

    Additional images displayed underneath the main image. Unfortunately this plugin is not compatible with zen cart 2.1.0.
    Can something similar be made with Bootstrap? or zen cart 2.1.0 in general? How are images and additional images handled? and to which directory do I upload additional images?

  2. #1452
    Join Date
    Aug 2012
    Location
    Kitty Hawk, NC
    Posts
    70
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    I found it in the stylesheet_364.css file and changed underline to none.

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

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by DML73 View Post
    I used to use the Image Handler plugin which displayed the images like this:

    Click image for larger version. 

Name:	screenshot-www_usconverters_com-2024_11_25-21_40_58.png 
Views:	80 
Size:	103.5 KB 
ID:	20804

    Additional images displayed underneath the main image. Unfortunately this plugin is not compatible with zen cart 2.1.0.
    Can something similar be made with Bootstrap? or zen cart 2.1.0 in general? How are images and additional images handled? and to which directory do I upload additional images?
    There's a Bootstrap Configuration setting (Use Bootstrap Additional Image Carousel), which comes close. There's an "Additional Images" button which displays a modal popup carousel of images when clicked.

  4. #1454
    Join Date
    Oct 2007
    Posts
    379
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Thanks, I got that enabled now. Am I correct that there is no option to show the small additional images below the main image, instead of the 'Additional images' button?

  5. #1455
    Join Date
    Oct 2007
    Posts
    379
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Is there a setting for making the top navigation bar same width as the rest of the page?
    Header Container Type, Main Content Container Type and Footer Container Type in Bootstrap Template Settings is set to 'container'.

    Also, is there a setting to make the width of the whole 'container' a bit wider? (red arrow in image below)

    Click image for larger version. 

Name:	screenshot-www_nordfield_com-2024_11_26-10_50_37.jpg 
Views:	75 
Size:	36.0 KB 
ID:	20805

  6. #1456
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,343
    Plugin Contributions
    94

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by DML73 View Post
    Is there a setting for making the top navigation bar same width as the rest of the page?
    Header Container Type, Main Content Container Type and Footer Container Type in Bootstrap Template Settings is set to 'container'.

    Also, is there a setting to make the width of the whole 'container' a bit wider? (red arrow in image below)

    Click image for larger version. 

Name:	screenshot-www_nordfield_com-2024_11_26-10_50_37.jpg 
Views:	75 
Size:	36.0 KB 
ID:	20805
    Top navigation bar, hmm. A CSS setting for that doesn't currently 'pop out' at me.

    For the "whole container" width, that would result in the overrides of various CSS media queries at the Bootstrap 4 breakpoints, similar to:
    Code:
    @media (min-width: 1200px) {
        .container { max-width: 1140px; }
    }
    Those breakpoints and the associated default max-widths are

    576px ..... 540px
    768px ..... 720px
    992px ..... 960px
    1200px ... 1140px

    P.S. Be sure to make this and other styling changes in the /css/site_specific_styles.php (rename or copy the dist.site_specific_styles.php). That'll make sure that your styling customizations survive a template upgrade more easily.

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

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by DML73 View Post
    Thanks, I got that enabled now. Am I correct that there is no option to show the small additional images below the main image, instead of the 'Additional images' button?
    You're correct; that'd be custom code.

  8. #1458
    Join Date
    Apr 2011
    Posts
    507
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by lat9 View Post
    You're correct; that'd be custom code.
    For the additional images carousel, is it possible to change the left / right arrow?

    They are barely visible in my situation. Maybe something like a white square with black chevron?

    here is an example https://www.royal-fleur.com/christma...as-centerpiece

    Also can the speed of the slide be increase or reduce.

    Thank you

  9. #1459
    Join Date
    Aug 2004
    Posts
    797
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Perhaps try to add the following CSS to your stylesheet:

    Code:
    /* Change the color of Font Awesome chevron arrows */
    .carousel-control-next i,
    .carousel-control-prev i {
        color: #FFD700;
    }
    That would change the color to Yellow, but you can adjust the hex value to whatever desired color works best for you.
    - Jeff

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

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by Jeff_Mash View Post
    Perhaps try to add the following CSS to your stylesheet:

    Code:
    /* Change the color of Font Awesome chevron arrows */
    .carousel-control-next i,
    .carousel-control-prev i {
        color: #FFD700;
    }
    That would change the color to Yellow, but you can adjust the hex value to whatever desired color works best for you.
    thank you

 

 

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