-
AuthorPosts
-
March 28, 2023 at 12:17 pm #1402776
Hi there,
I am searching for a possibility to implement an simple download list just with some clicks. Compared to this plugin (only guttenberg): https://de.wordpress.org/plugins/download-list-block-with-icons/Don’t need any fancy features. Just a simple list of downloads.
What is the easiest way to implement such a download list on a page with Avia Layout Architect?
Thanks and best regards,
MatthiasMarch 28, 2023 at 4:46 pm #1402800Hi Matthias,
There’s nothing like that in the theme by default unfortunately, but if you want to create a regular list then you can do so using the Text Block element, or use manual code:
<ul> <li>List item 1</li> <li>List item 2</li> <li>List item 3</li> </ul>
Best regards,
RikardMarch 28, 2023 at 10:42 pm #1402828and why not using the icon list in minimal small list view ?
you can insert different icons , you can set the link to icon and text or only to the icon or text etc. pp.March 29, 2023 at 8:17 am #1402861Great idea Günni, and it will look good. But for every day’s work I need a fast solution. Open the Widget, Add 5-7 files from the library, save, that’s it. We have many web sites to maintain and to build. So i always look for the fastest solution.
Thanks for the help in this thread. But manual copy& paste of the links is not really what I want.
March 29, 2023 at 12:45 pm #1402900Are these files mixed types ( images, pdf, docs etc .) or only by one media-type?
You are looking for a widget solution?March 29, 2023 at 3:27 pm #1402927Maybe a plugin with simple download lists via shortcode would be good, or something integrated in the Avia Editor.
Here was my example:
Something like that. It’s simple and quick! But only for the Gutenberg Editor unfortunately.
March 29, 2023 at 3:35 pm #1402930can you please answer the questions above.
March 29, 2023 at 3:36 pm #1402931In this one case it’s only PDF. But who knows what will come in future.
If widget or shortcode or what else… i don’t care. As long as it is simple and quick to use.March 29, 2023 at 5:03 pm #1402939The Problem with pdf is to force a download only in all browsers instead of opening it!
Adding to an anchor the attr : download will do for the most browsers the job – but …
so you can fill a textwidget by adding media files ( even pdf ) and then a snippet will do the rest that a download is forced.
But Firefox for example – downloads that pdf but also open it.March 29, 2023 at 7:25 pm #1402962 -
AuthorPosts
- You must be logged in to reply to this topic.