Hi Guys,
I am trying to implement the plugin on a page with kind of Single Page architecture. Meaning: when user is landing all content is loaded from the server divided into items. All items except the first one are set to: display: none;
There is a navigation button in the end of the page. Once user click on it, his current item gets display: none;
and next item display: block;
. In this situation only the first item gets working Before After Widget. Maybe you can suggest some work around: eg manually call the JS function which displaying the item.
Steps to reproduce:
Load plugin in parent with display none property. And then try to show this parent with jQuery show() function.
Thank you in advance,
German