antonyputman
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Changing permalinksI’ll have a go. Thank you very much
Forum: Plugins
In reply to: [WooCommerce] Changing permalinksThank you very much. I’ll try that. How can I add 301 redirect please?
Forum: Plugins
In reply to: [WooCommerce] Changing permalinksI would like to say https://www.putmanandrobinsshop.com/signed-prints/deer-prints instead of https://www.putmanandrobinsshop.com/category-product/signed-prints/deer-prints/
- This reply was modified 7 years ago by antonyputman.
It worked. Thank you very much
Thank you very much. I have tried it. Unfortunatelly it doesn’t work.
Thank you very much. How can I change it?
Hi Serafinnyc.
There is no obvious issues. It is when you put the postode to calculate the shipping. Where you able to do that? I’m using Iphones.Forum: Fixing WordPress
In reply to: How to disable the image opening as attachmentI just noticed that they can still open it and copy if they right click on it. Any idea how to stop this?
Forum: Fixing WordPress
In reply to: How to disable the image opening as attachmentThank you majaid. Unfortunately there were errors when i copied your functions so i google it and found this which worked:
function e12_remove_product_image_link( $html, $post_id ) {
return preg_replace( “!<(a|/a).*?>!”, ”, $html );
}
add_filter( ‘woocommerce_single_product_image_thumbnail_html’, ‘e12_remove_product_image_link’, 10, 2 );I would not have found it without your help