Hi Corbett,
Yes, you are right. To get rid of the space, remove the description code and also replace the <h5> tag with <b>. Let me know how you go.
Hi Corbett,
Yes, you are right. To get rid of the space, remove the description code and also replace the <h5> tag with <b>. Let me know how you go.
The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan
I did not have any luck. Removing the code that I thought had the description did not eliminate the space. I removed some addition code in the same area and the space was gone, but I also lost an ending tag so everything was bold. I just decided to leave it like it is and live with it.
Corbett
Hi,
Did you remember to change both <h5> and </h5> to <b> and </b>respectively? You can have a look at my webpage and see if they are similar to yours. If u are still keen, you can post your code here, I can help you check.
The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan
I think the br you are looking for is in here:
/includes/modules/YOUR_TEMPLATE/product_listing.php
$lc_text = implode('<br />', $product_contents);
Hi,
I was wondering if there's an easier way to get the buy now button show under each product with Column layout grid view.
I really don't want to go in and mess with the code.
Thanks.
From memory, you should be able to turn it on in the admin.
The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan
Not for each product. This is the only way. It makes sense too, because if you turned it on with the grid layout contrib, it'll show on top, bottom or both of the page.
However, if you turn it off, it'll list the buttons under each product.
This should've been included in the contrib documentation. I think.