retrofox
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Display of Woocommerce errors after WordPress 6.7Also, this Developer advisory: Translation loading changes in WordPress 6.7 provides handy information.
Also, this Developer advisory: Translation loading changes in WordPress 6.7 provides handy information.
Forum: Plugins
In reply to: [WooCommerce] Display of Woocommerce errors after WordPress 6.7Just FYI, here there is an issue for this: https://github.com/woocommerce/woocommerce/issues/52646
Just FYI, here there is an issue for this: https://github.com/woocommerce/woocommerce/issues/52646
Hi there! Thanks for the report.
QQ: Could you share some screenshots or even a website where we can look? It will help us understand the underlying issue.Forum: Plugins
In reply to: [Jetpack VideoPress] Supports postMessageWhat’s the issue?
Try defining the targetOrigin. Also, be sure you are picking properly the c contentWindow object of the iFrame.
Try the following:
iframeE.contentWindow.postMessage( { event: 'videopress_action_play' }, { targetOrigin: '*' } );Forum: Plugins
In reply to: [Jetpack VideoPress] Supports postMessageHi, there! Yes,It does!!
We are currently in the process of creating a documentation page, but for the time being, let’s share these examples:
window.postMessage( { event: 'videopress_action_play' } )window.postMessage( {
event: 'videopress_action_pause'
} )window.postMessage( {
event: 'videopress_action_set_currenttime',
currentTime: 30 // timestamp in seconds
} )window.postMessage( {
event: 'videopress_action_set_volume',
volume: 0.4 // 40%
} )Forum: Plugins
In reply to: [Jetpack VideoPress] VideoPress Block slug nameHi, there.
The slug name is
videopress/videoI hope it helps you!
Forum: Plugins
In reply to: [Jetpack VideoPress] Add video already uploadedNever mind I think I figured it out.
Nice!
Just in case, you can do it from the VideoPress dashboard, Local videos section.
Forum: Plugins
In reply to: [Jetpack VideoPress] Player Javascript APIIdeally I would love to know what time a video was paused at. If this is available in the API then that would be great.
I’m not sure if it’s doable in the same event. It seems that
pausedoesn’t provide the timestamp. In this case, you can get the time when the video is playing listening thetimeupdateevent.Forum: Plugins
In reply to: [Jetpack VideoPress] Player Javascript APIHi, there!
VideoPress provides an API to interact with the player quite powerful. However, we haven’t published the document about it yet. Something that we do want to do in the short term.I canβt see anything with a quick search.
Sorry about that. Let me ask how and when we can publish the doc.
Forum: Plugins
In reply to: [Jetpack VideoPress] How to disable download buttonSpoiler alert: To improve video privacy, we’ll add a way to disable the sharing option available from the next release.
Props to Douglas @thehenridev
Forum: Plugins
In reply to: [Jetpack VideoPress] How to disable download buttonForum: Plugins
In reply to: [Jetpack VideoPress] Problem with Videopress blocksLet me mark it as resolved
Forum: Plugins
In reply to: [Jetpack VideoPress] How to disable download buttonLet’s mark it as resolved π