moebelzeile
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce – product-archive – title always same highHello @ihereira,
thank you very much for your helpful response!I will go for it.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce – product-archive – title always same highThank you @maykato for your response!
Yes I have tried that already, the problem is, that we are creating an affiliate-website, where we want to show more than 10.000 products and the import is done by an plugin (wpallimport). In order to that, we are not able to control the size of every image and if we do so, there is no cropping in it.
Thats why I am asking for some css for example, to fix that appearance issue.
Do you have an idea, how I can solve this?
Thank you very much in advance!!
Hey @bcworkz,
thank you very much for your support.I haven’t got that many developing skills to write those changes.
Could you do me a favour and send me an css / php snippet, that i can include to do one of those changes?Thank you very much!
Forum: Plugins
In reply to: [WooCommerce] Disable image linkHello @kellymetal,
thanks for your reply!
Yes, we were able to fix the problem. The php code we’ve used is the following:
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 );Thank you for your support!
Forum: Plugins
In reply to: [WooCommerce] Disable image linkHey @rynald0s,
thank you for your fast reply!
We’ve tested the CSS and it fits, but not as we expected.
It is perfect, that the images can not be clicked anymore, but we want the user to click on the button, which is not possible with the sent snippetG. Could you please add the needed CSS to the snippet you’ve sent?Thanks a lot!!!
Cheers!