Courtney Huber

Forum Replies Created

Viewing 25 posts - 301 through 325 (of 355 total)
Sep 13, 2022 at 9:03 pm
#177922
Participant
Courtney Huber
OP

Here’s a video of what is happening: https://soapbox.wistia.com/videos/YUuUQUFoao

Sep 8, 2022 at 4:08 pm
#177705
Participant
Courtney Huber
OP

Can you just help me understand what the key is for the package description? It is not listed in in the function reference package data keys.

get_package_data

Sep 7, 2022 at 8:46 pm
#177655
Participant
Courtney Huber
OP

Thanks!

Sep 6, 2022 at 7:52 pm
#177605
Participant
Courtney Huber
OP

Wonderful. Thank you, Shahjada. Do you have any idea when that update might occur?

Sep 2, 2022 at 2:17 pm
#177465
Participant
Courtney Huber
OP

THAT WORKED…THANK YOU! Is there any way to allow that tag to work for Wistia videos as well?

Aug 30, 2022 at 2:12 pm
#177354
Participant
Courtney Huber
OP

So there is no way to write a function to target other parts of a package that should be hidden based on package permissions? I saw this in another thread and didn’t know if there’s a way to modify it to target the body/description rather than the video player?

add_filter("wpdm_video_player_html", function ($player, $packageID, $file, $width){
    if(!WPDM()->package->userCanDownload($packageID)) $player = \WPDM\__\Messages::permission_denied($packageID);
    return $player;
}, 10, 4);
Aug 29, 2022 at 5:50 pm
#177301
Participant
Courtney Huber
OP

As mentioned previously, I do not want to upload videos. I need a solution that allows me to use EMBEDS (not video URL). I’m hoping I can write a function that can look to my package’s user permissions to toggle on and off that div so that I can use what I’ve already created within Pods since there is no embed solution at this time that works with user access.

Aug 29, 2022 at 4:40 pm
#177294
Participant
Courtney Huber
OP

Is there an easy way to just modify this function to toggle my Pods additional field rather than the WPDM video player? I’m not a developer, so I’m not sure how to modify this to accommodate, but I feel like it should be possible to just write something that says “hide this div if the user doesn’t have permission to view this package.” That is what you have built as defaults within the plugin already, I just need to modify it to turn off a different thing than the preset.

add_filter("wpdm_video_player_html", function ($player, $packageID, $file, $width){
    if(!WPDM()->package->userCanDownload($packageID)) $player = \WPDM\__\Messages::permission_denied($packageID);
    return $player;
}, 10, 4);
Aug 23, 2022 at 2:47 pm
#177111
Participant
Courtney Huber
OP

Any news from your team authority? Trying to figure out if there is a solution already in existence that can meet this need or if this is going to end up being something developed and released in a future update.

Aug 19, 2022 at 7:58 pm
#176970
Participant
Courtney Huber
OP

Our videos must remain private on Vimeo where they are hosted, so the Youtube player won’t work. Really need an option to embed in which the player hides based on access level…just like audio files.

Aug 18, 2022 at 3:43 pm
#176921
Participant
Courtney Huber
OP

The modal also doesn’t seem to listen completely to the access level. I get the “you need permission to access” message, but it replaces the text on the button in the test you provided to me and the button still works. So even though it says I can’t access, if I click the button, the video still pops up.

Aug 18, 2022 at 3:20 pm
#176917
Participant
Courtney Huber
OP

Any update on multiple PPT files?

Aug 18, 2022 at 3:15 pm
#176915
Participant
Courtney Huber
OP

That is fine with the exception of I would like that video preview to display directly on the page, not hidden behind a button. Is there a way for that player to live right there in the page like my provided example, but not be visible to those who don’t have access to the package? I am looking for a solution that functions exactly like any other PDF, Doc, etc. resource preview, but for an embedded video.

Basically I need exactly this https://resources.advisorsexcel.com/resource/transformation-taxes-david-callanan-opening-session/ where the video player is there and hides for users who don’t have access, but with an embed not an uploaded MP4.

Aug 17, 2022 at 10:16 pm
#176878
Participant
Courtney Huber
OP
This reply has been marked as private.
Aug 16, 2022 at 9:18 pm
#176789
Participant
Courtney Huber
OP

Thank you. I am now seeing Word Docs, individual Powerpoints and audio files properly. However, multiple PPTs in a package still do not display and never have. Is this something that can be fixed?

Example: https://resources.advisorsexcel.com/resource/legacy-optimizer-seminar-slides-dl-io-aefs/

Aug 16, 2022 at 5:20 pm
#176781
Participant
Courtney Huber
OP

I was able to listen to audio files and preview Word Doc & PPT files previously. Multiple PPTs in a package have never worked. As you mentioned, those still don’t seem to work. Something has changed that is preventing previews for all 4 of the examples previously provided. I’ve tried deactivating all other plugins to see if there is a conflict, but no change.

Aug 16, 2022 at 2:54 pm
#176765
Participant
Courtney Huber
OP

No…I purchased the PDF Viewer plugin and that is what I am using including the supplied shortcodes from the plugin page: https://www.wpdownloadmanager.com/download/wordpress-pdf-viewer/. No extra plugins or external code.

This all worked (with the exception of multiple PPT files) previous to the Version 3.0.0 update to the PDF Viewer plugin. Multiple PPTs have never displayed properly, but show blank like the example provided.

Aug 16, 2022 at 1:51 pm
#176757
Participant
Courtney Huber
OP
This reply has been marked as private.
Aug 16, 2022 at 1:50 pm
#176756
Participant
Courtney Huber
OP

If you go to any of the pages noted in my next private reply, you’ll see that the downloads work fine from the button, but the PDF Viewer preview is showing “File not found” or it is just blank. Additionally, the audio files no longer play when you click the play buttons. This is not an issue of access/permissions, but an issue with the actual previews of these documents. Please advise!

Aug 15, 2022 at 2:14 pm
#176729
Participant
Courtney Huber
OP

Hi there, this is not the case. Please try heading to the link of the Download itself, and see that the Preview is not working, despite the Download button working.

Aug 11, 2022 at 8:27 pm
#176587
Participant
Courtney Huber
OP

Note: Please send updates to hannah.kintigh@advisorsexcel.com.

Aug 10, 2022 at 5:29 pm
#176541
Participant
Courtney Huber
OP

Role has been updated to admin.

Aug 9, 2022 at 4:53 pm
#176506
Participant
Courtney Huber
OP

Files are not moved or deleted…they work when you click “Download.” They just aren’t previewing correctly. They were working fine before the Version 3.0.0 update to the PDF Viewer plugin.

I provided admin login details as part of my initial request in a private reply.

Aug 9, 2022 at 12:50 pm
#176478
Participant
Courtney Huber
OP

Hello! Been a few days…just checking in to see if you’ve been able to make any progress with this issue?

Aug 4, 2022 at 6:41 pm
#176320
Participant
Courtney Huber
OP
This reply has been marked as private.
Viewing 25 posts - 301 through 325 (of 355 total)