Stefano Ricci

Results 12 comments of Stefano Ricci

i tried to implement Modal but just got it on customPosts... is anybody interested to help ? My ionic/angular skills are basic

at least a 'click to enlarge' on mages to open modal ?

Hi, this is what i get on customPosts... click to view image fullscreen modal. Will try to implement a swipe carousel too, same way My angular / ionic experience are...

Hi, this is what i get on customPosts... click to view image fullscreen modal. Will try to implement a swipe carousel too, same way My angular / ionic experience are...

Agree with @mpetroff but when you use a json file e.g. https://cdn.pannellum.org/2.5/pannellum.htm#config=https://pannellum.org/configs/tour.json then it is not possible to specify the function by name as the parser recognize it's a string....

Hi, @mpetroff what do you think to solve that problem like this: replace if(a.createTooltipFunc)a.createTooltipFunc(f,a.createTooltipArgs); with if(a.createTooltipFunc){if(typeof a.createTooltipFunc == 'string')window\[a.createTooltipFunc\](f,a.createTooltipArgs)}else{a.createTooltipFunc(f,a.createTooltipArgs)}; Same concept for a.clickHandlerFunc ... I hacked the scripts (pannellum.js and...

Hi, as you said the function reference is not an option when .json config is used in standalone version. In the same pannellum.htm I included the definition of such function...

+1 also found this issue. Solved modifying _validateCaptcha() in eicaptcha.php file, adding a test if message fields is just a valid email as first lines of the function. ... >...

> Thanks @SharmPRO for the return. Is the issue related with an ajax form or a basic one ? > > Regards, contact form from warehouse theme. Do not uses...