Forum Replies Created

Viewing 10 posts - 11 through 20 (of 80 total)
  • Author
    Posts
  • in reply to: Deliver & Return – To Copy this feature #24066

    Yes, I will add the image in in Theme Option > WooCommerce > Product Detail Settings > Extra Content.

    But how to I make the image clickable? Clickable so that the Delivery & Return details show up.

    in reply to: Remove Category Header Image #24022

    Thanks Harry. You are awesome!

    -Mike

    in reply to: Remove Category Header Image #24009

    Thanks Harry. The code worked fine when I added it at the top of Custom CSS.

    Lastly, The default header is gray color. How can I change this color to something else?

    in reply to: Remove Category Header Image #24001

    Output like this is okay for me. Can you please let me know how & where to make required changes?

    I changed this on browser by reducing page-head padding from 50 to 20px

    in reply to: Remove Category Header Image #24000

    I’d like to remove the entire header image section (excluding Title) from Categories and Tags pages. But want to keep the Titles for SEO purpose.

    Objective is to bring the products up in top-fold of the screen and faster loading due to no header image.

    in reply to: Add to wishlist button problem after update #22871

    After update to 1.4.1 please clear cache of browser to check again.

    It will work well.

    Hi Harry,

    This is problematic because we can’t be asking all our repeat users to clear their browser cache. Ideally, instead of clearing browser cache, it should have worked fine if we clear the Site Cache.

    Pls look into it in future updates. Thanks.

     

    in reply to: Add to Cart is broken for 'Sold Individually' Products #21515
    This reply has been marked as private.
    in reply to: Update theme envato #19758

    Hi Harry,

    Since there are some changes to Envato dashboard, can you pls provide new instructions to update the theme automatically? I received an email today that there is a new version/update available for the theme, but in the new Envato dashboard I don’t see an option to auto-update.

    Thanks.

    in reply to: Add a picture on tag page #19577

    No worries Harry. I’ve used the above codes individually without any hassle and it works fine.

    in reply to: Add a picture on tag page #19567

    Harry, suppose I want to add different images on 3 tag pages, so do I need to add 3 times the code like following?

    .term-121.tax-product_tag .jas-wc .page-head {
    background-image: url(http://janstudio.net/tag1image.jpg);
    background-size: cover;
    background-repeat: repeat-y;
    background-position: center center;
    background-attachment: scroll;
    }

     

    .term-165.tax-product_tag .jas-wc .page-head {
    background-image: url(http://janstudio.net/tag2image.jpg);
    background-size: cover;
    background-repeat: repeat-y;
    background-position: center center;
    background-attachment: scroll;
    }

    .term-198.tax-product_tag .jas-wc .page-head {
    background-image: url(http://janstudio.net/tag3image.jpg);
    background-size: cover;
    background-repeat: repeat-y;
    background-position: center center;
    background-attachment: scroll;
    }

    Can’t there be a combined code for the above requirement?

Viewing 10 posts - 11 through 20 (of 80 total)