I had a small issue on the product page with the review section after installing Kissit on v1.0.8.18
<div class="row">
<div class="col-sm-6"><blockquote class="blockquote"><img class="float-left img-fluid" loading="lazy" src="pub/" border="0" title="" /><p class="font-weight-lighter">Lovely box of crunchy apples and delivered very quickly. Thank You!</p><footer class="blockquote-footer">Rated <span class="text-warning" title="5"><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i></span> by <cite title="John Doe">John Doe</cite></footer></blockquote></div> </div>
</div>
Gives a broken image before the Review.
Setting Image Required to False produced the correct code.
<div class="row">
<div class="col-sm-6"><blockquote class="blockquote"><p class="font-weight-lighter">Lovely box of crunchy apples and delivered very quickly. Thank You!</p><footer class="blockquote-footer">Rated <span class="text-warning" title="5"><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i><i class="fas fa-star"></i></span> by <cite title="John Doe">John Doe</cite></footer></blockquote></div> </div>
</div>
Just sayin thats all. (I disgraced myself elsewhere in the forums on this