Hi onotz
Thank you for feedback us
You can send information login back-end via email: This email address is being protected from spambots. You need JavaScript enabled to view it.
I will check it for you soon
Thanks
I Found the problem, when i insert big size image at description, will be error: Save failed with the following error: The content exceeds allowed limits
if I just add Title, Tag, Item Link, there all is normal, i can save the module
How to remove or change limits at description field ?
Hi
I found a fixin libraries\src\Table\Module.php I changed a bit of code, to increase the character limit for
In line 127 of the php file:
if ((strlen($this->content) > 65535) || (strlen($this->params) > 65535))
I doubled the limit:
if ((strlen($this->content) > 131070) || (strlen($this->params) > 131070))
I have install JUX Content Slider and please check again
we have the same problem we didnt put any description for now but jux portfolio add a lot of pictures maybe is the problem. I have already send log in backend of the website to lucas and to the support of messenger so if you need the login information you can find them there
Thank you