Does anyone have the shortcodes of chronoforms v7?
When I use the button which says shortcodes cheatsheet, I get nothing at all .. nothing is loaded.
I tried different browsers, disabled firewall and all.. but nothing is showing ...
Hi
In joomla 4, for Shortcodes, there is a jquery conflict between two files:
J4 file: /media/vendor/bootstrap/js/dom.min.js?5.1.3
CF7 file: /plugins/system/chronog3_plg/chronog3/assets/editors/ace/ace.js
You can edit the J4 file like this (make a copy before):
if(typeof jQuery == 'undefined') {
All the original content
}
Nota: just for a test, you can rename dom.min.js?5.1.3 like _dom.min.js?5.1.3
Then refresh your browser with Ctrl+F5 keys
So, you can see the short codes in CF7 using the button.
In all cases, fixes are deleted at each Joomla updates...
Finally what I've do:
1) Temporary rename dom.min.js by _dom.min.js
2) Display shortcodes in CF7
3) In code source, copy html code of the Shortcodes Sheet
4) Create an article including html code
5) Create an hidden menu link toward this article, with an alias (ex:cf7-shortcodes)
6) modified this file: \administrator\components\com_chronoforms7\chronoforms\themes\default\views\connections\edit.php
lg92: 'color' => '',
lg93: 'href' => '/index.php/cf7-shortcodes',
7) rename _dom.min.js in dom.min.js
Now, when I click CF7 Shortcodes button, I have a new page displaying shortcodes.
perfect
Thanks for the info
I'll give it a go
Cheers