antiden
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Why you left the Project? why don’t you Update the plugin?+1
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Not sending any emails after WordPress update 4.4.1Not working. WordPress update PHPMailer to 5.2.14, i think problem in this. After downgrade to WordPress 4.4 all forms and quizes works fine
hi h2cweb.net!
Thanks man =) I think need use original accordion js, simple use
$( "#accordion" ).accordion({ heightStyle: "content" });please see and good luck!
Hi h2cweb.net,
thx man! =)Hi archiecruz,
1 variant. You can create custom js file, simple “custom.js” with code$(function() { $("#accordion div").css("height","auto"); });and put file in header
<script src="js/custom.js"></script>2 variant. Put code in footer, before </body> tag, with this code
<script>$("#accordion div").css("height","auto");</script>I used the construction in custom jq file
$(function() { $("#accordion div").css("height","auto"); });
Viewing 5 replies - 1 through 5 (of 5 total)