Shutez
Forum Replies Created
-
Forum: Plugins
In reply to: [Open Graph and Twitter Card Tags] Not working on 3.5.1Never mind, dug deeper and the theme didn’t have the
<?php wp_head(); ?>tag. *facepalm*I’ll update my ratings
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] breaks jQuery UI AccordionUpdate – it seems that the jQuery accordion now must be in the header (rather than footer) of your document. Any ideas why this is?
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] breaks jQuery UI Accordionit throws an error:
Uncaught TypeError: Object [object Object] has no method 'accordionShould have put that in the above post.
Forum: Plugins
In reply to: [Document Repository] Broken on 3.6thanks for everything – cross posted there. I appreciate the help. Great plugin – hope it continues to get use and support.
Forum: Plugins
In reply to: [Document Repository] Broken on 3.6Never mind I got it.
<a href="<?php the_permalink();?>"><?php the_title(); ?></a></li>Sorry – it’s been a while. I must have altered the source code before and it got overwritten. All is working as it should. I’ll change my vote. Feel free to close this.
Forum: Plugins
In reply to: [Document Repository] Broken on 3.6How do I change
<a href="document_link" title="document_title">Download</a>to
<a href="document_link">document_title</a>?Forum: Plugins
In reply to: [Document Repository] Broken on 3.6I solved by disabling the “custom taxonomies” plugin.
However, there’s a bigger problem with this version.
I’m just using a loop and calling the_content(); to get all documents of a certain type. Before, I would get the document title, the content from the editor screen and the link.
Now I just get the editor content and a “download” link.
Did something else change?
Forum: Reviews
In reply to: [Document Repository] Working now for 3.6Thanks,
I appreciate the challenge you developers have with these plugins. Any idea when you hope to release the new version of this one? What is the last working version of WP with the plugin? For now, I will most likely downgrade this particular wordpress install.
Thanks for the quick reply. I’ll update my ranking to 3/5 in anticipation of the update.
TimForum: Plugins
In reply to: [Document Repository] Media Button no longer worksActually the entire plugin is broken in the new version (3.5) of WordPress. Too bad… This was a very powerful plugin. Looks like the new media system broke it. Cannot upload documents.
Forum: Plugins
In reply to: [Redirection] [Plugin: Redirection] Plugin Does Not Appear after UploadOk – I was able to install through the wordpress admin, but installation through the /plugins folder is still not working. HOWEVER – I think I must be having a server issue that is causing this.
Now that it is installed, however, there have been zero changes to the admin screen. I cannot access any settings / menus for this plugin.
Seems completely broken.
Forum: Plugins
In reply to: [Taxonomy Images] [Plugin: Taxonomy Images] Get image on single pageI’m using that on single.php, HOWEVER, I’m getting one image for every term in my taxonomy.
Any way to make it so you just get the term that applies to the current page?