Re: ZCA Bootstrap Template
Does anyone know why the right column isn't visible on my install?
There are definitely sideboxes enabled and with the "Right" column as the target. The columns are balanced at 3, 6, and 3 for a total of 12. And even using the "Reset Layout" function doesn't seem to be working.
I'm using ZC 1.5.8a with version 3.6.2 of Boostrap.
EDIT: Scratch the above.
Setting I was looking for was ZenCart's Global Configuration to enable the Right Column.
Re: ZCA Bootstrap Template
> Setting I was looking for was ZenCart's Global Configuration to enable the Right Column.
Look at Configuration > Layout Settings:
Column Width - Left Boxes
Column Left Status - Global
Column Width - Left
Re: ZCA Bootstrap 4 Template [Support Thread]
New feature request: dynamic determination of categories per row
https://github.com/lat9/ZCA-Bootstra...ate/issues/305
Re: ZCA Bootstrap Template
I am redoing my site and what a great template this is. You guys have done an awesome job with this.
I do have a question.
I have the Bootstrap Additional Image Carousel enabled. When this happens there is a button that is created for the additional images (Works as expected..)
My issue is when there are additional images, we now have a link for the primary image and a link to the additional images.
Is there a way we can remove the primary image link when additional images are shown.
It seems confusing to have both links.
Plus, the additional image link already has the primary image in it.
Re: ZCA Bootstrap Template
It's easily removed from view by adding a bit of CSS to your template clone's /css/site_specific_styles.php:
#productMainImage > a > .imgLink { display: none; }
2 Attachment(s)
Re: ZCA Bootstrap Template
Having trouble finding what CSS controls these two boxes. We have gone through literally every box in the Bootstrap color chooser, and these remain the same. Its the box that displays products in the category view, as well as the boxes behind price, stock and the box that contains the add to cart in product page. Help? ZC Version v1.5.8a, Bootstrap version 3.6.0
Attachment 20472
Attachment 20473
Re: ZCA Bootstrap Template
I tried the css below but there was no result.
I can still click on primary image if there are additional images included. Did i misunderstand something....
Code:
#productMainImage > a > .imgLink { display: none; }
Re: ZCA Bootstrap Template
Quote:
Originally Posted by
chadlly2003
I am redoing my site and what a great template this is. You guys have done an awesome job with this.
I do have a question.
I have the Bootstrap Additional Image Carousel enabled. When this happens there is a button that is created for the additional images (Works as expected..)
My issue is when there are additional images, we now have a link for the primary image and a link to the additional images.
Is there a way we can remove the primary image link when additional images are shown.
It seems confusing to have both links.
Plus, the additional image link already has the primary image in it.
I think I was able to do what you want by editing the following file:
/includes/templates/bootstrap/templates/tpl_modules_main_product_image.php
Remove line #21 which says:
<span class="imgLink"><?php echo TEXT_CLICK_TO_ENLARGE; ?></span>
That will remove the "Larger Image" Link between the main image and the additional images button.
Re: ZCA Bootstrap Template
Is it possible to upgrade Bootstrap 4 to version 5?
Re: ZCA Bootstrap Template
Quote:
Originally Posted by
OJ_SIMON
Is it possible to upgrade Bootstrap 4 to version 5?
Anything (from a code perspective) is possible, updating Bootstrap from 4 to 5 as well as Font Awesome from 5 to 6 is on my list.