Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #863263

    Christina r
    Participant

    HI

    I cannot get the Grid to display all my videos? Also the pagination option is grayed out. How do I get support since it is built in?

    http://screencast.com/t/fBXUm3c0SDa

    Latest WP and Theme X integrity light
    Christina

    #863719

    Thai
    Moderator

    Hi Christina,

    Would you mind providing us with your website URL so we can take a closer look?

    Thank you.

    #864595

    Christina r
    Participant
    This reply has been marked as private.
    #865197

    Rue Nel
    Moderator

    Hello Christina,

    I’ve investigated the issue and I found out that there is a JS on the page. I want you to update your code and use this instead:

    (function($){
    	$(document).ready(function(){
    
    		/* for edit lesson*/
    		$("#cdp_edit").click(function(e) {
    			if(jQuery('.lesson_ddl').val() == ''){
    			  	alert('Please Select Student from dropdown.');
    				return false;		
    			}else{
    			  window.location = 'http://moreparsmorefun.com/couch-corner/?coach=detail&editlesson=ZWRpdGxlc3Nvbg==&lesson=&start=';
    			}
    		});
    
    		/* for new lesson*/
    		$("#cdp_new").click(function(e) {
    			window.location = 'http://moreparsmorefun.com/couch-corner/?coach=detail&newlesson=bmV3bGVzc29u&lesson=';  
    		});
    
    		/* for sending message*/ 
    
    		/* for sending message post notice*/ 
    
    		$('.fancybox-close').click(function(e) {
    			window.location = 'http://moreparsmorefun.com/couch-corner/?coach=detail&lesson=';
    		});
    	});
    
    })(jQuery);

    You need to update the code because I am guessing that the JS error is causing an issue with the grid.
    Once you have updated it, please test your site again and let me know how it goes.

    Regards.

    #865813

    Christina r
    Participant
    This reply has been marked as private.
    #866772

    Nico
    Moderator

    Hi There,

    Would you mind sharing us your admin credentials and FTP so we could check your setup closer.

    Don’t forget to set it as private reply.

    Thanks.