vennstone
Forum Replies Created
-
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] Duration no longer being shownCame across this while publishing this afternoon. It correctly autodetects the timestamps, but they do not show in the player. Even if you set them to manual.
Feed https://linuxgamecast.com/feed/lgcweeklyaudio/
- This reply was modified 5 months, 2 weeks ago by vennstone.
Resolved after clearing cloudflare cache.
Seeing the same thing under my sites search box and contact form.
The solution on my end was disabling the Hummingbird Asset Optimization module. That allowed the migration block to appear.
I swapped out
‘showMigrationNotice’ => true === boolval( get_option( ‘cwppos_options_migration’, false ) ) ? false : true,`
with:
'showMigrationNotice' => true,
`And the Migrate to block option did not appear.
Adding
update_option( 'cwppos_options_migration', true );
did not enable it either.I’ve run into this issue when trying this on our site. Even tried adding
update_option( 'cwppos_options_migration', true );
but the option never appears.This is on WP 5.4.6 running On Demand theme.
Any help would be appreciated.
“We released an update (v7.0.2.0) last night based on all the feedback that –
Amongst a slew of updates/fixes, highlights:
Now access Share Button and Related Content settings without needing an account
For Facebook, sharers are now taken directly to Facebook per feedback; Twitter works as it has been for the past 2 years.”
I’m confused here. It fixed the bullet problem on the site but still asking users to login to shareaholic ?_?
Sticking /w the 6.X version until we find a replacement.
Installed this morning and noped out after the update insisted on placing bullet points next to each service. Then I learn about this multi sharing nonsense. That’s never going to fly with our visitors. I’ll stick with 6.1.3.8 in hopes things change. If not, no biggie. Not exactly starving for WP social bookmarking plugins.