• Resolved Manjunathpmf

    (@manjunathpmf)


    Hi, thank you for this wonderful plugin ??

    I am having a small issue.

    The shortcode [woocommerce-my-downloads] works great and it displays one download per line. But the shortcode [woocommerce-my-downloads-button id=PRODUCT_ID] displays all downloads of the product in a single line. This makes the links appear very messy. Can you please show me a solution to fix this? Thank you.

    Image: https://drive.google.com/file/d/0B1myJlOn-mMCMlZNb2hJSGxIOW8/view

    • This topic was modified 7 years, 9 months ago by Manjunathpmf.
    • This topic was modified 7 years, 9 months ago by Manjunathpmf.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Matt Pramschufer

    (@mattpramschufer)

    There is two options you can do. 1.) target the links with CSS as they are wrapped in the class that you set in the options. You could then do something simple as .myClass {display:block;}

    2.) You can modify the code in line: 14 /tpl/button.php and put in a <br> after the tag.

    Thread Starter Manjunathpmf

    (@manjunathpmf)

    Thank you so much for your quick reply.
    Both the solutions worked as I wanted. Thank you.
    A very handy plugin. Keep up the good work. All the best:)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multiple files in one product show in a single line’ is closed to new replies.