creeser
Forum Replies Created
-
Forum: Plugins
In reply to: [JS Archive List] jQuery archives widget is not excluding selected categoriesI was having this issue. When I looked at the plugin php, I noticed the way to exclude a category is to use the parameter “excluded”, not exclude.
So rather than
[jQuery Archive List exclude=”3,4″]it should be
[jQuery Archive List excluded=”3,4″]What about the ability to lock a file? Locking it would temporarily prevent all access to a file. I can see this being a useful feature.
Rachel, mine seemed to be resolved by following the direction in your troubleshooting section. Once I deleted old term info from the database I was in good shape.
If I see any further issues, I’ll move to the other post where it is being discussed.
thank you!
Forum: Plugins
In reply to: [Image Rotator Widget] Warning: getimagesizeDoug, I don’t know what you mean by checking the php of the user. I’m the administrator of both sites. It’s a brand new install, just started this morning on my local and pushed it to godaddy. The server is running PHP version 5.7.12
Forum: Plugins
In reply to: [Image Rotator Widget] Warning: getimagesizeI have the same site running on my local, and on a live godaddy server. The plugin works on the my local, but I’m getting the same error on the godaddy server.
Forum: Plugins
In reply to: [MediaElement.js - HTML5 Video & Audio Player] Video Thumbnail?Nevermind! Found the answer. Specify poster=”path/to/image” in the shortcode. Lovely!
And my title, I mean file name of course 🙂
Forum: Plugins
In reply to: [WP RSS Multi Importer] Use category to distinguish itemsI can wait for an updated version. My site is in development for another few weeks. Thanks again! I really appreciate it.
Forum: Plugins
In reply to: [WP RSS Multi Importer] Use category to distinguish itemsI’ve already created a custom template. I just need to know where to create the variable (which file) and how to reference it in my template.
Forum: Plugins
In reply to: [WP RSS Multi Importer] Use category to distinguish itemsReally? Awesome!!! Donation coming your way 🙂
Forum: Plugins
In reply to: [WP RSS Multi Importer] Use category to distinguish itemsYes, I’m looking for a mixed solution. I told the client it may not be possible. They will live with three heading if they have to. Thanks for looking at this for me.
Forum: Plugins
In reply to: [WP RSS Multi Importer] Use category to distinguish itemsI worded my question really badly… let’s say a have three rss categories (A, B, C). As I output the rss items, I want to echo the category they are in, so I can style them differently. For instance:
$readable .= '<span class='.$items["category"].</span>But items[“category”] doesn’t work. Is there something else I can try?
Forum: Plugins
In reply to: [WP-Table Reloaded] [plugin: wp table reloaded] Details column and moreThank you Tobias! I can make that work. Best regards to you!
Forum: Plugins
In reply to: [WP-Table Reloaded] [plugin: wp table reloaded] Details column and moreHere’s what I’m thinking… my “details” data won’t change. I could put the “details” data into a hidden column in the table and show it onclick, adjusting the formatting of the particular td with css. With a little javascript, that be possible, yes?
Forum: Plugins
In reply to: [WP-Table Reloaded] [plugin: wp table reloaded] Details column and moreI have a client that really needs this functionality too. Can you give us more hints as to how you accomplished it?