radykal | Support Center Chooser

For which product do you need support?

Fancy Product Designer Multistep Product Configurator

Start a new topic
Answered

[Bug] Layers can not be re-arranged

Discovered another bug in FPD, fairly easy fix if the developer reads this. 

Layers cannot be re-arranged on the latest version. 

The plugin has a checkbox value 'zChangeable' that allows you to re-arrange the layers, but this option is only visible to the product builder. It should be available for all uploaded images, text, designs.

Lines 7976-7967 in the JS. FancyProductDesign.js

From: reorderHtml = element.zChangeable ? '<span class="fpd-icon-reorder"></span>' : '';

To: reorderHtml = '<span class="fpd-icon-reorder"></span>';

Just make sure you have debug turned off to fix the problem. :)



Best Answer

You can set this in the Settings > Default Element Options.


Answer

You can set this in the Settings > Default Element Options.

z-changeable is there, but the one underneath images doesn't affect the product designer. The z-changeable option for text works great though!

Login or Signup to post a comment