davidg1982
Forum Replies Created
-
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] jquery not defined.That actually worked. Thank you.
Forum: Plugins
In reply to: [amr ical events lists] Issue with events showing up an hour laterSO sorry to be pedantic BUT when you say the site is set for the correct timezone: Note that gmt offsets are what used to be used in wp and they do NOT do daylight saving at all – 1/2 the year the times will be out. It is 100% more accurate if your zone has daylight saving, to use the city/country choice rather.
That is a bunch of crap. Hahaha.
With your help, I was able to put in place the “tz=” to America/Chicago and it fixed itself. I find it interesting that the WP GMT Timezone doesn’t take into account of DST.
Sorry for the crazy question, but I do appreciate your help.Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Removing ButtonsThat works. Thank you.
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Removing ButtonsWhat if you don’t want to disable datatables all the way, but you want to just remove the buttons, but keep the search?
I’ve spent time trying to figure this out, but I haven’t been able to get the buttons disable. At least, the code doesn’t work. I think I might have the wrong syntax.I have tried
datatables_buttons_defaults=”false”
datatables_buttons_print=”false” (just to get one button to disappear)
datatables_buttons=”‘print'” (just to get print to show by itself)How do I translate the code from the datatables website into code for the plugin?