Johnny

Forum Replies Created

Viewing 25 posts - 1 through 25 (of 27 total)

Johnny
Participant

Please cancel this request, I was able to find out the reason. Thanks!

in reply to: wpdm_package_settings_tab working example #202780

Johnny
Participant

Thank you! Yes, this works great to generate the tab, but the metadata is not being indexed by the search function. I tested by trying to search by the SKU term I added. (e.g. SKU12345)

How do I include the metadata in the search database so it can be indexed and used as a search term?

Thank you!

in reply to: wpdm_package_settings_tab working example #202768

Johnny
Participant

I’m trying to add a new tab in the Package Settings metabox on the edit Package screen. I’d like this to hold additional metadata (e.g. Package SKU, revision number, etc.)

Additionally, this data should be searchable. (e.g. if I add a Package SKU = PDF012345, I can search “PDF012345” and pull up the package)

LMK if you have an example I can work from or some direction on how to handle adding data, callback functions, etc.

Thanks!


Johnny
Participant

This is perfect. Thank you Riddhi!


Johnny
Participant

Yes, that’s correct


Johnny
Participant
This reply has been marked as private.

Johnny
Participant
This reply has been marked as private.

Johnny
Participant

Thank you for providing this documentation, but these do not seem to work in a link-template which I’ve put in our themes folder.

(e.g. wp-content/{our-theme}/download-manager/link-templates/link-template-custom.php )

Are we only allowed to use the predefined shortcodes or can php functions be used?


Johnny
Participant
This reply has been marked as private.
in reply to: Billing support #197362

Johnny
Participant
This reply has been marked as private.
in reply to: Billing support #197357

Johnny
Participant
This reply has been marked as private.
in reply to: Billing support #197345

Johnny
Participant
This reply has been marked as private.
in reply to: Where to update credit card info for 2Checkout #179996

Johnny
Participant

Thank you!

in reply to: Where to update credit card info for 2Checkout #179993

Johnny
Participant
This reply has been marked as private.
in reply to: Where to update credit card info for 2Checkout #179944

Johnny
Participant
This reply has been marked as private.
in reply to: Remove Shop Profile boxes from user profile #147178

Johnny
Participant

Works great! Thank you so much!

in reply to: Remove Shop Profile boxes from user profile #146797

Johnny
Participant

Thank you!

in reply to: Remove Shop Profile boxes from user profile #146502

Johnny
Participant

Yes, everything that is added by the following actions from the plugin:

add_action(‘show_user_profile’, array($this, ‘shopProfile’));
add_action(‘edit_user_profile’, array($this, ‘shopProfile’));

Thank you!

in reply to: Remove Shop Profile boxes from user profile #146489

Johnny
Participant

We are looking to remove these meta boxes from the User Profile screen.

screenshot: https://www.screencast.com/t/tPJWWpQg2v8T

Thank you!

in reply to: Remove Shop Profile boxes from user profile #146477

Johnny
Participant

Generally, we don’t give access to outside agencies for a number of reasons.

I’m simply looking for a way to remove the actions from within functions.php

Something like this:

// Remove shopProfile Meta Boxes from Download Manager
$dm_user_class = new WPDM\libs\User; // Get access to the class object instance

remove_action(‘show_user_profile’, array($dm_user_class, ‘shopProfile’));
remove_action(‘edit_user_profile’, array($dm_user_class, ‘shopProfile’));

Is this possible?

Thanks!

in reply to: Public Profile Info #146350

Johnny
Participant

Can this be removed via a hook so it doesn’t have to be re-done every time the plugin is updated?

Thanks!

in reply to: Download was expired on … #140258

Johnny
Participant

I am having this issue as well. Please let me know what the fix is. Thanks!


Johnny
Participant
This reply has been marked as private.
in reply to: [thumb_WxH] tag not working properly in link template #92874

Johnny
Participant
This reply has been marked as private.
in reply to: [thumb_WxH] tag not working properly in link template #92661

Johnny
Participant

Ok, plugin updated but thumbnails still not working.

Can you take a look?

Thanks!

Viewing 25 posts - 1 through 25 (of 27 total)