-
AuthorPosts
-
February 25, 2014 at 7:01 pm #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.
February 26, 2014 at 2:53 am #229346Hey 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,
IsmaelFebruary 26, 2014 at 5:35 pm #229652This reply has been marked as private.February 27, 2014 at 6:35 am #229927Hi!
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,
IsmaelFebruary 27, 2014 at 6:37 pm #230193This reply has been marked as private.February 28, 2014 at 4:23 am #230422Hi!
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!
IsmaelMarch 21, 2014 at 7:54 am #241049Hi 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;
}March 22, 2014 at 11:43 pm #241684Hi @Briazi40!
Thanks for the tip and I hope it helps anyone else using the same plugin :)
Regards,
Devin -
AuthorPosts
- You must be logged in to reply to this topic.