Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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,
    Matthias

    #1402800

    Hi 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,
    Rikard

    #1402828

    and 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.

    #1402861

    @Guenni007

    Great 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.

    #1402900

    Are these files mixed types ( images, pdf, docs etc .) or only by one media-type?
    You are looking for a widget solution?

    #1402927

    Maybe 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.

    #1402930

    can you please answer the questions above.

    #1402931

    In 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.

    #1402939

    The 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.

    #1402962

    Hi,

    Thanks for helping out @guenni007 :-)

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.