After updating from the previous version to v6.0.1 the popup functionality seems to have been gone. There is no markup generated for the popup when clicking on an anchor link.
I've found that the problem lies within the cegcore2 library: [joomla root folder]\libraries\cegcore2\admin\extensions
Once I've replaced this folder with that one of the previous version the functionality returns. Tested on Joomla v3.9.5
Please fix the issue.
I've found that the problem lies within the cegcore2 library: [joomla root folder]\libraries\cegcore2\admin\extensions
Once I've replaced this folder with that one of the previous version the functionality returns. Tested on Joomla v3.9.5
Please fix the issue.
I have just tested the popup demo form available under "Demos" and its working fine!
Best regards
Best regards
Hmmm, must be a conflict somewhere then. Have you tested with the latest Joomla version too?
In the recent past I also had to solve another conflict between Semantic UI (also used by cegcore) and Bootstrap 2.3.2. The Bootstrap tabs stopped working because Semantic UI used the same tab handler.
Strange because I don't really have many extensions installed.
In the recent past I also had to solve another conflict between Semantic UI (also used by cegcore) and Bootstrap 2.3.2. The Bootstrap tabs stopped working because Semantic UI used the same tab handler.
Strange because I don't really have many extensions installed.
Seemed to be a CSS conflict. But now I'm getting another error:
Notice: Undefined index: validation in D:\xampp_7.1.2\htdocs\website\libraries\cegcore2\admin\extensions\chronofc\helpers\field.php on line 263
Warning: array_filter() expects parameter 1 to be array, null given in D:\xampp_7.1.2\htdocs\website\libraries\cegcore2\admin\extensions\chronofc\helpers\field.php on line 263
Notice: Undefined index: validation in D:\xampp_7.1.2\htdocs\website\libraries\cegcore2\admin\extensions\chronofc\helpers\field.php on line 263
Warning: array_filter() expects parameter 1 to be array, null given in D:\xampp_7.1.2\htdocs\website\libraries\cegcore2\admin\extensions\chronofc\helpers\field.php on line 263
Thanks.
In my case the element that caused the error was of type "Hidden field". When I changed it to a "Text field" and made it hidden, the problem went away.
In my case the element that caused the error was of type "Hidden field". When I changed it to a "Text field" and made it hidden, the problem went away.
Good, and the popup is working fine now ? what was the problem ?
A CSS conflict with my own CSS styles. I saw the backdrop, but the form itself was rendered out of the viewport. The markup did get generated, I was looking at the wrong part so it's my fault. Blame it on friday afternoons.
Thank you!
Best regards
Best regards
This topic is locked and no more replies can be posted.