Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Ariajin

    (@ariajin)

    Works perfectly, thanks Geoff ??

    Already had the same issue 3-4 weeks ago, with contact form not working aswell. Had to completly remove and reinstall to solve …

    However, I didn’t get any trouble with last update so I’m not sure it’s totally related with the theme update

    Hello,

    The answer has been given last week in the specified topic, you have to modify a js file in order to change the header’s behavior

    To do this, get the jquery.smint.js file in /wp-content/themes/onetone/js through ftp (FileZilla)

    Look at the lines 105 through 128 ??

    Hope this helps ~

    Hello,

    I have the same problem but i still have an issue :

    How did you manage to remove that JS in particular ?

    I’m looking through the back-office’s file editor (header.php and header-site.php) but i can’t find the part I have to remove in order to fix the jumping header section …

    Can anyone help me please ?

    Hello,

    thanks for your reply. I tried to follow the instructions mentionned in the other thread ut it didn’t solve anything.

    I tried to remove and reinstall the theme and … it all works perfectly now (don’t ask me why D:)

    Anyway, my problem is solved

    Hello,

    I have a similar issue : i can’t make the form send an email to the specified address (i’m only a beginner)

    Can someone help us ?

    here is the section code :

    <p class="contact-text" >[blablabla]</p>
    			<div class="contact-area">
    			  <form class="contact-form" method="post" action="">
    			   <input type="text" name="name" id="name" value="" placeholder="Name" size="22" tabindex="1" aria-required="true">
    			   <input type="text" name="email" id="email" value="" placeholder="Email" size="22" tabindex="2" aria-required="true">
    			   <textarea name="message" id="message" cols="39" rows="7" tabindex="4" placeholder="Message"></textarea>
    			   <p class="noticefailed"></p>
    			   <input type="hidden" name="sendto" id="sendto" value="[email protected]">
    			   <input type="button" name="submit" id="submit" value="Post">
    			  </form>
    			 </div>
Viewing 6 replies - 1 through 6 (of 6 total)