endlessloving
Forum Replies Created
-
Unfortunately it is nor possible to the scripts from this plugin without touching the plugin files.
The reason is clear when you read this here:
The dirty truth
Not all plugins use the appropriate methods for loading scripts and styles. Some developers just drop stuff right in the header. This is usually because they’re not familar with two important WordPress functions: wp_enqueue_script() and wp_enqueue_style(). If your plugin/theme author isn’t using these functions, please encourage them to do so. It allows the rest of us to work with their code using the methods WordPress provides.
Hey,
it would be awesome if you could do that! ??Have a read here to get a better understanding of the topic:
https://inspirationalpixels.com/tutorials/remove-plugin-scripts-wordpressForum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] query not working (ignored)I found it out already!!!
I missed to paste the correct url and so the part in the end was missing:https://docs.google.com/spreadsheets/d/1Lf75ZahXc …. _X7REYlIdDbs-n6CeZdQYU/pubhtml
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] query not working (ignored)Hi there,
I tried the “trick” with the full url but as soon I use it, Google can’t access the spreadsheet.
Note: I fixed this already!!!
Quote from “Google:
Sorry, the file you have requested does not exist.
Make sure that you have the correct URL and that the owner of the file hasn’t deleted it.This is the code I am using:
[gdoc key=”…” query=”select A,B,C,D” use_cache=”no” datatables_paging=”false” class=”FixedHeader” datatables_page_length=”100″]
When I only use the document id, all columns are shown.Does work (except query) when I use only the id and does not work at all when I use the full url to the document.
What am I doing wrong?