Thread Starter
Rami
(@ramirocastro)
I guess there’s some condition in the code to show the button in wp-admin and not outside that. I tried to check the is_admin in index.php, but I’m not really sure what to change.
Maybe I’m lucky and there’s a condition I can change or remove to allow the button show outside wp-admin.
I don’t use those plugins, but try changing the “Button Location” setting to “Media Button Row” as this has less conditioning on it.
Thread Starter
Rami
(@ramirocastro)
Hello Stuart,
maybe my question could be, is there any place in the code that makes the button appear in wp-admin but not outside of it?
Hi,
The reason I suggested trying the “media button” version is because the tinymce version is added via:
add_action( 'admin_head', 'at_zurlpreview_add_tinymce' );
So is likely admin only. The media button is a different mechanism. So, if it works for you in media button mode, it is likely this ‘admin_head’ action that is preventing the tinymce version working in your situation.
Thread Starter
Rami
(@ramirocastro)
awesome, thanks again. I’ll try that.
Thread Starter
Rami
(@ramirocastro)
Thanks Stuart,
that didn’t solve the problem. I will try to find the solution and I will post it here if I find it.
That’s strange, other ticket(s) suggested that it was appearing in all editor instances with “media button no limits” setting.
I’ll try and find a plugin with front-end forms that I can safely add to my site to test this.
Hello,
it seems that I have similary problem.
in front end I can’t see z-url button, but it works nice in backend.
media button don’t work neither (make display bug for me).
I really need your plugin π π please
if it help :
wordpress 4.5.1
tinymce advanced