Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #229141

    I purchased “The Fancy Product Designer” plugin for my website, but the default Enfold formatting cuts off most of the plugin designer area:
    http://ajdesign.com/images/cut-off.jpg
    How can I extend the designer area to look like their demo page?
    http://fancyproductdesigner.com/product/t-shirt/

    I’m trying to shrink down the price and add to cart button area, and place the product description tab are underneath the large product image.

    Thank you for your help.

    #229346

    Hey FastFreddy!

    Please give us a link to the page where we can see the plugin at work. We don’t have access to the plugin.

    Best regards,
    Ismael

    #229652
    This reply has been marked as private.
    #229927

    Hi!

    Yes, you can create a temporary login details on the Users panel. Post it here as a private reply. We really need to see the actual website to give you a proper css fix if possible. For faster results, please hire a freelance developer or contact the plugin author to check the shop page. We don’t really give full support for third party plugins. For further customization, please visit Werkpress.

    Regards,
    Ismael

    #230193
    This reply has been marked as private.
    #230422

    Hi!

    This will get you started but for further customization you need to hire a freelance developer. Add this on Quick CSS or custom.css:

    .four.units.single-product-main-image.alpha {
    width: 100%;
    overflow: hidden;
    }
    
    .fpd-navigation.fpd-main-color {
    width: 50px !important;
    }
    
    .fpd-sidebar > .fpd-content {
    border-left: none;
    position: relative;
    width: 200px !important;
    }
    
    .fancy-product .fpd-container {
    margin-bottom: 40px;
    margin-right: 40px;
    float: left;
    width: 100%;
    }
    
    .fpd-product-container.fpd-border-color {
    width: 50% !important;
    }
    
    #top .single-product-main-image .onsale {
    display: none;
    }

    Cheers!
    Ismael

    #241049

    Hi fast freddy, i use the same Enfold theme and ran into the same issue. put the below code into Enfold custom css and will solve your problem and not ruin your other product pages / layouts…

    .four.units.single-product-main-image {
    overflow-x: visible;
    }

    #241684

    Hi @Briazi40!

    Thanks for the tip and I hope it helps anyone else using the same plugin :)

    Regards,
    Devin

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.