Replies: 0
Hi
The plugin does not work on Iphone (tested on chrome and safari).
In the debug console of safari I have a javascript error “SyntaxError: Unexpected token ‘.'” at line 282 of the wpf-public.js file
Commenting the following condition resolve the problem but is probably not the best solution :
if( isMasonry && typeof Themify?.isoTop === 'function' ) {
Themify.isoTop( $container.find( '.products' ) );
} else if ( scroll_to_result ) {
ToScroll(scrollTo);
}
Regards