wholmes
Forum Replies Created
-
That’s cool thanks for looking into it. I totally missed that info on the P3 page. One less bug to squash… lol!
You’ve just received 5 stars my friend. ??Forum: Plugins
In reply to: [RBX Gallery] [Plugin: RBX Gallery] thumbnails do not displayIt occurred to me that I could add the image size 150×150 for newly created images… and that did it!
Right now the plugin assumes that you have an image size function of 150×150. So anyone wanting to use the plugin as is will need to add a 150×150 image size to their theme.
add_image_size( 'rbx', '150', '150', true );
Twenty Ten & Twenty Eleven theme have these sizes by default I think and many other themes already have it, but here’s the solution for those that do not.
Forum: Plugins
In reply to: [RBX Gallery] [Plugin: RBX Gallery] thumbnails do not displaySeems like an elegant solution, thanks for a great script. However on my setup the thumbnail images are broken (showing as missing image).
I looked into the cause and it seems that the image being requested is an image size that doesn’t exist. It’s calling this image…
<img src=”https://MY-FILE-LOCATION/010511ap_beetle_bailey_clothing_7004-150×150.jpg” style=”width: 60px; height: 60px; “>
Problem is that there was never an image size created for 150×150… All Javascript is working fine. Also the large image is showing fine it’s just the thumbnails at this point.
Forum: Plugins
In reply to: Adding 20,000 images to media library?The issue is likely related to php execution time. Something you’ll need to adjust at the server. It’s affected by processor speed and available memory. Maybe splitting into 2 batches would work for you.
Forum: Plugins
In reply to: [Mihdan: Ajax Edit Comments] WP Ajax Edit Comments is BrokenThanks @genesteinberg I was just about to respond with a link. So it’s going to be a free plugin again… well then I was wrong it’s not a conspiracy as I had thought. lol!
Forum: Networking WordPress
In reply to: need a WP_CONTENT_URL workaroundThanks that did help to segment the uri so I could build my link semi-dynamically.
src="'.network_home_url()."/wp-content/themes/".$theme['Stylesheet']."/".$theme['Screenshot'].'"
This get’s the what I need from an array so each theme shows it’s thumbnail. I’d like to eliminate the hard-coded part but this works for now.
Thanks again
Forum: Networking WordPress
In reply to: need a WP_CONTENT_URL workaroundI’m trying to add an option to select a theme at signup. it works but the code uses this line to get the theme’s thumbnail.
<img style="margin-left:40px;display:block;" width="185" height="126" alt="" src="'.WP_CONTENT_URL.$theme['Template Dir']."/".$theme['Screenshot'].'" />
outputs
But I need
https://mydomain.com/wp-content/themes/twenty-ten/screenshot.png
Thanks.
I’d like to know also what the fix for this is. Seems the constant there returns an absolute path with is not what we want.
Thanks in advance for any help.
Forum: Plugins
In reply to: [Mihdan: Ajax Edit Comments] WP Ajax Edit Comments is BrokenSeems like a sneaky way to get rid of the free version which still works! Guess I’ll edit the plugin to remove auto updates and get rid of the update nag.
Forum: Fixing WordPress
In reply to: Hiding admin bar in WordPress 3.3Lot’s of good points have been made so I won’t reiterate. But I want my voice to count so…
I agree with all who oppose this move by WP. I immediately upon updating saw that this was a big issue for me so I tried all the tricks and eventually got rid of the bar.
So much more to say, but I just don’t think anyone at Automattic is listening anyway.
BTW; adding this to the CSS get’s rid of the white space above your Ozh Menu when you are using CSS to hide the bar.
body.admin-bar #wpcontent, body.admin-bar #adminmenu { padding-top:0; }
Forum: Plugins
In reply to: [Cloudflare] Is CloudFlare plugin wp multisite compatible?Good call nickd32 I’d love to see something like this…
Oh this is more than a minor upgrade! It’s brilliant! working fine so far, I’ve already rated it 5 stars and I’ve just added an “it works”
This is actually cooler than I thought it would be. Nice work! …especially supporting custom post types.
This is the result of upgrading the plugin.
Fatal error: Uncaught exception ‘Exception’ with message ‘DateTimeZone::__construct() [datetimezone.–construct]: Unknown or bad timezone ()’ in C:\xampp\htdocs\devtesting\wp-content\plugins\images-2-posts\fwp_images_to_posts.php:108 Stack trace: #0 C:\xampp\htdocs\devtesting\wp-content\plugins\images-2-posts\fwp_images_to_posts.php(108): DateTimeZone->__construct(”) #1 [internal function]: fwp_itp_menage(”) #2 C:\xampp\htdocs\devtesting\wp-includes\plugin.php(405): call_user_func_array(‘fwp_itp_menage’, Array) #3 C:\xampp\htdocs\devtesting\wp-admin\admin.php(151): do_action(‘toplevel_page_f…’) #4 C:\xampp\htdocs\devtesting\wp-admin\options-general.php(10): require_once(‘C:\xampp\htdocs…’) #5 {main} thrown in C:\xampp\htdocs\devtesting\wp-content\plugins\images-2-posts\fwp_images_to_posts.php on line 108
I was able to get version 0.1 to work but I lost track of this thread so maybe their was no need to change. I never got 0.2 and would like to get a copy of that.
Forum: Plugins
In reply to: [SB Uploader] [Plugin: SB Uploader] You are the manI agree. Thank you Sean for great and simple plugin saving me lots of client frustration.
Forum: Plugins
In reply to: [Easy CSV Importer] Lot's of bugsAs fun as this thread has been (not) I think maybe the term “Easy” should be removed/replaced in title. It’s not because I can’t figure it out, but it just seems not to fit the intention as outlined in this thread.
Maybe the term “better” or “incredible” might be a good fit. I’m just diving into this thing and it’s huge which rarely translates to “easy” in my experience. Anyway keep up the good work. You’ve got a sale if it works as expected.
Just my two cents.