Terry Zahn

Forum Replies Created

Viewing 25 posts - 1 through 25 (of 37 total)
May 23, 2022 at 4:56 pm
#172418
Participant
Terry Zahn
OP
This reply has been marked as private.
May 23, 2022 at 4:50 pm
#172417
Participant
Terry Zahn
OP

Nayeem,

Thank you for the informative answer. Please let me investigate your response and get back to you. You are helpful and informative and for that I am grateful.
Regards,
Terry

May 23, 2022 at 4:47 pm
#172416
Participant
Terry Zahn
OP
This reply has been marked as private.
May 23, 2022 at 3:24 pm
#172409
Participant
Terry Zahn
OP
This reply has been marked as private.
Apr 4, 2022 at 6:12 pm
#170899
Participant
Terry Zahn
OP

I noticed this in Chrome:

JQMIGRATE: Migrate is installed, version 3.3.2
js:1 Failed to load resource: the server responded with a status of 400 ()

Apr 4, 2022 at 4:54 pm
#170894
Participant
Terry Zahn
OP

So I switched the theme and the issues are gone. I would prefer not to use that theme change as the solutions, as I strongly prefer the broken one lol. In the broken theme, also the Download Button does not work. The “Popup” messages from Download Manager that say Success etc. do not show with the broken theme. Is there any chance you could help me find the problem with the buttons in the other theme please?

Thank you,
Terry

Apr 4, 2022 at 4:16 pm
#170888
Participant
Terry Zahn
OP

Hello Nayeem. Thank you for your assistance.

What I am experiencing is when creating an upload, You enter the Title and click the Create Button. It takes around 24 seconds to open the next page for the file and it’s info. That occurs while the “spinner” is showing the site working on opening the page.

Or…. I simply click the “Create” button and nothing happens. No spinner, no page change only the “hover” effect, clicking does nothing.
Also, when going to the Uploads Dashboard, then clicking the edit icon for any package, I experience the exact same thing as above with the “Create”. If it opens the page, then when I click the “Update Package” button, every time I have tried clicking Update button does nothing aside from the Hover effect.

I have tried deactivating just about every plugin and I did not find any that improved my experience. My internet access is exceptionally fast at 1G. I experience the same on my phone. I experience the same if I change users also. I’ve cleared cache, I logged in from another network and same experience. I am hopeful given the fact I can see the package you uploaded.

Thank you for your time, assistance and understanding. I am grateful for any help you have to offer. Please help me to get my 10 year old Joomla/jDownloads transferred website working optimally so I can reopen after a month of work.

Thank you.
Stay healthy, stay safe.
Terry

Apr 4, 2022 at 5:25 am
#170853
Participant
Terry Zahn
OP
This reply has been marked as private.
Apr 4, 2022 at 3:55 am
#170844
Participant
Terry Zahn
OP

I have attempted to disable plugins down to the bare minimum and it will not upload or edit.

  • This reply was modified 3 years, 11 months ago by Terry Zahn.
Apr 3, 2022 at 11:32 pm
#170841
Participant
Terry Zahn
OP

After last update, uploading and package editing do not function. The Update button does nothing.

Apr 3, 2022 at 11:30 pm
#170840
Participant
Terry Zahn
OP

I located it. Resolved

Apr 1, 2022 at 11:22 pm
#170793
Participant
Terry Zahn
OP

What about defining the array in /public_html/wp-content/plugins/download-manager/src/AuthorDashboard/views/author-dashboard/new-package-form/categories.php to only show the categories I want them to upload to? If someone could explain to me exactly what I needed to add/change, I can edit and upload.

Thanks

<?php
/**
* Base: wpdmpro
* Developer: shahjada
* Team: W3 Eden
* Date: 15/12/19 18:50
* Updated: 24/05/20
*/
if (!defined(“ABSPATH”)) die();
?>
<div class=”card card-default” id=”categories-section”
<?php if (isset($hide) && is_array($hide) && in_array(‘cats’, $hide)) { ?>style=”display: none”<?php } ?
<div class=”card-header”><b><?php _e(“Categories”, “download-manager”); ?></b></div>
<div class=”card-header p-2″><input placeholder=”<?php echo __( “Search…”, “download-manager” ) ?>” type=”search” class=”form-control form-control-sm bg-white” id=”cat_src” /></div>
<div class=”card-body cat-card”>
<?php

$term_list = wp_get_post_terms($post->ID, ‘wpdmcategory’, array(“fields” ► “all”));
$selected = array();
foreach ($term_list as $__term) {
$selected[] = $__term->term_id;
}

WPDM()->categories->checkboxTree(‘cats’, $selected, $params);

?>
</div>
</div>

<script>
jQuery(function($){
$(“#cat_src”).on(“keyup”, function() {
var value = $(this).val().toLowerCase();
$(“#wpdmcat-tree li”).filter(function() {
$(this).toggle($(this).text().toLowerCase().indexOf(value) > -1)
});
});
});
</script>

Apr 1, 2022 at 9:38 pm
#170792
Participant
Terry Zahn
OP

That only allows to change 1 member at a time. With 25k members…..
That addon you show I have and it does not allow for it….

Mar 31, 2022 at 8:57 pm
#170657
Participant
Terry Zahn
OP

The Favourites Function show in the same manner. After the first page, all paginated pages have no formatting.
Also, When viewing an Authors page, then viewing favourites for that author, it displays ALL packages on the site.

Mar 31, 2022 at 8:19 pm
#170656
Participant
Terry Zahn
OP
This reply has been marked as private.
Mar 30, 2022 at 5:49 pm
#170597
Participant
Terry Zahn
OP

Hello Humayon,

It is indeed working. Thank you for the expertise and kindness. I am looking forward to testing for my goals. You are appreciated.
I have over 25k members. How do I change their respective memberships globally or by other metrics?

Thank you and regards,
Terry

Mar 30, 2022 at 5:36 pm
#170596
Participant
Terry Zahn
OP

Hello Nayeem,

Thank you your hopes, as I hope you are well. I am well, still healthy. I wish the same for you.
Yes, the front end. Whether they are editing an existing package, or just finished adding one, I would very much like it to redirect the member to their respective Uploads DashBoard please.

Thank you and regards

Mar 30, 2022 at 5:32 pm
#170595
Participant
Terry Zahn
OP

I have not changed it. You might have tried whie the site was being inspected by another member of your team. Please try again.

Thank you:-)

Mar 29, 2022 at 7:50 pm
#170538
Participant
Terry Zahn
OP
This reply has been marked as private.
Mar 29, 2022 at 7:32 pm
#170536
Participant
Terry Zahn
OP
This reply has been marked as private.
Mar 29, 2022 at 7:20 pm
#170533
Participant
Terry Zahn
OP
This reply has been marked as private.
Mar 29, 2022 at 6:00 pm
#170526
Participant
Terry Zahn
OP

Thank you, I am grateful for your honesty and assistance.

Mar 29, 2022 at 5:57 pm
#170525
Participant
Terry Zahn
OP

Thank you

Mar 29, 2022 at 5:28 pm
#170522
Participant
Terry Zahn
OP

When viewing source after activating, any pages in front end have nothing except the head and body tags. Everything is gone and the entire front end is a blank, white, empty page.

Mar 29, 2022 at 5:05 pm
#170516
Participant
Terry Zahn
OP

I have tried that and when active, the website becomes a blank page

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