MAX Website Design
Forum Replies Created
-
And I looked into the database. It seems on the subsequent automatic posts it’d not bringing in _thumbnail_id key=>value in the wp_postmeta table. The new post is missing that row.
Yes, I’m using the latest version. The plugin just imported a new episode from that same podcast and it didn’t import the featured image again. Could it be because I have a “coming soon” mode on? It didn’t affect the initial import however while having that coming soon plugin set to ON. But any subsequent imports and it doesn’t import featured image. I don’t have a debug log.
Here’s the feed. It brought the same image in on initial import but for subsequent imports there was no image imported. https://2girlsandagame.libsyn.com/rss
Forum: Plugins
In reply to: [Podcast Importer SecondLine] Embeddable PlayerGreat, thank you!
I’m having the same problem with the Free version. No other captcha, form won’t submit – says incorrect recaptcha.
Sorry to bother you, I forgot that I added a YouTube subscribe button and it’s Google’s javascript that’s adding the images.
Forum: Reviews
In reply to: [WordPress Online Booking and Scheduling Plugin – Bookly] ALMOST awesome.Hi Ladela,
There is not an option to uncheck the “I’m Available on” block.
Is there another way to remove this?
Never mind, found out how:
hide=”categories,date,week_days,time_range”
Forum: Plugins
In reply to: [Easy Social Icons] Headers already sent/ Undefined IndexI’m not sure. I ended up restoring an older version of the plugin which fixed the problem.
Forum: Fixing WordPress
In reply to: Wp-Admin has a redirect loop after migrating to new serverFathi’s solution worked for me. Just defined the absolute path before these lines:
if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/');
in the wp-config file as Fathi suggested.