skip to Main Content

Woocommerce Product Titles Showing HTML?

Recently, my Wordpress site was updated and the Woocommerce product pages are now showing the <br> code in our product titles as text. Displays: "New <br> Collection" on product page. In page source, the code is showing as <h1 class="product_title…

VIEW QUESTION

WP&woocommerce CSS img sizes clash in footer

I have two images in my footer.php, they are hard coded and shall stay that way: <img src="<?php echo get_template_directory_uri(); ?>/img/logo.png" height="30"> is an <a href="https://www.#.com" target="_blank" ><img src="<?php bloginfo('template_directory')?>/img/logob.png" height="30"> on the woocommerce pages, for some reason, these two…

VIEW QUESTION

Can't center a container-Twitter bootstrap

I'm trying to center a container and I'm using twitter bootstrap 4 Here's the html <div class="container"> <div class="features"> <h3 class="text-center mb-5">So many ways to connect with all your friends</h1> <div class="row"> <div class="col-sm-4"> <div class="card" style="width: 18rem;"> <img class="card-img-top"…

VIEW QUESTION
Back To Top
Search