Page 125 of 125 FirstFirst ... 2575115123124125
Results 1,241 to 1,248 of 1248
  1. #1241
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,478
    Plugin Contributions
    88

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by torvista View Post
    I understand a multilevel dropdown (with flyout submenus) is not a standard feature of Bootstrap, so there seem to be a lot of third party alternatives.
    Any recommendations?
    A link to an example of what you're looking for would be appreciated.

  2. #1242
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,586
    Plugin Contributions
    30

    Default Re: ZCA Bootstrap Template

    E.g.
    Name:  2024-04-17 10_58_01-Bootstrap nested (multilevel) Dropdown - free examples — Mozilla Firefox.gif
Views: 40
Size:  9.6 KB
    Steve
    github.com/torvista: Spanish Language Pack, Google reCaptcha, Structured Data, Multiple Copy-Move-Delete, Image Checker, BackupMySQL Admin/Auto...

  3. #1243
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,684
    Plugin Contributions
    123

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by g2ktcf View Post
    How would I change a color to a gradient?
    This might help. I wanted to do this for the sidebox and centerbox headers as well as the top nav, so I edited includes/templates/bootstrap/css/site_specific_styles.php and added:

    .leftBoxHeading, .centerBoxHeading, #navMain > nav {
    color: black;
    background-image: linear-gradient(my parameters);
    }

    As @dbltoe noted, only hex color codes may be entered in the Admin tool.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #1244
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,145
    Plugin Contributions
    11

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by dbltoe View Post
    gradiants and colors are different. A background color is coded differently than a plain background which can be an image, gradiant or other entity.

    You can use rgba and other forms of opacity in the bootstrap colors.
    It's not limited to just hex.

    Right-clicking will show many things you can do with the color listing. RGB, RGBa, Hexadecimal, and HSL

    Still, color is a singular product show you will need to use the site-specific CSS for gradients.

  5. #1245
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,684
    Plugin Contributions
    123

    Default Re: ZCA Bootstrap Template

    Yes - "limited to color codes" would have been better. Fixed.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  6. #1246
    Join Date
    Feb 2011
    Location
    Lumberton, TX
    Posts
    525
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by swguy View Post
    This might help. I wanted to do this for the sidebox and centerbox headers as well as the top nav, so I edited includes/templates/bootstrap/css/site_specific_styles.php and added:

    .leftBoxHeading, .centerBoxHeading, #navMain > nav {
    color: black;
    background-image: linear-gradient(my parameters);
    }

    As @dbltoe noted, only hex color codes may be entered in the Admin tool.
    Yep, I did that a while back. I really like the site specific styling page. I can sit and make all kinds of tweaks all in one place. I just park the chrome developer console off the sided and play!

  7. #1247
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,145
    Plugin Contributions
    11

    Default Re: ZCA Bootstrap Template

    With bootstrap, it's always a good idea to see what is already out there when wanting to do something like this. Bootstrap has a lot of features that can easily be used.

    https://higuma.github.io/bootstrap-4...nt+shadow.html is an example of what can be done with existing gradients in bootstrap 4 and the bg-gradient-xxxxxx class. It gets deep but is a thorough cover of the topic.


    You could create a rule in the site-specific something like
    Code:
    .myGradient {color: #721c24;
        background: #f8d7da linear-gradient(180deg,#f9dde0,#f8d7da) repeat-x;
        border-color: #f5c6cb;
    }
    Then add it to the items that you want to have that gradient.

    It might be easier to use several different div's and classes instead of the .myGradient.
    Code:
    .leftBoxHeading, .centerBoxHeading, #navMain {    color: #721c24;
        background: #f8d7da linear-gradient(180deg,#f9dde0,#f8d7da) repeat-x;
        border-color: #f5c6cb;
    }
    This saves having to tooch a bunch of core files.

    Still there is the option of having several gradients and just adding the class/div to a particular item.

  8. #1248
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,684
    Plugin Contributions
    123

    Default Re: ZCA Bootstrap Template

    Quote Originally Posted by g2ktcf View Post
    Yep, I did that a while back. I really like the site specific styling page. I can sit and make all kinds of tweaks all in one place. I just park the chrome developer console off the sided and play!
    Glad to hear you are having success!
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

 

 

Similar Threads

  1. v155 Clone a Template [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 94
    Last Post: 16 Mar 2024, 04:13 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