Page 80 of 132 FirstFirst ... 3070787980818290130 ... LastLast
Results 791 to 800 of 1316
  1. #791
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,784
    Plugin Contributions
    124

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    > Bootstrap 4 comes with a file in includes/templates/YOUR_TEMPLATE/css/dist-site_specific_styles.php.

    Small correction - the template is already set to 'bootstrap'. So it's

    includes/templates/bootstrap/css/dist-site_specific_styles.php

    so just copy that file to

    includes/templates/bootstrap/css/site_specific_styles.php
    That Software Guy. My Store: Zen Cart Support
    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.

  2. #792
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,188
    Plugin Contributions
    11

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    I thought I said that.

    @Angiex1 - in your case, YOUR_TEMPLATE is bootstrap. I would also recommend that you use lat9's clone a template to clone the bootstrap to something else you like. This will keep the original bootstrap "clean" and able to be used in troubleshooting.

  3. #793
    Join Date
    Apr 2022
    Location
    United Kingdon
    Posts
    94
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    I forgot to install clone a template and have already made changes which is taking me days, have spent the whole day trying to centre the links in the footer bar and just cannot figure how, to be honest I would rather they were listed in columns under that bar but have no idea how, have read the docs file more than once.

    Quote Originally Posted by swguy View Post
    > Bootstrap 4 comes with a file in includes/templates/YOUR_TEMPLATE/css/dist-site_specific_styles.php.

    Small correction - the template is already set to 'bootstrap'. So it's

    includes/templates/bootstrap/css/dist-site_specific_styles.php

    so just copy that file to

    includes/templates/bootstrap/css/site_specific_styles.php

    I looked there but its php and erm yeah!!!!
    https://www.angiesartspace.co.uk/ Zen cart version v1.5.8, MySQL Database version10.3.35-MariaDB-cll-lve, PHP Version 7.4.30, Template Bootstrap 4.

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

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    I would still clone your template and then overwrite the original bootstrap folders with the original files.

    And, yes, the file is php and should be saved as such.

  5. #795
    Join Date
    Apr 2022
    Location
    United Kingdon
    Posts
    94
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Last time I did it via a clone a template it was more confusing for me than this is. Right now I'm getting seriously frustrated with myself and after 10 hours of going round in circles to be honest its more than frustrating!!!

    It was saved as php but what am I supposed to put in the file?

    All I want to do is centre the links on the footer bar, but to be honest that isnt really how I want it as thats just a quick fix.
    https://www.angiesartspace.co.uk/ Zen cart version v1.5.8, MySQL Database version10.3.35-MariaDB-cll-lve, PHP Version 7.4.30, Template Bootstrap 4.

  6. #796
    Join Date
    Apr 2022
    Location
    United Kingdon
    Posts
    94
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Right for some reason I did not see posts ~788, 789 and 790, thank you to both Simon and DBLToe, as wondered why you said you had already said something.

    Will go take a look.

    How would I have links as a list in the footer, with a header above each set of links? so a row of 4 lists ?


    Thank you.
    https://www.angiesartspace.co.uk/ Zen cart version v1.5.8, MySQL Database version10.3.35-MariaDB-cll-lve, PHP Version 7.4.30, Template Bootstrap 4.

  7. #797
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,784
    Plugin Contributions
    124

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Looks like Font Awesome icons don't work in the latest Bootstrap template on Zen Cart 1.5.8. Investigating.

    Note: Bootstrap uses FA5 but Responsive Classic uses FA4.

    Repro steps: edit an ez page and add an FA icon in HTML.

    Code:
    Test link for FB: 
    <a href="http://www.facebook.com/" rel="noreferrer noopener" target="_blank"><i class="fa fa-facebook"></i></a>
    Observe that the FA icon is shown in RC but not in Bootstrap.
    In Bootstrap you can also switch back to FA4 by modifying the $preloads variable in
    includes/templates/bootstrap/common/html_header.php


    Code:
        'fa' => [
            'link' => 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css',
            'integrity' => 'sha512-SfTiTlX6kk+qitfevl/7LibUOeJWlt9rbyDn92a1DqWOw9vWG2MFoays0sgObmWazO5BQPiFucnnEAjpAB+/Sw==',
        ],
    and when this is done, the icon appears.

    I have also tried with "fas" instead of "fa".
    That Software Guy. My Store: Zen Cart Support
    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.

  8. #798
    Join Date
    Apr 2022
    Location
    United Kingdon
    Posts
    94
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    What affect does that have for changes I want to make @swguy?

    I have put some of the links I want in the footer bar but its just not right for me.


    Thank you again to everyone who is answering me.

    I'm going to get the template how I want it for now and then will clone it with the changes already made and once done that reinstall Bootstrap 4 and over right the original installation of the template to make it the base install.
    Last edited by Angiex1; 28 Oct 2022 at 09:47 PM.
    https://www.angiesartspace.co.uk/ Zen cart version v1.5.8, MySQL Database version10.3.35-MariaDB-cll-lve, PHP Version 7.4.30, Template Bootstrap 4.

  9. #799
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,784
    Plugin Contributions
    124

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    > What affect does that have for changes I want to make @swguy?

    It was not specifically for you. Unless you are using FA icons, you can ignore.
    That Software Guy. My Store: Zen Cart Support
    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.

  10. #800
    Join Date
    Apr 2022
    Location
    United Kingdon
    Posts
    94
    Plugin Contributions
    0

    Default Re: ZCA Bootstrap 4 Template [Support Thread]

    Thank you, I think you added to your post as I answered it originally.

    I just have to try and get my head around what you put as right now its gone right over my head lol.
    https://www.angiesartspace.co.uk/ Zen cart version v1.5.8, MySQL Database version10.3.35-MariaDB-cll-lve, PHP Version 7.4.30, Template Bootstrap 4.

 

 

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