79564737

Date: 2025-04-09 15:37:58
Score: 1
Natty:
Report link

It looks like you problem related to JS Check this file https://sc.apexl.io/wp-content/themes/swim-central-child/scripts/main.js?ver=1.0

    $('.card-cell-button').click(function(event) {
        event.preventDefault();

        var buttonId = $(this).attr('id');
        var infoId = 'info-' + buttonId.split('-')[1];
        var infoContent = $('#' + infoId).html();

        $('#modal-info-content').html(infoContent);
        $('#fullscreen-modal').show();
        $('body').css('overflow', 'hidden'); //prevent scrolling
    });
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Артур Димерчан