• Resolved carot2016

    (@carot2016)


    Hello, we just update to 2.7.29 version and the code that was in Custom Javascript (Post) was updated.

    from

    $(‘.fbx-instance’).on(‘foobox.alterCaption’, function(e) {
    var $element = $(e.fb.item.element);

    to

    $(‘.fbx-instance’).on(‘foobox.alterCaption’, e) {
    var $element = $(e.fb.item.element);

    This result in No configuration for FooBox found. in developper console and foobox is not working.

Viewing 1 replies (of 1 total)
  • Plugin Support elviiso

    (@elviiso)

    Hi @carot2016

    This is an issue we are aware of and will be releasing an update that contains a fix to resolve this very soon. Your patience during this period as we run some final tests is highly appreciated.

    Kind regards,
    Elvis.

Viewing 1 replies (of 1 total)
  • The topic ‘Custom Javascript (Post) – code change since 2.7.29’ is closed to new replies.