Tagged: x
-
AuthorPosts
-
April 1, 2016 at 6:55 pm #863263
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
ChristinaApril 2, 2016 at 7:30 am #863719Hi Christina,
Would you mind providing us with your website URL so we can take a closer look?
Thank you.
April 3, 2016 at 6:51 am #864595This reply has been marked as private.April 3, 2016 at 8:36 pm #865197Hello 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.
April 4, 2016 at 7:15 am #865813This reply has been marked as private.April 4, 2016 at 6:42 pm #866772Hi 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.
-
AuthorPosts