Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #634095

    Hello,

    I need to remove the Woocomerce Cart button that is located on the top right corner of the website. I have discabled the product links like the Add to Cart button but I can’t seem to find the way to remove the one on the main page.

    #634113

    Hey artyyart,

    It appears you have managed to hide the cart icon as I do not see it on the site. However if you still looking for a solution please disable the cart from Enfold > Shopping Options > Header Shopping Cart Icon

    Best regards,
    Vinay

    #634736

    Hello,

    Yes I figured it out! I have one more question. I have category images selected for woocomerce but I don’t want the category images to show up once entered in that specific category. Here is a link to what Im talking about.

    View post on imgur.com

    #635028

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .category_thumb {
    display:none !important;
    }

    Thanks,
    Rikard

    #635362

    Perfect that worked.

    One last thing, the add to cart button started to show up again on the single product page. See photo attached. How do I remove that option? I have disabled the settings from the shop options tab.

    View post on imgur.com

    #635716

    Hi,

    Try adding this as well:

    .single-product form.cart {
    display:none !important;
    }

    Best regards,
    Rikard

    #636077

    That worked!

    One more thing. On my old theme I was able to see the full height of the image that is featured for a product but the new enfold theme crops the photo into a square which cuts the products image. I have attached an image to describe what the problem is. The top section is the old website which shows the full length of the image and the bottom section is the new one which shows that it is cropped. I would like to have it show like the top section if possible.

    View post on imgur.com

    #636081

    Also, on the new theme if doesnt show the Out of Stock banner like the old website. Is there a way to put that back on the new theme? I saw it says it when you enter the specific product but i would like to have it show when all the products are showing. See photo attached to see how it looked from the old website.

    View post on imgur.com

    #636083

    Also, I found another problem where the category images are not showing the same size. They are all 500×500 but for some reason one is showing smaller than the others. See photo attached,

    View post on imgur.com

    #636893

    Hi,

    Wordpress is cropping images by default when uploading them and if you want to control this behavior you can use a plugin like this: https://wordpress.org/plugins/simple-image-sizes
    I hope this will help :).

    Best regards,
    Andy

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.