Hello,
Thanks for contacting us.
It looks like it might be a conflicting bootstrap with the UI and the theme/other plugin.
I would suggest 1 of the following:
A. Try a alternative uDraw Designer Skin ( W2P:uDraw->Settings ) ( /wp-admin/admin.php?page=edit_udraw_settings&tab=designer-ui ).
There are some that are pre-built within uDraw and another one as a separate plugin.
https://www.ads-software.com/plugins/web-to-print-shop-udraw-widescreen-ui/
– OR –
B. Attempt to tweak the CSS/JS in the uDraw Settings ( /wp-admin/admin.php?page=edit_udraw_settings&tab=designer-ui )
In your specific case I would initially set the Custom CSS Hook to get rid of the black modal.
.modal-backdrop { display: none; }
Both Custom CSS/JS Hooks for uDraw can be accessed by going to following url ” /wp-admin/admin.php?page=edit_udraw_settings&tab=designer-ui ” and scroll down to the bottom. You can enter in any CSS and/or JS and this will fire only on pages that include the designer.
Hope this helps and please let us know if you have any questions or need further assistance! ??
-
This reply was modified 8 years, 5 months ago by
w2pshop. Reason: Spelling mistake