If you don't see custom layers in the admin panel please follow these steps:
- On the custom product page open up inspect tool
- Choose Console
- Paste this code:
jQuery('#cpb-canvas').css('opacity', '1');
- Click Enter.
- It will re-enable the custom layer in the admin panel for that product and you can edit it.
Video Tutorial: https://screencast.com/t/sNzcish3
If the custom layers aren't showing on the frontend of your store - please do the following:
Open up customproductbuilder.css file in the Theme Editor.
Paste the following code:
#product-builder canvas { opacity: 1 !important; }
If you can't access the Custom Layers Button In the admin panel.
Use this jQuery snippet in the console:
jQuery('#layer-buttons-wrapper div div:eq(3)').click();
Comments
0 comments
Please sign in to leave a comment.