Hello @rush2112 ,
The issue appears to have been resolved in Download Monitor v5.2.2. I’ve checked the reported page, and everything seems to be working as expected.
If the issue persists or if you encounter any other problems, please don’t hesitate to contact us.
Thank you very much for the quick response!
I’ve temporarily fixed the black bars using a CSS rule.
Would it be helpful if I uploaded them here?
Best regards,
Jörg
Hello @rush2112 ,
Yes, that would be very helpful. Please upload the CSS rules here, as they will help us reproduce the issue and, if necessary, provide a fix.
Additionally, could you please provide a screenshot showing the black bars you mentioned? That would help us better understand the problem.
A Screenshot maybe I've at home in my trash.... I'll look later.... This css i use in DIVI Theme Option
/* wpChill / Shortcut-Downloads ohne Button-Balken */
a.wp-element-button,
a.wp-block-button__link {
background: transparent !important;
color: inherit !important;
padding: 0 !important;
border: 0 !important;
box-shadow: none !important;
display: inline !important;
border-radius: 0 !important;
}
/* Falls der Balken nur im wpChill-Bereich vorkommt, bleibt das hier gezielt */
.wpchill a.wp-element-button,
.wpchill a.wp-block-button__link {
background: transparent !important;
color: inherit !important;
padding: 0 !important;
border: 0 !important;
box-shadow: none !important;
display: inline !important;
border-radius: 0 !important;
}
Thank you for your reply @rush2112 .
The easiest way to change the appearance of the download link is to select a different template under:
WordPress Dashboard → Downloads → Settings → General → Default Template
For example, you can choose the Title or Filename template, depending on how you’d like the download link to be displayed.
Merci bien!
But it was a special event – look here: https://ibb.co/7dq66FSy
Some files with, other without black souronding
Jörg
-
This reply was modified 1 month ago by
rush2112.
Hello,
Some download links were added using the Download Monitor shortcode, while others were added as regular links. Those added with the shortcode are rendered by Download Monitor as buttons and are displayed according to your theme’s default styling.