Ariajin
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Events page headerWorks perfectly, thanks Geoff ??
Forum: Themes and Templates
In reply to: [onetone] theme does not scroll downAlready 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
Forum: Themes and Templates
In reply to: [onetone] [reopen] Top Section Image JumpsHello,
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 ~
Forum: Themes and Templates
In reply to: [onetone] Top section image jumpsHello,
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 ?
Forum: Themes and Templates
In reply to: [onetone] Contanct form issueHello,
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
Forum: Themes and Templates
In reply to: [onetone] Contanct form issueHello,
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>