Load More button is not working
- Posted by Jose (41) Offline
In one of my websites with Pro 2.4.0 version, using infinity theme the Load More button is not working and is showing below the button ''); '); jQuery.ajax({ type : 'GET', data : request, success: function (output) { jQuery(output).appendTo(".mfp_mid_192 > .mfp-grid"); var count = jQuery(".mfp_mid_192 .mfp_infinity_item").length; jQuery('input[name=count_192]').val(count); jQuery('#mfp_load_btn_192').text('Load More'); if(jQuery.trim(output).length == 0) { jQuery('#mfp_load_btn_192').text('End of items'); setTimeout(function() { jQuery('#mfp_load_btn_wrp_192').fadeOut(); }, 100); } }, error: function(output) { jQuery('#mfp_load_btn_192').text('Something went wrong'); setTimeout(function() { jQuery('#mfp_load_btn_192').remove(); }, 2000); }, complete :function(output) { jQuery('#mfp_load_btn_192').attr("disabled", false); } }); return false; });
However, on the other two pages, the "Load More" button works perfectly without any issues.
How do I fix this problem?
3 weeks 5 days ago #1
by Jose
However, on the other two pages, the "Load More" button works perfectly without any issues.
How do I fix this problem?
The topic has been marked as resolved.
- Posted by TemplatePlazza (5372) Offline
The topic has been marked as resolved.