Problems, need help? Have a tip or advice? Post it here.
7 posts Page 1 of 1
Hi all,
I've been using couch for a few years for some projects and I'm very satisfied with it.
For the first time I'm trying to use On Page editing in pop up and I've a problem: on my smartphone (samsung andorid) is impossible to use it, because is too large. There is a way to make it responsive?
Thanks a lot and sorry for my bad english.
Can someone help me?
Thanks
Danno wrote: Can someone help me?
Thanks

CouchCMS apparently uses tinybox.js for the popup which is half a decade old (or even older). Perhaps if you or someone could replace it with a lightbox or a similar modern JS solution for an iframe inside a responsive popup..

I can see that addon 'inline' fires the popup via this string (inline.php#102)
Code: Select all
$onclick = "TINY.box.show({iframe:'".$url."',animate:false,width:795,height:535,boxid:'k_inline',modal:1});";


This call need be replaced with the new one. Also take care of css and new assets. Doesn't seem a heavy coding here :)
Thank you so much for your suggestion. I will try it.
Danno wrote: Thank you so much for your suggestion. I will try it.

If you make it work, post files here. I did not have time to work on the full solution yet.
I tried, without success. It's too hard for me.
Thanks for your help
Danno wrote: I tried, without success. It's too hard for me.
Thanks for your help

Please don't lose heart. Maybe someone from the Couch Team (most probably @cheesypoof) takes on the issue. :)
7 posts Page 1 of 1
cron