lvnilesh
Forum Replies Created
-
Forum: Plugins
In reply to: [If Menu - Visibility control for Menus] Need help understanding this logThe cornerstone element in X theme 5.2.0 breaks if menu.
Forum: Plugins
In reply to: [If Menu - Visibility control for Menus] Need help understanding this logThese logs I see when I add a condition to an existing menu item.
The issue I see is that the condition does not seem to persist after a save.
Forum: Plugins
In reply to: [Secure HTML5 Video Player] Embedding videos from Amazon S3 not workingWhat is the right way of using this plugin so that it generates time-out/expiring links to videos placed in S3?
[video mp4="clouds.mp4"/]
This expects the file to be available in the server.
[video mp4="https://s3-us-west-2.amazonaws.com/cloudgeniusvideos/clouds.mp4" /]
This expects the file in S3 but this does not work because I have disabled direct access to https://s3-us-west-2.amazonaws.com/cloudgeniusvideos/clouds.mp4
It needs a signed URL generated which I am assuming this plugin would generate and I can not seem to find a proper way to use this plugin securely with s3.