pixelnated
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: XML RPC SSL IssuesThanks Izaac! Simple and effective solution!
Cheers
Forum: Plugins
In reply to: [Automatic Featured Images from Videos] Multiple imagesI’ve been noticing the same. Any edits on a page results in additional copies of the featured image.
The easy fix would be to have it check for an existing featured image before executing and only replacing at that point. Also allows an easy override if you have an post that includes a video but would prefer to set the image for that one.Forum: Plugins
In reply to: [bbPress New Topics] "New" does not go away after viewthanks @laga! That did the trick
Forum: Plugins
In reply to: [Meetup Widgets] Group IDHi roguewave23 – just going through it myself
you can find it here http://www.meetup.com/meetup_api/console/?path=/groups
plug in the group url and it will give you the id below
Forum: Plugins
In reply to: [Redirection] Error since 3.5 upgradesame here.
Forum: Plugins
In reply to: [Acunetix Secure WordPress] DONT USE THIS UPDATE!Good advice! The inc folder was not included in the package
if it is too late and you have updated and found your site down you can check here for a temp fix to get you back up and running http://wordpress.org/support/topic/fatal-error-when-update?replies=8Forum: Plugins
In reply to: [Acunetix Secure WordPress] Fatal Error when Updatesorry, I should mention the file I was editing is secure-wordpress.php
Forum: Plugins
In reply to: [Acunetix Secure WordPress] Fatal Error when Updatethe inc folder is missing so all require references will break it.
what I did temp fix to get my site back up
I commented out all the require references
eg : require_once ‘inc/json.php’all of them (the inc/ folder was not included in the package)
also comment out this line
$swwsd = new swWSD();once the site was back up, disabled the plugin until it gets updated.
hope this helps
thanks djeyewater & mdbitz
did you look here -> http://yoast.com/wordpress/breadcrumbs/ as listed in the readme.txt file?
Forum: Fixing WordPress
In reply to: Can't disable comments / pingbacks on pages in 3.1?Thank you Ipstenu!!! You have made my day
Forum: Fixing WordPress
In reply to: Can't disable comments / pingbacks on pages in 3.1?Thanks for checking @bbrewer!
This is starting to look & feel like a bug. 🙁Forum: Fixing WordPress
In reply to: Can't disable comments / pingbacks on pages in 3.1?just upgraded a local copy and confirmed that those options do vanish from the page edit screen upon upgrade to 3.1.
I can only assume it is either in a new location I can’t find yet (help) or a bug (again help)
Thanks!