Shortcode Parameters – Errors
-
2 of the Shortcode Parameters throw errors when used:
paging="false" b_length_change="false"For example,
paging="false"throws this error in the browser console:Uncaught TypeError: Cannot read property 'options' of undefined at HTMLDocument.<anonymous> ((index):611) at i (jquery.js?ver=1.12.4:2) at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2) at Function.ready (jquery.js?ver=1.12.4:2) at HTMLDocument.K (jquery.js?ver=1.12.4:2)Is there a way to use those 2 parameters without errors?
For example:
do_shortcode('[wp_jdt id="my_table" info="false" order_row_number="2" ordering="false" searching="false" paging="false" b_length_change="false" ]');
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Shortcode Parameters – Errors’ is closed to new replies.