Could anyone help me with a small issue. I am using WooCommerce for my website but I do not require the e-commerce element. Instead of purchasing online, customers will be filling out a contact form. The issue is the products will still have different attributes like Color and size etc. So the question is how do I remove the links from the attributes? As clicking on them will not be needed as the price will not change?
Thanks in advance!
]]>in the mobile month-view, the title of the event will appear under the calender when you click on the date. The title than is clickable and links to the event single-page. I would like to remove the link, so that it is only a title (a h3 in this case).
I already did some research and I only found topics older than 2018. The file paths don’t seem to be the same since then, as I can’t find the files in the plugin editor.
]]>Is it possible to remove the word ‘category’ from the url?
]]>Really well written and designed plugin.
I want to remove some links for my use case because they make extra http calls and slowdown page.
*Review author links
*Review count links (n reviews)
I checked shortcodes to clear these links but couldn’t find.
Thanks.
i have a big Problem.
I must remove the Links from Avatar and Activity Header in Groups.
Over widgets it gives no function for remove links.
Have a code or snippet that i can use?
Thanks for help!
]]>Is there a way to filter out external links in the product description and short description?
* Used the plugin Real-Time Find & Replace to filter out Etsy links in real-time, but this doesn’t resolve it when vendors link to other channels or their website in the product description.
* Need to keep HTML available for shortcodes or other features. Just need to filter out external links only.
]]>Would like to remove the links on the image/title/price to the products page.
Category slug is: stc
Found this code but it does not work… any suggestions?
// Remove links to the product details pages from the product listing page of a WooCommerce store (only a specific category)
if ( is_product() && is_product_category( array(‘stc’) ) ) {
remove_action( ‘woocommerce_before_shop_loop_item’, ‘woocommerce_template_loop_product_link_open’, 10 );
remove_action( ‘woocommerce_after_shop_loop_item’, ‘woocommerce_template_loop_product_link_close’, 5 );
}
It isn’t really malicious, but it is very annoying and frustrating. It is called
“Follow @cmsvoteup”. If anyone can give me advice on how to remove this from where ever it is populating from, I would greatly appreciate it.