WP Artisan
Forum Replies Created
-
Forum: Reviews
In reply to: [Remove Add to Cart Button for WooCommerce] Does not workHi,
Thank you for trying the plugin and for taking the time to leave a review.
The plugin does not automatically hide the Add to Cart button immediately after activation. To hide the Add to Cart button, you need to edit the desired product and configure the settings under:
Product Edit Page → Product Data → Remove Add to Cart Button
From there, you can choose options such as:
- Remove Add to Cart for all users
- Remove Add to Cart only for visitors (guests)
- Show a Login/Register button instead of Add to Cart
- Hide product prices and display custom messages
The settings available under WooCommerce → Settings → Visibility Settings are used for additional plugin options such as Login/Register button settings, message styling, cart/checkout restrictions, and stock message customization. They do not automatically hide the Add to Cart button for products.
It sounds like the product-level settings may not have been configured, which could be why the Add to Cart button was still visible.
If the plugin works as expected after configuration, I would greatly appreciate it if you would consider updating your review.
Thank you for your feedback and support.
Forum: Plugins
In reply to: [Remove Product Content for WooCommerce] Optional Optout not workingI am not clear about your request. Describe your point in more details so that it understandable to me. If have any screenshot related to this issue, then you can add this on you message.
Forum: Plugins
In reply to: [Remove Product Content for WooCommerce] Remove BrandThanks for pointing this out — Now have options to remove brands and tags.
Forum: Plugins
In reply to: [Remove Add to Cart Button for WooCommerce] Uncaught TypeError: btn is nullI have fixed this issue on my latest plugin version. Please update the plugin on your website.
Forum: Plugins
In reply to: [Remove Add to Cart Button for WooCommerce] Still vulnerablePlugin updated with Freemius latest version SDK.
Plugin updated with Freemius latest version SDK.
Forum: Plugins
In reply to: [Really Simple XML and HTML Sitemap] Doesn’t write sitemap.xmlPlease check carefully the label of the settings. It is for “Exclude post type”. By default it generated sitemap for all available post types. So if you want to Exclude any post types then select from the settings. Those selected post types posts will not be added on the sitemap.
This plugin works for all register custom post type(CTP). To show only a particular CTP posts, you need to add shortcode like this :
[rsxh_sitemap post_types="your_post_type_name_here"]ex:[rsxh_sitemap post_types="movies"].If you want to change the title for the posts, pages or others in sitemap, you need to change those particular posts, pages or others title from the admin area, sitemap will change then accordingly.