This is how we have developed this feature. If we listen a podcast or a playlist, we dont want it to stop playing when we navigate to another page. You think it should?
Nothing is jammed. If you start another episode it will play through the sticky player. Nothing have changed on our side.
This option here, the one you have set on every podcast episode, work only if the sticky player is not already loaded. We have develop this that way because if a visitor already listen a podcast episode, we dont want to stop its playing mp3 until he click on another player.
And I think it is good for you too. That way, we can listen a podcast episode from your site and continue navigate through other single podcast pages and read their descriptions.
But I understand if you disagree. In that case, you can disable the ajax navigation when we go to a single episode page. To do that, please go to wp-admin>theme options>custom css/js And copy this code in the custom JS field (not the custom CSS field)
As I have mentioned this is the normal behavior. This is how this is developed. The solution for you is to remove the ajax navigation when we go to a single post. Please try this JS code and tell me how it goes.
Hi
We have assigned different blog pages to different podcast episodes
so when we go to different blog pages different podcast episodes come up in the footer
today its seems the footer is getting stuck so if you go to one blog page,
the footer episode doesnt change when you go to the next blog page,
the podcast episode stays the same even though its linked in the blog to a different episode.
Hi Padraigh,
This is how we have developed this feature.
If we listen a podcast or a playlist, we dont want it to stop playing when we navigate to another page. You think it should?
Thanks,
Alexandre from the Sonaar.io Crew
Even if the blog post is linked to another episode?
Which then is jammed regardless of what page you go to
we didn’t have this problem up until now
I can grant you access to the website if it helps
thanks for your prompt reply Alexandre
Nothing is jammed. If you start another episode it will play through the sticky player.
Nothing have changed on our side.
This option here, the one you have set on every podcast episode, work only if the sticky player is not already loaded. We have develop this that way because if a visitor already listen a podcast episode, we dont want to stop its playing mp3 until he click on another player.
And I think it is good for you too. That way, we can listen a podcast episode from your site and continue navigate through other single podcast pages and read their descriptions.
But I understand if you disagree. In that case, you can disable the ajax navigation when we go to a single episode page. To do that, please go to wp-admin>theme options>custom css/js
And copy this code in the custom JS field (not the custom CSS field)
$('a[href*="thepremierviewpodcast.com/epsode/"], a[href*="thepremierviewpodcast.com/epsode/"]').addClass('no-ajax')
Thanks,
Alexandre from the Sonaar.io Crew
As I have mentioned this is the normal behavior. This is how this is developed.
The solution for you is to remove the ajax navigation when we go to a single post.
Please try this JS code and tell me how it goes.
$('.page-id-7984 .pt-cv-ifield a').addClass('no-ajax');
Thanks,
Alexandre from the Sonaar.io Crew