wmmead
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP 3.2, wp_list_bookmarks, orderby=id: not workingWorked for me too! Where the heck was this documented?
Forum: Fixing WordPress
In reply to: WP 3.2, wp_list_bookmarks, orderby=id: not workingThanks esmi, however, I am only using one category and have it listed in the parameters. This is the code I am using:
<?php wp_list_bookmarks('title_li=&categorize=0&category=2&before=<p>&after=</p>&show_images=0&show_description=1&orderby=id&order=ASC&link_after=<br />'); ?>
Forum: Fixing WordPress
In reply to: WP 3.2, wp_list_bookmarks, orderby=id: not workingI am having the same problem.
I installed a fresh copy of wordpress 3.2.1 and put in a very stripped down theme and tested the orderby=id and it worked fine.
On my production site, I disabled all plugins with out getting any result. Then I did a manual install of wordpress and no result there either.
My conclusion is that there must be something about my theme that is messing it up, but I can’t imagine what. This is a very simple call to the database.
If anyone finds a solution, please let me know.
Forum: Plugins
In reply to: [Floatbox Plus] Floatbox Plus no longer works with VimeoOh ok. Thanks a bunch. All is working now. I really appreciate your efforts!
Forum: Plugins
In reply to: [Floatbox Plus] Floatbox Plus no longer works with VimeoOk, I see it was upgraded to 1.4, my bad. It is working now. Thank you!
For those of you not getting the overlay (just a page with the video), you need to also download the floatbox script from the URL in the readme. Once you download that, put the whole unzipped floatbox folder inside the plugin folder for floatbox plus and it will work.
Forum: Plugins
In reply to: [Floatbox Plus] Floatbox Plus no longer works with VimeoHi, I actually paid for this plugin. Was that stupid on my part? It kept nagging me to pay, so I did thinking it would be a cut above the free stuff.
I checked your link and it is working there. You are using an older version of wordpress on that site. 2.9.2, I think if I am getting it right. Perhaps it is a problem with newer versions of wordpress.
Would love to get to the bottom of this, as I actually like the plugin.
Forum: Plugins
In reply to: [Shadowbox JS] [Plugin: Shadowbox JS] Plugin stopped functioningDoh, I had the wrong plugin. Please ignore or delete this post altogether. Thank you!
Forum: Plugins
In reply to: [Floatbox Plus] [Plugin: Floatbox Plus] Floatbox plus stopped workingOk, I got it working again. I downloaded and reinstalled the older version, then it wanted me to download the floatbox.js file. After I did that, it worked again. Then I upgraded to the new version and it is working. I wonder if somehow the floatbox.js file got hosed. Thanks, I hope this helps if anyone else has problems.
Hi there is another post in this thread with the answer. While we wait for the developer to add the functionality to hide this stuff, we have to comment out the section of the code that displays this in the admin interface. I tried it and it is working for me.
Forum: Fixing WordPress
In reply to: Turn off content bockHmm, I didn’t get the email. Can you send again? Thanks!
Forum: Fixing WordPress
In reply to: Turn off content bockVery cool. I can post it for you if you like. Go ahead and send it to me at [email protected]
Forum: Fixing WordPress
In reply to: Turn off content bockThanks, this is exactly the direction I was thinking of going. Was just looking into how to write a plugin, which I have not done yet, in order to get an option page you suggest.
Please do post the resources you mention. That would be really helpful. Or if you have any example code, that would be great. I am pretty good (but not an expert) with PHP. This is a hurdle I definitely need to get over and have been putting off.
Let me know if you want to get in contact off forum.
-Bill
Forum: Fixing WordPress
In reply to: Display caption with the_post_thumbnailThe function AGWD101 posted works for me, but it seems to put the caption for the first post with a featured image after the title of every article that does not have a featured image.
Any idea why?
Forum: Fixing WordPress
In reply to: Next and Previous Links for Two CategoriesI have a similar problem, but my previous or next post links are not displaying at all. Can you tell me what the work around was?
Forum: Fixing WordPress
In reply to: Why all italics in post editor on the dashboard?I am noticing the same issue. It appears to be fine in Safari for the mac. Have not tried safari for windows yet, but it seems to me to be a browser related issue, or maybe related to the styling for the admin area.