Plugin Integration - by blakejnolan - on WordPress WooCommerce support

This topic has 3 replies, 2 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp

  • Avatar: blakejnolan
    blakejnolan
    Participant
    July 16, 2014 at 00:38

    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?

    2 Answers
    Avatar: blakejnolan
    blakejnolan
    Participant
    July 16, 2014 at 01:32

    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

    Avatar: Eva
    Eva Kemp
    Support staff
    July 16, 2014 at 08:56

    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.

  • Viewing 3 results - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.