SecondLineThemes
Forum Replies Created
-
Hi Dominik,
Thanks for using our plugin and for reaching out!
Just tested a few things with the latest version of WordPress and all seems correct on our side.Could you please try that again with all other plugins deactivated? That might be a conflict with another plugin.
I’d also recommend testing a new block on a new page just to make sure it’s all OK.
Forum: Plugins
In reply to: [Podcast Importer SecondLine] Include Season Number in ImportYou definitely can create a second plugin that’d handle that. If you looked into the code of our plugin, you’d see that it includes imports for those types of tags. You’d just have to map your own custom fields for that, I suppose, to mimic other podcast plugins.
Another option is to use the built-in hook that can be accessed after the import process, and add some custom functionality there.
I’m afraid we can’t really help with further implementation instructions but an experienced developer could surely implement that.
Forum: Plugins
In reply to: [Podcast Importer SecondLine] Include Season Number in ImportAs mentioned above and in your other thread – this is something that has to do with the way you set up your site.
Our importer plugin supports custom fields available on our own custom themes, or on popular plugins like PowerPress or Seriously Simple Podcasting. Installing either of the two plugins should do for importing this metadata.
Forum: Plugins
In reply to: [Podcast Importer SecondLine] Getting Some Meta Data as shortcodes?Hi @creativemanner,
Thanks for using our plugin!
Basically we do already import this information into custom fields when possible (depending on your theme or the plugins you’re using).However it’s outside the scope of the importer plugin to manage shortcodes – this has more to do with the themes or the other plugins you’re using, so I’m afraid you’ll have to find a different solution here.
Forum: Plugins
In reply to: [Podcast Importer SecondLine] PHP Fatal errorCould you please try to manually install and activate the “Action Scheduler” plugin?
Forum: Plugins
In reply to: [Podcast Importer SecondLine] PHP Fatal errorDeleting and re-installing the plugin should not affect your settings or data, so no worries there!
Forum: Plugins
In reply to: [Podcast Importer SecondLine] PHP Fatal errorHi there,
This looks odd. Are you using the latest version of the plugin? Which version of WP/PHP are you currently using?
Please also try to delete the plugin and re-install. If that doesn’t help – try manually installing the “Action Scheduler” plugin as well.Forum: Plugins
In reply to: [Auto YouTube Importer] Exclude YouTube shorts videoHi @vidano,
Thanks for using our plugin and for reaching out!
Unfortunately there’s no easy way to differentiate the video types in the YouTube API. We’ll try to achieve this separation in a future version, but currently it’s not really possible. (unless you import a playlist rather than a Channel, and make sure that the playlist does not have any Shorts included)Forum: Plugins
In reply to: [Podcast Subscribe Buttons] How to disable Admin Notifications?Hi @mercurydan !
Thanks for the feedback. Something is definitely not right since those should be easily dismissable.
We’ll look into it soon and release an update that should fix the issue.Forum: Plugins
In reply to: [Podcast Subscribe Buttons] Button ThemeHi @chrisglitz53,
Already answered on your other thread –
The plugin doesn’t really control the styling of the buttons – while we do provide some basic controls like background color and so on, the rest really rely on your theme. The buttons inherit your theme colors so you’d have to modify styles via custom CSS or your theme options.You may have to contact your theme developer for that.
Forum: Plugins
In reply to: [Podcast Subscribe Buttons] Button SizeHi @chrisglitz53,
The plugin doesn’t really control the styling of the buttons – while we do provide some basic controls like background color and so on, the rest really rely on your theme. The buttons inherit your theme colors so you’d have to modify styles via custom CSS or your theme options.
Hard to tell without seeing the feed itself, but you can try switching the Imported Content Tag option of the plugin. (either content:encoded or description should work).
Could be that your host doesn’t include HTML in one or the other.
Hey, sorry for the delay! Didn’t get notified for some reason.
If you’re trying to import the Libsyn audio player, you’d have to use the
/include-libsyn-metadata=trueparam on your RSS feed URL. (example:https://feed-url.com/?include-libsyn-metadata=true)
This would ensure the embed player is imported properly. (also make sure to enable the “Import Embed” option in the plugin’s settings)Forum: Plugins
In reply to: [Auto YouTube Importer] Videos from other channels are imported@mlotorocks, that definitely shouldn’t happen. Are you importing a channel ID or a playlist?
Could you please delete the scheduled import you have set up, then disable the plugin and re-activate it back in? Then lastly re-import your scheduled channel and let me know if it works as expected.
Forum: Plugins
In reply to: [Podcast Importer SecondLine] Include Season Number in ImportHi @preid,
Thanks for using our plugin and for reaching out!
We do import the season info only when using one of our premium themes. This is not a paywall or anything like that, but our themes do have a custom field that supports the season number, and we don’t import if that doesn’t exist.Unfortunately there’s no easy way around it, but you may be able to extend the plugin and add that manually.