Could you show me what you’re trying when you try to write directly?
For the visual editor version, there could be some sort of js related error occurring from *something* that is preventing this, but I can’t confirm that at the moment.
Thread Starter
mrzpro
(@mrzpro)
Hi Michael, saying write directly I want to say that I use the shortcode [ngg_uploder id=1] it’s the same code that should be shown if I use the visual editor…..
but nothing happens
Thread Starter
mrzpro
(@mrzpro)
In the front office I see the short code…..
are you using something like
echo do_shortcode( '[ngg_uploder id=1]' );
or are you just using
[ngg_uploder id=1]
when you try to use it from the template files/directly ?
Thread Starter
mrzpro
(@mrzpro)
Hi Michael I use in my page only the shortcode [ngg_uploader id=1]
I worked always in this way
Based on your last reply, it sounds like you used it via the Post Editor, which is an important distinction, because it dictates how one needs to debug what is going on.
Have you checked the frontend to see if the form is in the view source, if you know how to do that? I’m wondering if it’s either partially there, or somehow hidden by CSS, or just not rendered at all.