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

Hybrid View

  1. #1
    Join Date
    Jan 2006
    Posts
    34
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by rbarbour View Post
    No, that was and is intentional...

    The Bootstrap CSS framework is loaded via the BootstrapCDN, this file controls the look and feel.

    Any and all CSS additions & overrides should be put in either the /includes/templates/bootstrap/css/stylesheet_colors.css or /includes/templates/bootstrap/css/stylesheet.css files or as @lankeeyankee suggested, create a new file /includes/templates/bootstrap/css/stylesheet_zcustom.css

    If you choose to do a custom download of the bootstrap CSS framework, it should be called where the BootstrapCDN link is called or overrides will not be picked up.
    This is an amazing template. Does anybody encounter any shipping module issue? I wonder if I am an exception.

  2. #2
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by turuga View Post
    This is an amazing template. Does anybody encounter any shipping module issue? I wonder if I am an exception.
    What issue are you encountering? I just activated zone rates and works fine for me.

  3. #3
    Join Date
    Jan 2006
    Posts
    34
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Dear Rbarbour,
    sent you a pm.
    So, should I download the template again?

  4. #4
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by turuga View Post
    Dear Rbarbour,
    sent you a pm.
    So, should I download the template again?
    I just registered on your site. I saw the zone rate for United States and was able to proceed all the way to the PayPal site.

    I don't use zone rates but I am assuming only the zone rate for shipping country should show.

  5. #5
    Join Date
    Feb 2010
    Posts
    2,159
    Plugin Contributions
    17

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by turuga View Post
    Dear Rbarbour,
    sent you a pm.
    So, should I download the template again?
    I did try to change my shipping address, I could not proceed due to no states appeared in dropdown for any other country. You may want to change this in admin:

    Configuration > Customer Details > State - Always display as pulldown? > false

  6. #6
    Join Date
    Jan 2006
    Posts
    34
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Thank you Rbarbour for the reply. It looks like "Estimate Shipping Costs" does not work which I thought whole shipping is not working as many people don't proceed until knowing shipping cost and inquire by email. Does anyone got issue with "Estimate Shipping Costs"?

  7. #7
    Join Date
    Apr 2011
    Posts
    584
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    I am having issue with css. Using ZC 1.5.7d and lastest Bootstrap template

    I renamed the dist _specific_styles file to zcustom_specific_styles and added the following code:

    Code:
    <?php 
    /*
     * BOOTSTRAP 3.3.0
     *
     * Create a file called "site_specific_styles.php" to contain any changes
     * to base css provided by this template. Place site-specific content
     * between the opening and closing style tags.
     *
     * Refer to https://github.com/lat9/ZCA-Bootstrap-Template/blob/v300/pages/faqs.md for
     * additional information.
     */
    ?>
    
     
    <style>
    
    	logoWrapper { text-align: center;}
        h1 {color: red;}
    </style>
    but nothing is happening whatsoever.

    I have been pulling my hair on this one and can t figure it out.

    Any ideas what i am doing wrong??

    Thank you

  8. #8
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,229
    Plugin Contributions
    6

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by nicksab View Post
    I am having issue with css. Using ZC 1.5.7d and lastest Bootstrap template

    I renamed the dist _specific_styles file to zcustom_specific_styles and added the following code:

    Code:
    <?php 
    /*
     * BOOTSTRAP 3.3.0
     *
     * Create a file called "site_specific_styles.php" to contain any changes
     * to base css provided by this template. Place site-specific content
     * between the opening and closing style tags.
     *
     * Refer to https://github.com/lat9/ZCA-Bootstrap-Template/blob/v300/pages/faqs.md for
     * additional information.
     */
    ?>
    
     
    <style>
    
        logoWrapper { text-align: center;}
        h1 {color: red;}
    </style>
    but nothing is happening whatsoever.

    I have been pulling my hair on this one and can t figure it out.

    Any ideas what i am doing wrong??

    Thank you
    Try

    #logoWrapper {
    text-align:center!important;
    }

    h1 {color:red!important;}
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

  9. #9
    Join Date
    Apr 2011
    Posts
    584
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Quote Originally Posted by Nick1973 View Post
    Try

    #logoWrapper {
    text-align:center!important;
    }

    h1 {color:red!important;}
    Thanks for the prompt reply.

    Unfortunately , it is still not working. I refreshed cached, used incognito mode...Nothing so far.

    If I place the same code into stylesheet.css, it works just fine.

  10. #10
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,688
    Plugin Contributions
    11

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    If you look at the first few lines of includes/templates/bootstrap/css/dist_specific_sytles.php it tells you to:
    Code:
    <?php /*
     * BOOTSTRAP 3.3.0
     *
     * Create a file called "site_specific_styles.php" to contain any changes
     * to base css provided by this template. Place site-specific content
     * between the opening and closing style tags.
     *
     * Refer to https://github.com/lat9/ZCA-Bootstrap-Template/blob/v300/pages/faqs.md for
     * additional information.
     */
    ?>
    <style>
       /* Your content here ... */
    </style>
    Just put your code in the /* Your content here ... */ and save the file as specific_styles.php.

    That's the filename the system is looking for.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

 

 
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