• Resolved carmelosena

    (@carmelosena)


    Hi, I would like to know if there is a way to remove the podcast:locked tag line from the feed. Since my podcast provider does not allow to import if this tag appears in the feed.

    Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Serhiy Zakharchenko

    (@zahardoc)

    Hi @carmelosena!

    Thank you for the question. I’ll make a change to not show the podcast:locked tag at all if it’s off in our future releases.

    Meanwhile, please try to put this code snippet in your functions.php file:

    add_filter( 'ssp_feed_data', function ( $data ) {
    	if ( isset( $data['locked'] ) && 'no' === $data['locked'] ) {
    		$data['locked'] = false;
    	}
    
    	return $data;
    } );

    Best regards,

    Sergiy, development team.

    Thread Starter carmelosena

    (@carmelosena)

    Hello,

    Thank you very much for your reply.

    But unfortunately, I have put it in the functions.php of the parent theme and the Genesis child theme I use and the tag does not disappear. It is still there.

    The feed is this: https://carmelosena.com/feed/podcast/mundosuzuki/

    In case you could help me.

    I don’t know if there is anything else I can do.

    Thank you very much though!

    Plugin Author Serhiy Zakharchenko

    (@zahardoc)

    @carmelosena

    I just checked your feed, and I don’t see the podcast:locked there anymore.

    I guess it was just a cache issue. Does it work for you now?

    Thread Starter carmelosena

    (@carmelosena)

    Hi @zahardoc thank you very much.
    
    But it still appears... and that's why they don't accept it in Spreaker, it doesn't depend on my cache.
    
    I'm going to copy the part of the code where it appears:

    </image>
    <itunes:category text=”Kids & Family”>
    <itunes:category text=”Education for Kids”></itunes:category>
    </itunes:category>
    <podcast:locked owner=”[email protected]”>no</podcast:locked>
    <podcast:guid>8faf2637-9985-55cf-8263-98887a144729</podcast:guid>`

    I'd send you a screenshot but I can't.
    
    Again, thanks a lot for the help @zahardoc 
    
    Best regards
    Plugin Author Serhiy Zakharchenko

    (@zahardoc)

    @carmelosena

    Sorry, but I still don’t see any podcast:locked tag there.
    Here is my screenshot – https://i.imgur.com/OYocxiF.png

    Could it be a cache issue? Could you try to change something in your podcast description ( for example, add an exclamation mark ), and make sure that you can see that change in your feed?

    Best regards,
    Sergiy

    Thread Starter carmelosena

    (@carmelosena)

    THANK YOU!!! THANK YOU SO MUCH!!!

    I think it was a cache error. But as Spreaker didn’t accept it, I thought it was still there. But it has been removed.

    Thank you very much @zahardoc and sorry for the inconvenience. You have helped me a lot. Now let’s see what the Spreaker people tell me. Because they still won’t accept the feed…

    THANK YOU SO MUCH!!

    Plugin Author Serhiy Zakharchenko

    (@zahardoc)

    Hey @carmelosena!

    I am glad you managed to fix this issue!
    Please let me know if you have any additional questions.

    And if you like our plugin don’t forget to leave a review when you’re ready to do it ??

    Best regards,
    Sergiy.

    Thread Starter carmelosena

    (@carmelosena)

    Don’t doubt it, I will do a good review! Of course you will. Thank you very much indeed.

    Plugin Author Serhiy Zakharchenko

    (@zahardoc)

    Thank you too @carmelosena!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Tag Podcast:Locked’ is closed to new replies.