This topic has 3 replies, 2 voices, and was last updated 10 years, 4 months ago ago by Eva Kemp
I’m using http://fancyproductdesigner.com/woocommerce-plugin/ and their support has responded to an issue with alignment as well as the removal of the main/default/featured product image on this product page: http://1shirt.flywheelsites.com/?product=1shirt-t-shirt
This is what they said:
“Seems your theme does not use the standard WooCommerce hook to include the product image, you have to contact the theme author for that. I can only remove it when the theme authors are using the wc codex.
To display the product designer anywhere else, please use the custom hook.”
———
Can you help us out here?
The only issue I seem to be having still is with the alignment. The left side of the shirt designer is over the left side boundary… http://1shirt.flywheelsites.com/?product=1shirt-t-shirt
Hello,
If you’re using a 3rd-party plugin, then you need use their custom hooks or customize the theme additionally as we don’t always save all standard woocommerce hooks due to new features including.
If the issue is only with alignment then we’ve fixed it for you with the code in style.css of the child theme:
.fancy-product .fpd-container{
margin-left: 20px !important;
}
@media (min-width:1200px){
.fancy-product .fpd-container{
margin-left: 30px !important;
}
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up