Johnny

Forum Replies Created

Viewing 17 posts - 26 through 42 (of 42 total)
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!

in reply to: [thumb_WxH] tag not working properly in link template #92279

Johnny
Participant
This reply has been marked as private.
in reply to: Thumbnail width #92122

Johnny
Participant

I cannot get this to work for some reason. No matter what I use for the WxH it defaults to the original size of the featured image.

How do I determine which thumbnail sizes are available to me?

Thanks!

Viewing 17 posts - 26 through 42 (of 42 total)