dannyclare
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Move Related Products Lower Down Product PageI’ve managed to reposition it slightly with the following CSS in my theme’s stylesheet, however, I don’t think this is the ideal fix….
Any help welcomed.
.woocommerce .related.products h2 { position: relative; top: 245px; padding: 10px; }Forum: Plugins
In reply to: [WooCommerce] Move Related Products Lower Down Product PageI’ve also tried using CSS to position.
eg
.woocommerce .related_products { position: relative; top: 240px; }but to no avail…
Hi Ellbristow,
Should these change automatically, ie. I would make one template that would be simply called mp_product.php or one template called mp_product-PRODUCTNAME.php and the ‘PRODUCTNAME’ section would be replaced automatically by marketpress?
Thanks,
DannyHi,
Thanks for the replies.
I’m not quite sure how make the other page templates would work?
Also, would they automatically be recognised by WordPress/Marketpress?
Finally, the section in capitals in the above post (the bit I’ve bolded below), what should that be replaced with?
For example…
Single Product Page (single.php)
mp_product-PRODUCTNAME.php
mp_product-PRODUCTID.php
mp_product.phpWhat should the two bold bits actually read?
Thanks,
DannyForum: Fixing WordPress
In reply to: Removing A Featured Image From Certain PostsHi Guys,
Just wanted to bump this up and see if anyone could help me remove the featured images from the shop products?
Thanks,
Danny