on our page https://www.omnicon.de/ the visual portfolio is not always 100% width. I want to reinit/resize the visual portfolio, when Window is fully loaded or do something else after visual portfolio is finished intializing.
But the jQuery event mentioned in the documentation:
$(document).on('init.vpf', function (event, vpObject) {
if ( 'vpf' !== event.namespace ) {
return;
}
console.log(event, vpObject);
});
is not fired at all and when I resize manually or in JS it does not resize itself as well.
So, how can I achieve to let visual portfolio reinit after the document is loaded or let visual portfolio reinit with a certein method.
We are using
WP Bakery (6.6.0.) with Engage Theme (3.4.7.) and Visual Portfolio Free (2.17.1) on Wordpresss 6.0.0.
Hi NK Crew,
on our page https://www.omnicon.de/ the visual portfolio is not always 100% width. I want to reinit/resize the visual portfolio, when Window is fully loaded or do something else after visual portfolio is finished intializing.
But the jQuery event mentioned in the documentation:
$(document).on('init.vpf', function (event, vpObject) { if ( 'vpf' !== event.namespace ) { return; }
});
is not fired at all and when I resize manually or in JS it does not resize itself as well.
So, how can I achieve to let visual portfolio reinit after the document is loaded or let visual portfolio reinit with a certein method.
We are using
WP Bakery (6.6.0.) with Engage Theme (3.4.7.) and Visual Portfolio Free (2.17.1) on Wordpresss 6.0.0.
Kind regards,