Hello, i have placed leave feedback button like this in veronika theme
<?php if(function_exists('show_feedback_overall')) { ?>
<div class="elem feedback"><?php echo show_feedback_overall(); ?></div>
<?php echo leave_feedback(); ?>
<?php } ?>
but its not showing in mobile so i placed the same inside <div id="seller-data" class="is767"> div
now its showing on both mobile and desktop. The problem is that now when you click on desktop leave feedback nothing happens, and on mobile it works.
if i remove from mobile div then it works again on desktop