-
Search Results
-
Topic: 個々のダウンロードを許可しなくなりました
Adding multiple files. Bulk downloads (Zip files) are allowed, but stop displaying individual download links. I have set my global settings to allow individual downloads, but it does not appear when adding individual packages to allow downloads.
I am running 4.9.7 with WordPress 5.2.2.Any Page Template which uses the [file_list] template tag has stopped showing individual download links. I have a global setting to allow individual downloads, and even if I additionally set an individual package to allow the downloads, it doesn’t show up.
Interestingly, the [file_list_extended] syntax does show individual download links.
In the attached image you can see the [file_list] tag at top (no download buttons) and the [file_list_extended] tag below it (yes download buttons).
I appreciate any help. I am running 4.9.7 on WordPress 5.2.2. Thank you!
I’m trying to use the [wpdm_packages] shortcode with the categories parameter described in:
when I do, all packages show up, rather than just the ones in the categories specified. I am using the category “slug” for example:
[wpdm_packages categories="sweepers" paging="1" posts_per_page="10" cols=1 colspad=2 colsphone=1]Using [wpdm_all_packages] works properly and respects the categories parameter, for example:
[wpdm_all_packages categories="sweepers" items_per_page="10" jstable=0 order_by="field_name" order="ASC" cols="title|update_date|download_link" colheads="Title|Update Date|Download"]The same issue occurs when using the Gutenberg block (specifying the category does not limit to the category). Any idea what is going on?
I’m using:
WPDM Pro 4.9.7
WordPress: 5.2.2Hi,
I have a parent page with a list of documents that can be downloaded from our website, but each document name is also a hyperlink to a page that shows metadata regarding that download that we would like to prevent people from clicking. Is there a way of presenting these as just text rather than as a hyperlink? I’ve attached an image that shows the situation.
About 2 weeks ago we log the individual download links that were on a Package Page. The “Download Package” is still available, however we can no longer download the package contents individually. I have attached screenshots of our settings.
Any help is much appreciated.
Topic: Download Links
Hi,
How do we show the links to the download files in the front-end. We are using the table shortcode, and when we hover over a download button, it’s just showing the page path with a hash tag “www.site.com/download/#” but we want the downloads to show the full url “www.site.com/download/book.pdf”
We have tried unmasking the downloads but they are still no showing the full url.
From the beginning of the day until now, I have received 46 letters reflecting the situation that my website cannot be downloaded .
+ WPDM – Download Limits : Pre-installed is 1 day reset 1 time People download 8 times of the first day. the next day they did not download it and reported that they had downloaded 8 times, and the next day …. still full. does that mean WPDM – Download your Limits doesn’t work well . it doesn’t work at all
+ old links when updating or editing. they failed to download+ WPDM – Default Values when you applied this function to all files downloaded they work well, but when creating new download files, WPDM – Default Values does not work with the new file. up leads to confusion
+ lazy download function does not work
+ Another problem is software code. as shown in the picture. they appear randomly and keep refreshing or reloading the error disappears
+ also in my opinion. If you know, it will happen. I would rather use WDM free or wd moniter.that’s what i think best
by respect. I will be very grateful if you fix them and help me. Because so many people are annoyed because they can’t download files
thanks you !
Hi,
How to make:
1. Download only to subscribers, but the download button is always displayed on the download page. When a visitor clicks the download button, I get the information that the download is only for subscribers.
2. How do I display the last entries on the main page? Currently I am displaying blog entries via the following code:<?php $catquery = new WP_Query( 'cat=1&posts_per_page=6' ); ?> <?php while($catquery->have_posts()) : $catquery->the_post(); ?> <div class="box"> <div class="boximg"> <img class="h-100 w-100" src="<?php echo the_post_thumbnail_url( 'medium' ); ?>" alt="<?php echo $image_title = get_the_title( $image->id ); ?>"> </div> <div class="detailbox"> <h4><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h4> </div> </div> <?php endwhile; ?> <?php wp_reset_postdata(); ?>