• Hello Fabrik Community

    Fabrik is now in the hands of the development team that brought you Fabrik for Joomla 4. We have recently transitioned the Fabrik site over to a new server and are busy trying to clean it up. We have upgraded the site to Joomla 4 and are running the latest version of Fabrik 4. We have also upgraded the Xenforo forum software to the latest version. Many of the widgets you might have been used to on the forum are no longer operational, many abandoned by the developers. We hope to bring back some of the important ones as we have time.

    Exciting times to be sure.

    The Fabrik 4.0 Official release is now available. In addition, the Fabrik codebase is now available in a public repository. See the notices about these in the announcements section

    We wish to shout out a very big Thank You to all of you who have made donations. They have really helped. But we can always use more...wink..wink..

    Also a big Thank You to those of you who have been assisting others in the forum. This takes a very big burden off of us as we work on bugs, the website and the future of Fabrik.

JS Console Fabrik's message explained ?

lcollong

FabriKant d'applications web
Hi,

Using a JoomlaBamboo template (http://www.joomlabamboo.com/joomla-templates/responsive2), our form shows up a message issued by Fabrik in the JS Console :

Code:
JQMIGRATE: Migrate is installed, version 1.4.1
recherche-formation-nationale-new:319 GET http://xxxxxxx/sys/cat/formation_france.png 404 (NOT FOUND)
recherche-formation-nationale-new:990 Uncaught TypeError: $(...).live is not a function
    at HTMLDocument.<anonymous> (recherche-formation-nationale-new:990)
    at f (subscribe-validate.js?v=1489660964:1)
    at Object.fireWith [as resolveWith] (subscribe-validate.js?v=1489660964:1)
    at Function.ready (subscribe-validate.js?v=1489660964:1)
    at HTMLDocument.xt (subscribe-validate.js?v=1489660964:1)
(anonymous) @ recherche-formation-nationale-new:990
f @ subscribe-validate.js?v=1489660964:1
fireWith @ subscribe-validate.js?v=1489660964:1
ready @ subscribe-validate.js?v=1489660964:1
xt @ subscribe-validate.js?v=1489660964:1
tipsBootStrapMock.js:2 Fabrik: cant load PopoverEx as jQuery popover not found - could be the J template has overwritten jQuery (and yes Im looking at your Warp themes!)

The framework does not use BS itself but there is an option to load either BS2 or BS3 in the template parameters. BS2 is on.

Is someone else using this framework/template ? Any idea to fix the problem ?

Thanks,

Laurent
 
The error message is a little misleading, as it should say bootstrap, not jQuery.

So basically the version of bootstrap JS your template is shipping doesn't include the popover class.

You could probably fix it by tweaking your template to include the standard version of BS2 J! ships.

Or you could try BS3, and load our BS3 overrides.

-- hugh
 
I managed to suppress this error/message which was apparently due to some other module loading its own Jquery.

I'm now facing another JS problem on the list display which has grouping on (set as starting grouped). The expand/collapse group link does not work. The console shows :

JavaScript:
JQMIGRATE: Migrate is installed, version 1.4.1
list-grouped-toggler.js:2 Uncaught TypeError: Cannot read property 'retrieve' of null
    at Object.<anonymous> (list-grouped-toggler.js:2)
    at c (mootools-core.js:124)
    at HTMLFormElement.w (mootools-core.js:128)
    at HTMLFormElement.m (mootools-core.js:119)
(anonymous) @ list-grouped-toggler.js:2
c @ mootools-core.js:124
w @ mootools-core.js:128
m @ mootools-core.js:119

It's a clean very recent Fabrik installation from the official zip with a today github update.

I tried to "play" with loading BS2/BS3 with or without layouts overrides without any success.

Does not seem to be BS related ?
 
This the correct list. There are no errors on load. You have to click on the open/close groups links to see the error. I'll change back the setup so the list will start collapsed as it should be.
 
Is this a custom template? And if so, how old is it?

It's using image files instead of icons for the grouping. As of quite some time ago, the fabrik-group-by-heading.php layout uses an an icon file with a data-role="toggle", which is what the JS is looking for.

You probably need to tweak your custom template, so it matches the way we now do it, which is to call a layout in the template default.php

Code:
                <tr class="fabrik_groupheading info">
                    <td colspan="<?php echo $this->colCount;?>">
                        <?php echo $this->layoutGroupHeading($groupedBy, $group); ?>
                    </td>
                </tr>

... which calls the layout file:

.\components\com_fabrik\layouts\list\fabrik-group-by-heading.php

-- hugh
 
Good diagnostic ! Indeed, it has been brought from another site built around 2 years ago. It works now. But I guess I should restart from the right fabrik's template to derive a new version of my custom work. Currently, there are some artefacts.

The content is correctly displaying on small screens but I spent an hour trying to make the group heading correctly dealing on these small screens with no success. I'll try again later with a fresh brain ! :)

Thanks for your help.
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top