Pat Hawks
Forum Replies Created
-
Forum: Plugins
In reply to: [Embed PDF] Dirty Suds Embed PDFI hate to say this, but it works fine for me.
Just pulled it up inChrome 13.0.782.107Do you have any plugins/extenstions/etc. installed in Chrome that could be blocking this?
Forum: Plugins
In reply to: [Embed PDF] Dirty Suds Embed PDFllisa: Can you give me a bit more information, or a link?
What specifically isn’t working in Chrome?
Does it just look wonky, or is nothing coming up at all?Forum: Plugins
In reply to: [Category Thumbnail] [Plugin: Category Thumbnail] Image sizeSorry for my delayed response.
You can use the size attribute to select any named size in WordPress. No PHP editing necessary :p
http://codex.ww.wp.xz.cn/Post_Thumbnails#Thumbnail_Sizes[catthumb id="1" link="true" size="thumbnail"]Forum: Plugins
In reply to: [Embed PDF] Dirty Suds Embed PDFCould you please send me the details of your problem?
I can’t fix anything if I don’t know what’s broken 😛Forum: Plugins
In reply to: [Embed PDF] Dirty Suds Embed PDFWhat problem are you experiencing?
Can you provide a bit more information? How can I reproduce this error?Forum: Plugins
In reply to: [Embed PDF] [Plugin: Embed PDF] How to code style in embed pdf pluginSorry this isn’t documented better.
To override the default set by WordPress, include a width attribute.
[embed width="500"]http://example.com/path-to-file.pdf[/embed]No. In the current version, it will only show the first 4 items from a feed. There is no way to change this behavior, but a great idea for a future version.
Ok…
You’re posting the URL on it’s own line, with no formatting or anything, right?Can you post the exact URL? It sounds like WordPress is having an issue detecting that it is a YouTube URL.
In the admin interface, make sure you have the following option enabled (a little check in the box).
Settings -> Media -> “When possible, embed the media content from a URL directly onto the page. For example: links to Flickr and YouTube.”
Forum: Plugins
In reply to: [Better YouTube Embeds] [Plugin: Embed YouTube] Doesn't workUzicoppa Thank you so much for finding this.
I am posting an updated version with your fix, giving you credit of course.Forum: Plugins
In reply to: [Embed PDF] [Plugin: Embed PDF] Doesn't work for meyudi_set Please see above. In order for the URL to be auto-detected, it must end with .pdf
Forum: Plugins
In reply to: [Better YouTube Embeds] [Plugin: Embed YouTube] Doesn't workisisjade Please disable all plugins, then reactivate only this plugin
If that works, reactivate the other plugins one by one until you’ve found the one that is causing the conflictHere’s how you can make this work in PHP
dirtysuds_category_thumb( array( 'id' => 7 ) );Where 7 is the numerical id of the category you’d like an image of.
If you’d like the image to link to the archive page for that category, you can add the link = true attribute, like:dirtysuds_category_thumb( array( 'id' => 7 , 'link' => 'true' ) );This is an issue with the TinyMCE editor, and has ben resolved in version 1.03
http://ww.wp.xz.cn/extend/plugins/dirty-suds-export-to-indesign/
What browser are you using?
It should indent the first line of each paragraph.