randomwpuser
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How/where do i edit product box structure?ah yeah thanks, i got it by editing the wc-template-hooks actually:
add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_add_to_cart', 10 );But i had the trouble that add to cart button was still thrown out of the item since both are links. Is there a way to overwrite that behaviour? For now i change add to cart to a span.
Forum: Plugins
In reply to: [WooCommerce] How/where do i edit product box structure?I get that, but what is confusing me is that nowhere I could find that specific structure. Basically the list items, so I could simply flip the order.
Hi, thanks for the advice, but is there no like a resource file or something that i could just edit to do it without a plugin? I try to keep my page low on plugins.
Forum: Plugins
In reply to: [WooCommerce] Woo hide simple product that is part of group from shopHi, i have experimented with that, but my customers can’t see that product listed as a variant in the grouped one if i set it to private. Not sure if that is the intended behaviour or only in my case?
Forum: Themes and Templates
In reply to: Dynamic content on front-pageSo if i make a custom Page type i can simply display its content there? -Is there any reference on how to do something in this sense? This seems as a solution as i would like, the widget version is kinda clunky to me.
If it helps, this theme also looks similar to what i want to achieve: https://wordpress.org/themes/mambo/
Forum: Themes and Templates
In reply to: Dynamic content on front-pageI am making my own. I have my own website/theme as a learning project.