Re: ZCA Bootstrap Template
While the "Listing Layout Style" is not used by the Bootstrap template, the "Columns per Row" setting is -- use 0 for fluid columns or 1 for rows. Other results can display in an unwanted manner; see this Wiki article for more information: https://github.com/lat9/ZCA-Bootstra...play-anomalies
Re: ZCA Bootstrap Template
How would I change a color to a gradient? I thought I could just enter
Code:
linear-gradient(to bottom right, #33ccff 0%, #3366ff 100%)
in the color tool but that does not work.
Re: ZCA Bootstrap Template
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.
Re: ZCA Bootstrap Template
I am trying to do some modifications to this template using site_specific_styles.php. I just tried to do something simple like change a text color but nothing is changing. What am I missing here? I have been reading heavily into BS4 and CSS but I am just a hack on this side.
Code:
<style>
#tagline {
color: yellow;
}
</style>
Re: ZCA Bootstrap Template
Quote:
Originally Posted by
g2ktcf
I am trying to do some modifications to this template using site_specific_styles.php. I just tried to do something simple like change a text color but nothing is changing. What am I missing here? I have been reading heavily into BS4 and CSS but I am just a hack on this side.
Code:
<style>
#tagline {
color: yellow;
}
</style>
That's weird, since placing that CSS in that file should work. Are you sure the file's in the site's "clone" of the template instead of the /templates/bootstrap/css directory?
Re: ZCA Bootstrap Template
v3.6.4 of the ZCA Bootstrap Template is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2191
This release contains changes required for interoperability with Zen Cart v2.0.0 and bugfixes.
For a full list of all changes, see this link: https://github.com/lat9/ZCA-Bootstra...stone%3Av3.6.4
Re: ZCA Bootstrap Template
Quote:
Originally Posted by
lat9
That's weird, since placing that CSS in that file should work. Are you sure the file's in the site's "clone" of the template instead of the /templates/bootstrap/css directory?
Yes, I just checked not only that but verified that the clone was actually the selected template. Do you have a suggestion on what else to put in there as a test?
Re: ZCA Bootstrap Template
Quote:
Originally Posted by
lat9
That's weird, since placing that CSS in that file should work. Are you sure the file's in the site's "clone" of the template instead of the /templates/bootstrap/css directory?
Found it....I forgot to remove dist- from the file name. I just took a chance and that did it! I feel like such an idiot! lol
Re: ZCA Bootstrap Template
Hi All,
Server Host: xxxxx.prod.phx3.secureserver.net (68.178.132.xxx)
Database: xxxxx_live158Store
Home: /home/xxxxx/public_html/Server
OS: Linux 4.18.0-477.27.2.lve.el8.x86_64
Server Date: 24/11/2023 22:50:21
Server Up Time: Disabled/UnavailableHTTP
Server: ApachePHP Version: 8.0.30 (Zend: 4.0.30)PHP
File Uploads: OnUpload Max Size: 1024M
PHP Memory Limit: -1POST Max Size: 1024M
Database Engine: MySQL 10.6.14-MariaDB-cll-lve
Database Host: localhost (127.0.0.1)
Database Date: 24/11/2023 22:50:21
Database Data Size: 280,607 kB
Database Index Size: 40,767 kB
MySQL Slow Query Log Status: Off
MySQL Slow Query Log File: xxxxx-slow.log
MySQL Mode: NO_ENGINE_SUBSTITUTIONView the database configuration variables
I need help on how I move the search from the top right to the right side where the logo is below the contact number.
We are using the latest version of the bootstrap template version 3.6.3. This is the site outdoorking.com.au
Any assistance with code and where to put it would be appreciated, as I am consistently getting people not knowing where they can search on the website.
I would like to have a box saying enter part number or description so they can at lest see it.
Re: ZCA Bootstrap Template
Go to Configuration :: Bootstrap Template Settings and set Enable AJAX Search to false. That'll cause a full search button/input field to be displayed instead of the search-icon.
Note, too, that v3.6.3 is not the latest; v3.6.4 was released a couple of days ago!