لیست دانلود به همراه آیکون

توضیحات

This plugin provides a Gutenberg Block to manage a download list with file type specific icons. No configuration is necessary. The Block can be used immediately after installation.

ویژگی ها

  • انتخاب فایل از کتابخانه رسانه
  • Output chosen files as list with download-link, file-title, file-size and file-description
  • Show an icon in front of each file in list
  • قابلیت درگ و دراپ برای لیست
  • حذف فایل از لیست

Supports

  • Display of file size, description and icon can be switched on and off
  • Choose what link should be published: direct link or attachment page
  • sort list by title or filesize with one click
  • the Block can be used in Widgets

عکس‌های صفحه

  • بعد از افزودن بلاک ادیتور باید فایل ها را انتخاب کنید.
  • بعد از اضافه کردن فایل ها به بلاک ادیتور، لیست میشوند.
  • فایل ها در فرانت اند لیست میشوند.

بلوک‌ها

این افزونه 1 بلوک ارائه می‌دهد.

  • Download List Block with Icons Provides a Gutenberg block for capturing a download list with file type specific icons.

نصب

  1. Upload “download-list-block-with-icons” to the “/wp-content/plugins/” directory.
  2. افزونه را از طریق فهرست “افزونه‌ها” در وردپرس فعال کنید.
  3. ویجت بلوک لیست دانلود را به پست یا صفحه ای که می خواهید لیست دانلود را نشان دهید اضافه کنید. فایل های مورد نظر برای نمایش را انتخاب کنید.

سوالات متداول

Where do I enter the description of a file?

The description stored at the file in the Media Library itself is used as the description. You can edit it in 2 ways:

  • Open the file in the Media Library for editing. There you will find the field “Description”. Enter the desired description here.
  • Or open this editing mask via the pencil at the file in the block you have created.

Is there a limit to the number of files?

No, there are no limitations.

Can I use the block in my theme?

The block can basically be used in any theme that supports Gutenberg blocks. If this is the case for your theme, you have to ask your theme developer.

Can I change the file icons?

The plugin provides a small number of icons for output in the web page. If you want to change or add them, you can do it with custom CSS.

Example for another general icon:
ul.downloadlist-list li:before { content:”\f497″; }

Example of a specific icon for PDF files:
ul.downloadlist-list li.file_pdf:before { content:”\f190″; }

Does the plugin also support Elementor or other PageBuilders?

No. The plugin is intended solely for the Gutenberg editor and will not be extended to other PageBuilders.

بررسی‌ها

8 مارس 2023
I was looking for a plugin that would allow me to show the size of the files I wanted to share with the community as well as the extension and icons to show for each individual file. With this plugin I found everything. Good integration with Gutenberg. This plugin replaces Gutenberg's insufficient native "file block" and extends its capabilities. Please insert the download button and the possibility to select and personalize extention's file icons.
19 اکتبر 2022
This plugin is even better than the built-in single download link block since it takes its link text from the media title instead of the media filename. Thank you, Thomas!
26 جولای 2022 3 replies
Interestingly this block doesn't display anything if placed inside another block (I tried Kadence rows and sections, a Gutenberg column and a Stackable column). Could be very useful if this bug is fixed. No settings to hide/show display elements but easy to do with CSS. EDIT: the issue with nested blocks was fixed, and other options like hiding file sizes and hiding icons were added. This is now a solid choice for creating a simple download list.
خواندن تمامی 3 بررسی‌

توسعه دهندگان و همکاران

“لیست دانلود به همراه آیکون” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

“لیست دانلود به همراه آیکون” به 4 زبان ترجمه شده است. Thank you to the translators for their contributions.

ترجمه “لیست دانلود به همراه آیکون” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

تغییرات

1.0.0

  • کامیت اولیه

1.0.1

  • Fixed issue with 3rd-party dependency
  • فرمت جدید لیست تغیییرات

1.0.2

  • Updated dependencies

1.0.3

  • Updated dependencies

1.0.4

  • Updated compatibility-flag for WordPress 6.0

1.0.5

  • replace serialize_block in favor of render_block for better compatibility with other blocks

1.0.6

  • Add support for inner blocks
  • Fixed usage of foreign shortcodes
  • changed used sortable-library

2.0.0

  • Added option to edit each file in a Block in media library with one click
  • Added control-option to show or hide the filesize of all files in a Block (default: show)
  • Added control-option to show or hide the description of all files in a Block (default: show)
  • Added control-option to show or hide the icon of all files in a Block (default: show)
  • Added toolbar-option to sort the files in a Block by their titles with one click
  • Added toolbar-option to sort the files in a Block by their filesize with one click
  • Added control-option to set the link target for all files in a Block to
    “direct link” (e.g. /wp-content/uploads/file.pdf) or “attachment page” (e.g. /file/)
  • Added support for HTML-output in file description
  • Added support for using this Block as Widget
  • Changed loading of file-data in Block in Gutenberg: they are now loaded live from Media Library as the front page
  • Fixed icon-visibility (only default icon was visible)
  • Updated compatibility-flag for WordPress 6.0.1

2.0.1

  • Fixed release-upload problem

2.0.2

  • Fixed widget-handling: all other widgets were not visible

2.0.3

  • Fixed limit of entries per list – it’s now unlimited

2.0.4

  • Add some german translations
  • Updated compatibility-flag for WordPress 6.1

2.1.0

  • Added support for templates via theme
  • Updated dependencies
  • Updated compatibility-flag for WordPress 6.2