Insurteched
Forum Replies Created
-
Forum: Plugins
In reply to: [3D Viewer - 3D Model Viewer Plugin] How to autoplay 3d modelHi,
I did email the links and attachments to you. The robot 3d model is here: https://sketchfab.com/3d-models/robot-93c9ff1cac014cc382e8666c873cdd70
Thanks
Forum: Plugins
In reply to: [3D Viewer - 3D Model Viewer Plugin] How to autoplay 3d modelHi, I have pro version, Lite Viewer enabled and autoplay activated, but I cannot see the model -I get a white screen and lots of js errors in console.
However, if I use the Advanced viewer, I can see the model, but it does not autoplay.
What settings do I need to get this to work?
Thanks
Forum: Plugins
In reply to: [Ultimate Addons for Contact Form 7] Multiple signaturesAs requested, I have opened a ticket on your portal.
kr
Forum: Plugins
In reply to: [Ultimate Addons for Contact Form 7] Multiple signaturesHi Ashik,
I have a project on hold for the this – just for info, do you have an approximate release date for the update?
Thanks
Forum: Requests and Feedback
In reply to: Cron error for hook wo_license_cronOk – thanks George – will do!
Yes that is it – thanks
OK. well thank you anyway for the help, very kind of you.
I will get back to you if I find the solution or conflict.Ok, thank you. Would I be able to see you testing page? I would like top understand the load order of the scripts.
ThanksHi, I get the same result. The Javascript is attached until the slide changes. Once the slide has changed. the Javascript click events are lost.
It is a simple HTML form with Javascript events attached.
I think this problem occurs even with a simple html element. To test, I created on the first slide, a div: <div id=”abc”>test</div> (you can see the word “test”).With the first loading of the slide, the onclick event gets attached to the div id=”abc”. But once the slideshow goes to another slide, and back to this slide, the onlick event is lost.
Hi,
I tried FlexSlider and R.slides, but the input fields were stripped out and did not renderHi @mohammedeisa, actually I just noticed that this is still an issue. Following your solution above, the click events get assigned, but one the slideshow has done a full cycle of slides, the Javascript click events are no longer assigned the the input fields and buttons.
Do you have any idea why this is and what we can do about it?
ThanksThank you @mohammedeisa – I can confirm that works!
Nice job ??I agree that the issue is loading order – we already tried jQuery(document).ready(function(){ and also window.onload but it doesn’t work.
How can I get a handle on the slider javascript code in the functions.php. This way I can enqueue the slider javascript.
Hi @mohammedeis, thankyou for the reply. This was a minor issue with variable declaration that is fixed. We also have added the form an ID.
The problem remains that the form within the slideshow is not getting any Javascript events attached.
Is it something to do with the parsing of the HTML. I notice in the page source code, rather than show:
<form id=”contact1″
we get:
<form id="contact1"