Contact Form

  • Posted in : impressivCard
  • rea1994
    Participant

    Hello,

    I used your theme for a site, and for some reason when it is uploaded to my host, and you go to the contact form and start filling out the form, if you hit tab, the page will start scrolling when you move your mouse. You can see it at. http://ronalden.com
    Thanks in advance.

    -Ron

    ahmetsali
    Keymaster

    Hi, i think you have provided wrong url, it doesn’t seem like one of our themes.

    rea1994
    Participant

    I’m sorry. That was supposed to be http://ronalden.com/eag

    Thanks.

    -Ron

    ahmetsali
    Keymaster

    Hi, we can disable keyboard navigation to prevent this, edit main.js in a text editor find line: 115, you will see something like this;

    		$('#pages').jmpress({
    			stepSelector: '.page',
    			fullscreen : false,
    			transitionDuration: duration,
    			animation       : { transitionDuration : duration / 1000 + 's' },
    			mouse: { clickSelects: false },
    

    add keyboard : { use : false }, code line. Finally it should look like;

    		$('#pages').jmpress({
    			stepSelector: '.page',
    			fullscreen : false,
    			transitionDuration: duration,
    			animation       : { transitionDuration : duration / 1000 + 's' },
    			mouse: { clickSelects: false },
    			keyboard : { use : false },
    

    And also you have missing form and fieldset tag opennings in your contact form markup.

    rea1994
    Participant

    Sorry but no luck. It happens when you type in the boxes. It still moves the page though when you move the mouse.

    ahmetsali
    Keymaster

    Hi,

    1-) it should be working, i just tested on our live preview, now keyboard navigation is disabled, check theme preview .

    2-) Mouse page move issue: firstly correct your contact form markup issue i mentioned in my previous post.

    rea1994
    Participant

    For some reason, I edit it and upload it, I’ve tried over and over again, yet the online site doesn’t show it. I am going to change my site off of cloudflare, because I run into this issue too often. I will get back to you when the changes take effect. Should be tomorrow sometime. Thanks for the help so far. I really appreciate it.

    -Ron

    rea1994
    Participant

    Actually took effect right now. It is working. Much appreciated.

    -Ron

Viewing 8 posts - 1 through 8 (of 8 total)

The forum ‘impressivCard’ is closed to new topics and replies.