k3davis
Forum Replies Created
-
Forum: Plugins
In reply to: [Google Doc Embedder] Just disappearedJohn,
I found a document under your “agenda” menu item and it is displaying fine. My guess is you just need to clear your browser cached and any Google-related cookies as this doesn’t seem to be affecting your site visitors.
Kevin
Kaps,
This is a disagreeable sort of issue because no one fix universally applies. I’ve certainly had people succeed by logging out, and sometimes immediately back in to their Google account, so while you may be experiencing it for other reasons there are times when the two seem related. Certainly the error message itself sounds to be related since how can a truly anonymous user exceed some (as far as I know unspecified) bandwidth limit?
If you’re using the enhanced viewer option, you can try switching to the standard version and see if that results in any improvements. If not, then I’m afraid you’re at the whim of Google on this. The error doesn’t come from GDE but from them. It’s infuriating though that it affects some people so heavily and others (like myself) hardly at all.
Forum: Plugins
In reply to: [Google Doc Embedder] Hostgator known issue resolvedThanks for pursuing that; since I’m not one of their customers I was never very successful in my attempts to resolve the problem. Did they give any indication of what the underlying issue was?
Forum: Plugins
In reply to: [Google Doc Embedder] Update killed the plugin.phpYou could delete the plugin if you think it’s responsible for something on your site not working. Perhaps the download hung or something else went wrong during the update process, but I’m confident that there isn’t anything in GDE itself that would affect the way your core WordPress installation functions.
Forum: Plugins
In reply to: [Google Doc Embedder] XLS excel 2003 file rotated 90º and shows to much pagesHello,
This doesn’t look like tabular data, which makes Excel an odd choice. However in answer to your question, you can try your documents out on the Google Docs Viewer service, of which GDE is a value-added wrapper. If your documents don’t work properly there, there isn’t anything GDE can do to improve the situation.
https://docs.google.com/viewer
I would suggest that even if your friend wishes to use excel, he might export from that to PDF and set his page options to portrait instead of landscape orientation, etc.
Hope this helps,
Kevin
Forum: Plugins
In reply to: [Google Doc Embedder] GDE Error: Requested URL is invalidWhat “all actions” did you try? Can you share the shortcode you’re having a problem with? Not enough info here to offer much help.
Forum: Plugins
In reply to: [Google Doc Embedder] GDE not displayingHi Rachel,
I don’t have access to that particular theme, but if you can provide a link that demonstrates the issue maybe I can tell something useful from that.
Kevin
Forum: Plugins
In reply to: [Google Doc Embedder] Undefined variable notice on upgrade to 2.5.13Good catch. You must have WP_DEBUG enabled in your config file, though, as this isn’t normally visible in production environments. I’ll address it in the next release nonetheless. Thanks for the report.
Forum: Plugins
In reply to: [Google Doc Embedder] PDF not showing upThomas,
If you have downloads enabled on the General tab in settings, you can leave off the profile tag (as you’ve done above) and you don’t need the save=”1″ piece either. If you want to have downloads turned off for most documents but only want to allow some to have download links, then you can leave the profile piece off, and set your settings to the most common situation – turning off the download link, perhaps – and use the save=”1″ to override in individual instances.
Hope this helps,
Kevin
Forum: Plugins
In reply to: [Google Doc Embedder] How active the cache?Specify nothing and the document is cached. You do not need to include that at all for the default behavior.
Forum: Plugins
In reply to: [Google Doc Embedder] PDF not showing upI received your debug information and have followed up via email.
Forum: Plugins
In reply to: [Google Doc Embedder] PDF not showing upThomas,
I understand what you’re saying. But when I look at your documents, they are private. This is NOT the delivered default setting. It is what ships with GDE as profile #2, and with this profile downloads are not possible, quite on purpose. For that reason you’ll have to follow the instructions above to reset or recreate the settings you’re looking for.
Thanks,
Kevin
Forum: Plugins
In reply to: [Google Doc Embedder] How active the cache?Hello,
There are multiple threads about this issue on the forum. In short it is generally tied to your Google account and not something that has any affect on your visitors. Try logging out of Google accounts, and if that solves the problem, it may continue to work when you log back in.
Please start a new thread in the future rather than jumping on an unrelated one. That makes support easier for everyone. Thanks!
Kevin
Forum: Plugins
In reply to: [Google Doc Embedder] PDF not showing upYou appear to be using the private documents feature with these documents. There is by definition no way to show a download link on private documents. You’re not specifying a profile in your shortcode (the secure profile is normally profile=”2″) so you may have overwritten the default profile.
Do you want the bulk of your documents to be completely private (unable to be downloaded) or just without a download link displayed? If you have your settings as you want them for the majority of your documents, I would suggest the following:
1) In GDE Settings, go to the Profiles tab and create a new profile based on the “dark” theme (if you haven’t deleted or changed it). Name it something like “enhanced-not-private” or whatever to your liking.
2) From the settings on that profile, remove the value under Custom CSS so that you don’t actually use the dark theme colors, but all other features.
3) On the profiles page, note the name or ID number of it (probably 4 if you haven’t deleted or created any others).
4) Change your shortcode to reference that specific profile on any document for which you want to provide a download, such as:
[gview file="https://dl.dropboxusercontent.com/u/12076384/EDCO%20PDFs/EDCO%20and%20HOPE.pdf" profile="4"]Note that Google dropped support of the
page=attribute, so it is no longer supported in GDE. You do not need to specifysave="1"either so long as the profile you choose is configured to allow downloads.You’re in a little bit of a confusing state here so I hope this helps. Another option is to remove and reinstall GDE to get back the profiles as they were delivered, but I would not recommend this if you made your other documents under the “maximum security” profile on purpose. If you only meant to hide the download link on the others, but did not care necessarily to use “maximum security,” then this may be a good option since you could handle both situations with one shortcode if you wanted to.
Forum: Plugins
In reply to: [Google Doc Embedder] How active the cache?Caching only relates to Google’s cache of your document and is only useful if you update a certain file frequently without changing its URL. It is on unless you turn it off.