I cannot really say because I don’t believe the other plugin is free, so I have no way to test.
My understanding is that there is a z-index setting that is causing this issue, but without that plugin I cannot tell you what value needs to be set. I can give you some generic code to experiment with, but that will take a fair bit of trial and error.
One other thing: I am not sure if, even by changing the z-index value, you will be able to make it work. Photonic relies on a text area with an id “content” to be present on the page. Without it Photonic cannot determine where to insert the shortcode. I don’t know if the Visual Composer plugin has such an element in the screen you have displayed.
Thread Starter
denye
(@denye)
Hello , I have changed z-index in the Visual Composer css file, so now it looks great !
Thank you
Thanks. What was the original value? I can put a higher value in Photonic probably.
Thread Starter
denye
(@denye)
Hi ,
the original value in the file : js_composer_frontend_editor.min.css
was :
#TB_overlay{z-index:1055}#TB_window{z-index:1060} and I changed it to 55000
regards
Denis