fredelig
Forum Replies Created
-
Forum: Plugins
In reply to: [Seriously Simple Podcasting] class-podmotor-handler.php issue, latest updateYep, same error here. I rolled back to the last version again, https://downloads.www.ads-software.com/plugin/seriously-simple-podcasting.1.15.zip , if anyone needs the link.
Forum: Plugins
In reply to: [Stream] "timestamp" setting was updatedThat seems do have done the trick. Thank you very much, Frankie! ??
Forum: Plugins
In reply to: [Stream] "timestamp" setting was updatedWith v2.0, I think this code doesn’t work anymore. My Stream is again filled with BackupBuddy “timestamp” and “expiration”.
Does anyone else see the same? And do someone have an updated code to filter those away from Stream?
mra13: As I wrote, that didn’t work for me. I had to disable the all in one security-plugin to be able to log back in. (via the regular /wp-admin/ url)
Then I enabled the plugin again and everything has worked since.
I had almost the same experience today. This upgrade seems to force a logout when it’s done.
After upgrading to v4.0, both my custom admin-url and the regular /wp-admin/ gave 404. (as it should)
Anyway, I solved it by logging into FTP, renaming the all in one-plugin folder, logging in via /wp-admin/ and then renaming the plugin-folder back to what it was earlier.
After that, everything seems to work as before, I can once again login via the custom admin url.
Forum: Plugins
In reply to: [Author Spotlight (Widget)] Google profileWow, that was fast. Thanks a lot! ??
Forum: Plugins
In reply to: [Author Spotlight (Widget)] Google profileNot for me, but I guess many would like Instagram…
Forum: Alpha/Beta/RC
In reply to: Post thumbnails-where do they appear?To add support for post thumbnails (and get admin-UI), add the following to your functions.php:
add_theme_support( ‘post-thumbnails’ );
You can read a lot more that and some “size-tricks” in Marks post:
https://markjaquith.wordpress.com/2009/12/23/new-in-wordpress-2-9-post-thumbnail-images/
Forum: Plugins
In reply to: [Plugin: PollDaddy Polls & Ratings] 1.7.8 Login problemv1.7.9 fixed the problem as promised! ??
The checkboxes become “unchecked” when saving here too. ??
The positions seems to save, but not enabled/disabled…Forum: Plugins
In reply to: [Plugin: DRegister] Custom Fields … DregisterYou can fix that error yourself by removing the spaces after ?> in plugins/dregister/config/globals.php ??