Support

Home Forums Event Espresso Premium Add more attendees button still won't function in my Mobile theme

Add more attendees button still won't function in my Mobile theme

Posted: December 10, 2013 at 5:43 pm

Viewing 1 reply thread


SocialiteVIP

December 10, 2013 at 5:43 pm

I had programmer friend take a look and he found and fixed the issue. The website functioned perfectly for about a day. Then it just stopped working again. The code must have re-injected. How can I fix this permanently. Could you please help? I need this to work without fail.

Here is Mike’s original solutions.
Mike: Your site is fixed.

I found an invalid jQuery function inside the Mobilize theme footer.php which causes the trouble for other scripts

<script>
jQuery(function(){
jQuery(‘#camera_wrap’).camera({
width:”<?php echo $swidth; ?>”,
height:”<?php echo $sheight; ?>”,
loader : “<?php echo $loader; ?>”,
navigation : <?php echo $nav; ?>,
navigationHover : <?php echo $navhov; ?>,
fx : “<?php echo $effect; ?>”,
easing : “<?php echo $easing; ?>”,
cols : <?php echo $cols; ?>,
rows : <?php echo $rows; ?>,
portrait : <?php echo $portrait; ?>,
time : <?php echo $time; ?>,
transPeriod : <?php echo $trans; ?>
});
});
</script>


Dean

December 11, 2013 at 1:04 am

Hi,

“I found an invalid jQuery function inside the Mobilize theme footer.php which causes the trouble for other scripts”

If that is the case then it is the theme that is causing the issue by having a broken script, so it will need to be fixed in the theme – I would refer to the theme developer with your friends findings so they can fix it permanently.

Viewing 1 reply thread

The support post ‘Add more attendees button still won't function in my Mobile theme’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso