Forum Replies Created
-
AuthorPosts
-
Thanks so much Ismael, this helps! And what about placing 5 products on the “You may also like” section at the bottom instead of 4, is this editable?
Thanks,
Gear Out HereThanks Josue, that’s great! Thanks for all your help.
Gear Out Here
This reply has been marked as private.Hello! Yes, right now they are set to be white.
Hi Josue, thanks for your response! When I change the link color there, it seems that it just changes the color for all occasions. We like it the way it is now – white, but when you scroll down and the transparent header becomes white we were wondering if the link color could become darker.
Thanks,
Gear Out HereHi Ismael,
thanks so much for looking into this. It actually still breaks the site and gives the following error: Parse error: syntax error, unexpected T_STRING, expecting ‘,’ or ‘;’ in /nfs/c09/h04/mnt/188733/domains/aquaquestonline.com/html/wp-content/themes/enfold/functions.php on line 1088
I have a feeling there’s maybe one sign missed but I don’t have enough php knowledge to fix it..Thank you,
Gear Out HereHi Ismael, thank you so much for your help!! . I added the code but it didn’t seem to change anything. (I added to functions.php the following:
/* adding header for category pages*/
function ava_product_category_banner() {
if(has_term(‘Backpacks’, ‘product_cat’)) {
echo “<div class=’product_category_banner container_wrap’>http://aquaquestonline.com/wp-content/uploads/2014/04/kayakbetter.jpg</div>”;
}
else if(has_term(‘Tarps’, ‘product_cat’)) {
echo “<div class=’product_category_banner container_wrap’>http://aquaquestonline.com/wp-content/uploads/2014/04/kayakbetter.jpg</div>”;
}
}add_action(‘wp_footer’, ‘ava_product_category’, 5);
function ava_product_category(){
?>
<script>
(function($){
$(window).load(function() {
$(‘.product_category_banner’).css(‘opacity’, 1);
$(‘.product_category_banner’).prependTo(‘.container_wrap.template-shop’);
});
})(jQuery);
</script>
<?php
}I added the CSS you advised as well.. Maybe I am doing something wrong?
Thanks so much,
Gear Out Here
Thanks Josue, now we do have the cart icon in color, but the menu icon (the three bars on the other button) – are still white on white background. Is there any other code that would affect the cart button?
Hi Andy, thanks for your reply! Those are both for adding header to post (not woocommerce product category) and the first one doesn’t work with WordPress 4.1 .. I was wondering if there was a solution we could implement through the theme to enable a header on the woo-commerce product category page?…
-
AuthorPosts