omejan25
Forum Replies Created
-
Aah it was a setting in my theme, for some effects on page load, it is gone…
Sorry
JanHello first of all very sorry for my late response, I thought I would receive an e-mail but apparently something s not working very sorry…
MMh no I am not aware of this is this causing any issues?
I am not intending as far as I am aware to use ajax, maybe another plugin?
JanHi Thank you very much for your replay and your help, that would be great.
The page is :
http://www.dive-internships-bali.com/new-classroom-page/
The popup is popmake-18797I really appreciate your help.
But my initial question was about the my custom functions plugin if I past the code i there:
<?php
add_action( ‘wp_footer’, ‘pum14_popup_reg_form_check’, 1000 );
function pum14_popup_reg_form_check() {
if ( isset( $_POST[‘form_id’] ) && $_POST[‘form_id’] == ‘my_form’ ) {
?>
<script type=”text/javascript”>
PUM.open(123);
</script>
<?php
}
}
It says that the code is not valid
Maybe I am missing something 🙂
Anyway thanks for your help on this
JanForum: Plugins
In reply to: [Simple Membership] New user Must Confirm Their Email AddressThanks,really helpfull
Forum: Plugins
In reply to: [Watu Quiz] Questions disapear 1 by 1 if I submit the formI use Autoptimize, excluded jquery and it worked, might be helpful for other users.
Forum: Plugins
In reply to: [Watu Quiz] Questions disapear 1 by 1 if I submit the formThanks yes you where right I optimized a bit to much……. Thanks 🙂
Forum: Plugins
In reply to: [Watu Quiz] Questions disapear 1 by 1 if I submit the formAnd how would I do that?