Hello,
I have added galaxy particles to my buddypress registration page (registration.php)by using this code:
<?php echo do_shortcode(‘[kleo_particles number="50" size="4" color="#ffffff"]‘); ?>
When I do this, the galaxy particles show up perfectly on the register page, but if the particles are there the kleo buttons don’t work, they don’t do anything.
Here is my button code:
<?php echo do_shortcode(‘[kleo_button title="Text on the button" href="tests.com" target="_self" style="default" icon="0" tooltip_position="left" tooltip_action="hover"]‘); ?>
Please note: The button still appears with the galaxy particles but it is NOT clickable if the particles are there. If I remove the galaxy particles short-code the buttons are clickable and work properly.
Please help