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 days 8 hours 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?
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5342) Offline
- Posted by Jose (41) Offline
Hi Andy,
The backup is ready. You can proceed with the installation and fix the template override and the "Load More" issue.
Best regards,
Jose
2 days 9 hours ago #3
by Jose
The backup is ready. You can proceed with the installation and fix the template override and the "Load More" issue.
Best regards,
Jose
Please Log in or Create an account to join the conversation.