spoxnr
Forum Replies Created
-
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Defer Datatables javascript parsingThere isn’t any reason to modify my theme to change the behavior of a plugin so I actually went ahead and edited the plugin’s code by commenting out the following line:
add_action('wp_enqueue_scripts', array($this, 'addFrontEndScripts'));Worked like a charm!
Cheers!Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Align Center the tableDisregard I’ve solved my problem.
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Align Center the tableI already have class set with no-datatables and no-responsive.
I looked at your documentation and I put: .igsv-table {text-align: center;}
but this doesn’t seem to hook in to the plugin output.Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Align Center the tableThe text field the gdoc code snippet is in already has CSS style for center alignment. The plugin output is breaking the CSS style. It appears to me there must be special code to interact with the plugin output, and that’s basically what I am asking about.
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Align Center the tableMy theme has its own interface for this kind of stuff but what do I need to add to align center what the plugin outputs in the stylesheet?