Mina
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Force remove bullets from product listadd class i.e “customclass” to your div with class “.brz-rich-text”
————
For example this is how it should look when you inspect element:
<div data-custom-id=”qxlqvwmmkchqcxtoqwyseavmniinlhvgqvyc” class=”brz-rich-text customclass”>
<p class=”brz-tp-paragraph”>
<span class=”text-population brz-cp-color7″ data-population=”brizy_dc_6329_da_subpages_listing”></span>
</p>
<div class=”woocommerce columns-3 “><ul class=”products columns-3”>
.
.
.
————-
And then add CSS.brz .brz-rich-text.customclass > * {
white-space: nowrap !important;
}Forum: Plugins
In reply to: [WooCommerce] Single product page move contentHi,
you should look for content-single-product.php file.
This file is further build using the files given in template files directory “single-product” where files like price.php, title.php etc are given.
Forum: Plugins
In reply to: [WooCommerce] Single product image too large in WoocommerceHi,
Your product image itself is 400*400px
Woocommerce doesn’t control product image size. It always display 100% or auto width.
for proper layout you need to customize your shop/product page layout in your child theme.
Forum: Plugins
In reply to: [WooCommerce] How do i show the products at homepage?Hi,
You can use product shortcodes. For example
[product id=”99″]
Or
[recent_products per_page=”12″ columns=”4″]
Or
[featured_products per_page=”12″ columns=”4″]Woocommerce shortcode list is available here – https://docs.woocommerce.com/document/woocommerce-shortcodes/
Forum: Plugins
In reply to: [WooCommerce] Hiding the “have a coupon?” alert on checkout pageHi,
These may be useful.
https://minapansuriya.com/category/woocommerce-tutorials/woocommerce-snippet/coupon/
Forum: Plugins
In reply to: [WooCommerce] How to set sale priceHi,
You can use this function.
update_post_meta( $post_id, ‘_sale_price’, $new_sale_price );
Forum: Plugins
In reply to: [WooCommerce] Problem with “add to cart” hoverRemove – content: “\35”; line.
Forum: Plugins
In reply to: [WooCommerce] Always “Add to Cart Button”Sorry, I don’t solution for product-filter plugin. You may post the issue on plugin support forum.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Theme Integration Issue: “Content” Shows Up TwiceCan you post site URL?
Forum: Plugins
In reply to: [WooCommerce] Always “Add to Cart Button”Yes I did tried it on my setup and it works perfectly. Send me screenshot for your settings.
Forum: Plugins
In reply to: [WooCommerce] Problem with “add to cart” hoverHi,
Search for CSS block in style.css file. It is at 642 line.
.woocommerce a.button.alt::after, .woocommerce-page a.button.alt::after, .woocommerce button.button.alt::after, .woocommerce-page button.button.alt::after, .woocommerce input.button.alt::after, .woocommerce-page input.button.alt::after, .woocommerce #respond input#submit.alt::after, .woocommerce-page #respond input#submit.alt::after, .woocommerce #content input.button.alt::after, .woocommerce-page #content input.button.alt::after, .woocommerce a.button::after, .woocommerce-page a.button::after, .woocommerce button.button::after, .woocommerce-page button.button::after, .woocommerce input.button::after, .woocommerce-page input.button::after, .woocommerce #respond input#submit::after, .woocommerce-page #respond input#submit::after, .woocommerce #content input.button::after, .woocommerce-page #content input.button::after
And remove content:”5″ from it.
Forum: Plugins
In reply to: [WooCommerce] Hiding AttributesIf you can provide website URL, that will be useful to provide the solution.
Forum: Plugins
In reply to: [WooCommerce] Minimum Amount for DeliveryHi,
This may be helpful: https://minapansuriya.com/woocommerce-set-minimum-amount-for-delivery-of-an-order/
- This reply was modified 7 years, 10 months ago by Mina.
Forum: Plugins
In reply to: [WooCommerce] Always “Add to Cart Button”In order to get the settings you need to
1. Select Manage Stock. Set it to true.
2. Set Stock Quantity to 0
3. Set Allow backorders? -> AllowI hope this will be useful.
Forum: Plugins
In reply to: [WooCommerce] Always “Add to Cart Button”Hi,
Dropbox URL is public not private one.