vicente94
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Maintenance] Bug preview quand plugin activéMême problème ici.
Cela semble provenir de la fonction wpm_check_active dans wp-content\plugins\wp-maintenance\classes\wp-maintenance.php
if( isset($_GET['preview']) && $_GET['preview']=='true' ) { $statusActive = 1; }
- This reply was modified 6 years, 3 months ago by vicente94.
Hello again @psykro,
Regarding the HTML5 player, is there a way to display the volume control?
Regards,
VincentHello @psykro,
Sorry for the late answer, I was on vacation during last week.
I tried the [ss_player] shortcode and it fits our requirement, thank you.
There’s only one point I have to discuss with our content manager but maybe you already have a solution: whatever the media player style we set in the parameters, the HTML5 player is always displayed when using this [ss_player] shortcode. Is there a way to change this to display the compact player?
Regards,
VincentH
You’re right, posts are enabled under the podcast post types.
We use shortcodes because neither the “above content” nor the “below content” media player position options fit our site layout: we need to have the player somewhere in the middle of the post.
Then, you’ll probably suggest me to create podcast episodes and then to use their ID in the shortcode instead of the post ID itself. In this case the feed is correctly fed. The drawback is that the feed retrieves the title and the excerpt of the podcast episode, not the ones of the post where we inserted the shortcode. So we have to do twice the same job: same title for the post and the episode, same text content for the post and the episode.These are the reasons we use the shortcode in this way.
Maybe your plugin has not been designed to be used in this way, which leads to the unexpected titles and excerpts in the feed. If it’s the case, I think it could be a great enhancement ??Regards,
VincentNote: hope I’m clear, English is not my mother tongue.
Hello,
We encounter the same issue.
To add some details : we don’t create episodes. We set the podcast in the post itself, and in the shortcode we place in the post content, we use the ID of the post as episode ID.
Regards,Vincent
- This reply was modified 6 years, 7 months ago by vicente94.