k3davis
Forum Replies Created
-
Forum: Plugins
In reply to: [Google Doc Embedder] Can i use it to embed file present at local host only?No, please see item #1 on the FAQ page for a full explanation.
Forum: Plugins
In reply to: [Code Freeze] Help!!!Answered in duplicate thread.
Forum: Plugins
In reply to: [Code Freeze] Help! I can't deactivate code freezemdg,
Code Freeze does not make changes to your site. To deactivate it, just use the link in your plugin list. If that doesn’t work, manually delete the plugin folder using FTP or some other file browser. From the FAQ:
How do I return my site and dashboard to normal?
Just deactivate or delete the plugin. There are no changes made to the site or database nor any settings to worry about.
Forum: Plugins
In reply to: [Google Doc Embedder] Google doc embedder page not foundanthony,
Your post says you’re using the current version of WordPress, and conceivably the most recent version of GDE as well. If the “icon to import” you mean is the “Google” button on the visual editor toolbar, this should load a dialog like on the screenshots in the documentation (see the last screenshot here).
If you’re seeing something different, it’s not explainable, so I would suggest uninstalling GDE and trying again. If you continue to run into problems, please use the Support tab in GDE Settings so we can work on solving the problem directly in your environment.
Kevin
Forum: Plugins
In reply to: [Google Doc Embedder] Download LinkBasket,
I’m assuming the error message you’re talking about is within the viewer frame and generated by Google. I can’t control the content of those messages. However, if you’re using the “max security” profile, the link included there won’t point to a normally accessible file.
The best solution is, of course, to resolve whatever the error is…
Hope this helps.
Kevin
Forum: Plugins
In reply to: [Google Doc Embedder] Google Doc Embedder UninstallingThanks Tigran,
This is indeed an error I’ve overlooked since WP 3.5. Thanks for bringing it to my attention, and I’ll be sure to include the fix in a future patch.
Kevin
Forum: Plugins
In reply to: [Google Doc Embedder] Link to PHP page and ? and many parametrs will be cutYou may have to copy the generated code from the Google Docs Viewer directly rather than using GDE for this. Unfortunately I’m not prepared to do the apparently significant refactoring required to make this work in GDE at the present time. My apologies.
Forum: Plugins
In reply to: [Google Doc Embedder] Link to PHP page and ? and many parametrs will be cutgde_valid_link()won’t run if error checking is disabled. You could try replacing the whole body of thegde_valid_url()function withreturn true;function gde_valid_url( $url, $method = “head”, $stop = 0 ) {
return true;
}I don’t know if this will be sufficient or not. GDE clearly isn’t designed to handle links like the ones you’re using, so it may need more reverse engineering.
Forum: Plugins
In reply to: [Google Doc Embedder] Link to PHP page and ? and many parametrs will be cutdark,
The easiest solution to this is to turn off error checking given your nonstandard URLs. Uncheck “check for errors before loading viewer” in GDE Settings on the Advanced tab.
Kevin
Forum: Plugins
In reply to: [Google Doc Embedder] How to load multiple frames at the same time?Ian,
You can, but you’ll have to do some rigging as GDE doesn’t have the UI to help you with this. I would suggest steps something like this:
1) Embed the document on a test page using the max-doc-security profile (profile 2) assuming you haven’t modified it in a way that makes it not secure.
2) View that page in your browser (preview in draft mode if you like)
3) View the source of the resulting page in your browser, and search for “gde” to find the
iframetag containing your embedded document.4) Copy the value of the iframe’s
src=attribute (by default this will point to a “tinyurl” that links to the secure version of your document)5) Link your selected text elsewhere to this URL as normal.
Essentially you have to embed the document normally first so GDE generates the secure link, view the page source to retrieve that secure link, then use that link on your new page. Because it’s a direct link to the doc and not an iframe anymore, it will load full screen. If you want it to open in a new window, use basic html (set
target="_blank"on your link).Forum: Plugins
In reply to: [Google Doc Embedder] How to load multiple frames at the same time?Ian,
The viewer should be displaying the entire document. I’ve seen it glitch on some occasions when the files are very long (a large page count, not necessarily large in size). Using the “standard viewer” option if you’re not already might alleviate this. I’d have to see some examples of the problem to give you specific advice otherwise.
There is in fact no way at present to tell GDE to load only a particular page or page range of an embedded document. It is “all or nothing.”
Kevin
Forum: Plugins
In reply to: [Google Doc Embedder] GDE Error: Unable to determine file type from URLUnfortunately I can’t reproduce that problem using the same shortcode. It’s possible there is some hidden HTML in the code, which you can check for using the Text tab in the editor. Otherwise you can turn off error checking on the Advanced tab, though I can’t think of any other things that might be causing this error in your environment.
Forum: Plugins
In reply to: [Google Doc Embedder] GDE not showing in firefoxGlad you were able to solve the problem!
Forum: Plugins
In reply to: [Google Doc Embedder] GDE not showing in firefoxYou should not have to reinstall the browser but only to clear cache and Google logins (cookies) when this occurs. Of course, reinstalling the browser effectively does this too, but it’s a lot more nuclear… π
Forum: Plugins
In reply to: [Google Doc Embedder] Can not load fileAll,
I would be glad to point you in the direction of a fix for your particular issue, but you’re not providing any information necessary to do so.
The preferred way to ask for support is via the Support tab in GDE Settings, which asks for all the information necessary and lets you provide relevant examples privately. However if you want to provide a link here to demonstrate your issue, that’s fine too. Unfortunately I can’t do much else for you unless you provide more information, one way or the other.
Kevin